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 partially disable ANSI color codes and styling when running in non-interactive mode.
- Add a session-scoped enable_styling flag to ChatSession
- Create conditional styling macros (execute_conditional!, queue_conditional!)
- Implement an IsStyling trait for crossterm styling commands
- Remove the response prefix ("> ") in non-interactive mode
- Add a raw text output path that bypasses the markdown parser when styling is disabled
- Text styling is automatically disabled when the --no-interactive flag is used
0 commit comments