Expand description
Output Control Module
Centralized output rendering based on CLI flags:
compact_mode: Minimal output, no decorative chromeverbose_mode: Extra detail, show reasoning, debug infoshow_tokens: Display token usage after responsesshow_mascot: Display ASCII fox mascot during key moments
Structs§
- Progress
Phase - A phase in the multi-step progress
- Task
Progress - Multi-step progress tracker with ETA
Enums§
- Phase
Status - Phase status for progress tracking
Functions§
- is_
tui_ active - Returns true when the TUI is rendering — print functions should be suppressed.
- set_
tui_ active - Set the TUI active flag. Call with
truewhen the TUI launches.