VisvoAI CLI Docs

Living in it

Commands, keybindings, and what's always visible

Slash commands

CommandWhat it does
/helpHow it works — keys, commands & time-travel explained
/tourA 60-second guided walkthrough
/modelSwitch model & thinking depth — live catalog, filtered to providers you have keys for
/loginAdd a provider API key to unlock more models
/resumeReopen a past conversation in this project
/rewindUndo: restore your files & chat to an earlier point
/branchSwitch between saved timelines of this chat
/forkOpen a checkpoint in a new folder to explore in parallel
/exportSave this chat as a shareable transcript or bundle
/logList this timeline's checkpoints (undo points)
/compactSummarize older turns to free up context
/mcpMCP servers — connection status & project-server approval
/agentsAgents — specialists the AI can delegate tasks to
/runsAgent runs — live logs of delegated work
/skillsSkills — reusable workflows the AI follows on demand
/psBackground processes — see & stop what the agent left running
/modeChange when you're asked before editing (normal/auto-edit/accept-all)
/commitReview changes & make a git commit
/themePick a color palette (Ctrl+T toggles light/dark)
/clearStart a fresh conversation
/quitExit visvoai

Typing a near-miss (/undo, /revert, /checkout, /models, /key, …) resolves to the intended command via a small alias table plus fuzzy matching — the slash menu isn't fussy about exact names.

Keybindings

KeyAction
Ctrl+BRewind — open the undo / branch picker
Ctrl+RResume a past conversation
Ctrl+GReview changes & commit (git)
Shift+TabCycle approval mode (normal / auto-edit / accept-all)
Ctrl+TToggle light / dark theme
Ctrl+KClear (twice) — start fresh
Ctrl+Q / Ctrl+CQuit (twice)
PgUp / PgDn · Ctrl+↑ / Ctrl+↓Scroll the conversation
EscStop the current turn

On macOS every binding above also answers to Cmd in place of Ctrl (Cmd+B, Cmd+R, …). Note that Ctrl+C quits rather than interrupting — use Esc to stop a turn mid-stream.

Typing & editing (in the prompt area)

KeyAction
Ctrl+W / ⌥⌫Delete the previous word
Ctrl+U / Ctrl+KDelete to start / end of line
Ctrl+A / Ctrl+EJump to start / end of line
Ctrl+←/→ · ⌥←/→Jump by word
Ctrl+Z / Ctrl+YUndo / redo
Ctrl+J / ⇧EnterNew line without sending
@fileAttach a file — a picker opens as you type

Always visible

  • Per-turn tokens and cost in the footer.
  • A context gauge that warns before you hit the context-window wall — /compact folds older turns into a summary to buy room back.
  • The current approval mode, as a status-bar chip (hidden in normal mode to avoid clutter — it only appears once you've raised it).

On this page