Usage
TUI (Interactive)
CLI
| Flag | Description |
|---|---|
-a | Comma-separated agents to compare |
-s | Run sequentially instead of parallel |
-p | Have an LLM pick the best response |
Examples
Features
Side-by-Side View
Responses are displayed in columns, allowing you to easily compare:- Response quality and completeness
- Different approaches to the same problem
- Response time for each model
Sequential Mode
By default, all models run in parallel. Enable sequential mode to run one at a time:Pick Mode
Enable pick mode to have an AI select the best response:Project Context
Compare mode automatically injects project structure context, so models understand your codebase without needing file access.Keyboard Shortcuts
| Key | Action |
|---|---|
Escape | Hide view (keeps running in background) |
Ctrl+E | Return to compare view |
Ctrl+C | Cancel all requests |
←/→ | Navigate between responses |
History
After exiting compare mode, results are saved as a compact view in chat history. Press Ctrl+E to expand and view again.Options
| Option | Command | Description |
|---|---|---|
| Sequential | /sequential | Run models one at a time |
| Pick | /pick | Auto-select best response |