Kavi

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

FlagDescription
--approve-allGrant 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-all

On this page