Expand description
oxi: CLI coding harness
This crate provides the main application logic for the oxi CLI.
Modules§
- export
- Export conversation sessions to standalone HTML files.
- extensions
- Extension system for oxi
- packages
- Package system for oxi CLI
- session
- settings
- Settings management for oxi CLI
- skills
- Skills system for oxi CLI
- templates
- Prompt template system for oxi
- tui_
components - Interactive mode TUI components
- tui_
interactive - TUI-based interactive mode using oxi-tui components.
Structs§
- App
- Application state and entry point
- Chat
Message - Chat message for display
- Interactive
Loop - Interactive loop handle
- Interactive
Session - Interactive session state