kavi open
Create a managed session with worktrees and open the TUI.
Synopsis
kavi open [options]Description
Creates a new managed session, sets up git worktrees for each agent, and opens the interactive TUI. This is the primary way to start working with Kavi. The TUI provides a unified interface for interacting with agents, viewing task progress, and managing approvals.
Works from empty folders -- Kavi will initialize what it needs.
Options
| Flag | Description |
|---|---|
--approve-all | Grant full access to agents without individual approval prompts |
Examples
# Open a new session with the TUI
kavi open
# Open with auto-approval for all agent actions
kavi open --approve-allRelated
- kavi start -- start a session without the TUI
- kavi resume -- reopen the TUI for an existing session
- kavi stop -- stop the session daemon