Expand description
Interactive mode for the oxi coding agent.
Manages the TUI display loop, input handling, command dispatch, agent event processing, and state machine transitions.
Modes: Input → Thinking → ToolExecution → Display → Input
§Commands
/model, /clear, /compact, /undo, /redo, /branch,
/session, /export, /settings, /help
Enums§
- Interactive
State - State of the interactive loop.
- Slash
Command - Parsed slash command.
Functions§
- run_
interactive - Run the full interactive mode loop.