- +
Single-agent loop · prompt → model → tools (read_file / write_file / edit_file / run_command) → repeat, streaming live.
- +
Git worktree isolation · every run gets its own vibecodecli/<run-id> worktree → reviewable branch + diff.
- +
Fan-out · run --agents N / /fleet runs N agents in parallel with a live ratatui dashboard, then a ★ recommendation.
- +
Interactive session · pinned input box + status bar, action spinner, Esc-to-cancel, ↑/↓ history, inline diffs, slash-commands.
- +
BYOK, multi-provider · anthropic, cerebras, groq, deepseek, openai, openrouter, ollama; role-based cost tiering.
- +
Outcome-aware safety · fail-closed forward check (proceed / defer / reject) before irreversible actions; one-key /undo.
- +
Memory backbone · optional ThinkingMemory; per-repo auto-recall + auto-remember.
- +
Closing the loop · verification gate, thrash guard, fan-in synthesis, opt-in decorrelated review.
- +
Extensible · MCP servers, pre/post_tool_use hooks, custom commands, @path attach, repo map, explore subagent.