Commands
Everyday CLI
| Command | What it does |
|---|---|
phonton | Open the interactive TUI |
phonton goal "<text>" | Run one goal headless |
phonton plan "<text>" | Preview plan without editing files |
phonton doctor | Check local setup |
phonton doctor --provider | Test provider + model |
phonton review latest | Show last handoff receipt |
phonton proof export --latest --format json | Export proof bundle JSON |
phonton memory list | List persistent memory |
phonton version | Print CLI version |
TUI slash commands
| Command | Action |
|---|---|
/plan <goal> | Preview plan (then /approve to run) |
/approve | Execute pending plan |
/retry | Re-queue selected goal |
/focus receipt | Jump to Receipt panel |
/focus code | Jump to diff view |
/memory | Open memory browser |
/settings | Open settings |
/permissions set ask | Change permission mode |
? | Keyboard help |
TUI shortcuts
| Keys | Action |
|---|---|
| Enter | Submit goal |
| Alt+[ / Alt+] | Cycle focus panels |
| , / . | Previous / next diff file |
| Shift+L | Toggle flight log |
| Ctrl+; | Ask panel |
| / | Command palette |
Plan preview
phonton plan "add rate limiting to auth"
phonton plan --json "add rate limiting to auth"
phonton plan --no-memory "add rate limiting to auth"
Review
phonton review latest
phonton review latest --json
phonton review approve latest
phonton review reject latest
phonton review rollback latest 1
Extensions (read-only inspect)
phonton extensions list
phonton extensions doctor
phonton mcp list
phonton mcp capabilities <server-id> --yes
Serve (Desktop)
phonton serve # JSON-RPC on 127.0.0.1:47831
Desktop expects CLI v0.21.0+ for the current RPC surface.