Skip to main contentModule progress
Source - Breadcrumb
- Tracks the workflow journey through different states.
- ClaudeSpinner
- IterationInfo
- Information about the current iteration or progress context
- Outcome
- Outcome information for agent completion
- ProgressContext
- Overall progress context holding story progress and current phase information.
- VerboseTimer
- Timer for verbose mode that periodically prints a status line
while allowing full Claude output to scroll without truncation.
- BreadcrumbState
- Represents a single state in the workflow journey
- ACTIVITY_TEXT_WIDTH
- Fixed width for activity text to prevent timer position jumping (US-002)
- AgentDisplay
- Common interface for agent display components.
- AgentDisplayExt
- Extension trait for using AgentDisplay in a type-erased context
- format_duration
- Format duration in a human-readable way: “Xs” for <60s, “Xm Ys” for >=60s
- format_tokens
- Format token count with thousands separators (e.g., 1,234,567)