You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: disable text styling in --no-interactive mode
Automatically disable ANSI color codes and styling partially when running in
non-interactive mode.
- Add session-scoped enable_styling flag to ChatSession
- Create conditional styling macros (execute_conditional!, queue_conditional!)
- Implement IsStyling trait for crossterm styling commands
- Remove response prefix ("> ") in non-interactive mode
- Add raw text output path bypassing markdown parser when styling disabled
- Text styling is automatically disabled when --no-interactive flag is used
0 commit comments