An AI-powered code assistant terminal UI application.
- Beautiful splash screen with rainbow-colored logo
- Terminal-based chat interface with message history
- Popup menu for quick command access
- Asynchronous command processing
| Command | Description |
|---|---|
/help |
Show available commands |
/status |
Show agent status |
/clear |
Clear the screen |
/agents |
List available agents |
/tools |
List available tools |
/model |
Model selection (via menu) |
/exit |
Exit the application |
| Key | Action |
|---|---|
/ |
Open popup menu (when input is empty) |
Enter |
Send command |
↑/↓ |
Navigate menu |
Esc |
Close menu |
Backspace |
Delete character |
←/→ |
Move cursor |
Scroll |
Scroll message history |
cargo build --releasecargo runBuilt with:
- ratatui - Terminal UI framework
- crossterm - Cross-platform terminal library
- Async message processing with threaded agent loop
MIT