Skip to content

Command palette

Ctrl+K opens the palette. Every action lives behind a leaf — no menus, no settings dialogs, no mouse needed.

palette root with all 11 leaves visible

Root leaves

LeafWhat it does
instanceManage the focused instance — rename, shutdown.
instancesSwitch focus between live instances; spawn new ones.
profilesPick the default profile for new instances.
sessionsResume a previously-saved chat session.
modelsPick a model for the focused instance.
modesPick a mode (e.g. claude-code's plan / default).
effortPick a thinking budget / reasoning effort tier.
cwdChange the focused instance's working directory.
mcpsView the active MCP set for the focused instance.
skillsReload the skills catalog.
daemonDaemon ops — reload config, shut down.

Sessions

sessions leaf, cwd-filtered, with 4 results

Picks up where you left off. Sessions are filtered by the current working directory — you only see sessions rooted there.

Models

models leaf with available options

Lists every model the agent advertises. Pick a row, the header model chip flips once the agent confirms.

Modes & Effort

modes leaf with the alternative mode

Modes are vendor-defined. claude-code ships plan + default. The currently-active mode is hidden so the leaf shows the alternatives only.

effort leaf with low / medium / extra high / max options

Effort is claude-code's adaptive-thinking budget — low / medium / high / xhigh / max. Higher = deeper reasoning, slower.

Instance & Instances

instance leaf — new / rename / shutdown actions

Single-instance actions: new stages a fresh instance; rename gives it a friendly name; shutdown tears it down.

instances leaf — master-detail with 3 live instances

The instance switcher. List on the left, preview on the right — adapter / model / mode + recent transcript. Ctrl+D shuts down a row.

MCPs & Skills

mcps catalog — master-detail with 4 servers and a raw JSON disclosure

Read-only view of the MCPs wired to the focused instance. Each server's preview shows source file, command, and the auto-accept / auto-reject globs. To change the set, edit the source JSON and restart the daemon.

skills leaf — reload action

To attach a skill to your next prompt, use the composer's #<name> sigil. The skills leaf has one action — reload — for picking up changes after editing a SKILL.md.

Cwd

cwd leaf — empty input prompt

Type a path; the focused instance restarts in the new directory. Tab autocompletes against your filesystem.

Daemon

daemon leaf — reload + shutdown actions

Daemon-level ops. reload re-reads config, MCPs, and skills. shutdown exits cleanly.

Keymap

KeysAction
Ctrl+KOpen the palette
EscClose the palette
/ Navigate rows
EnterCommit the highlighted row
Ctrl+DDelete / shut down (where supported)
Type to filterFuzzy match

MIT licensed.