Skip to main content

Module output

Module output 

Source
Expand description

Output Control Module

Centralized output rendering based on CLI flags:

  • compact_mode: Minimal output, no decorative chrome
  • verbose_mode: Extra detail, show reasoning, debug info
  • show_tokens: Display token usage after responses
  • show_mascot: Display ASCII fox mascot during key moments

Structs§

ProgressPhase
A phase in the multi-step progress
TaskProgress
Multi-step progress tracker with ETA

Enums§

PhaseStatus
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 true when the TUI launches.