Agent Threads documentation

Commands Reference

All 24 command palette entries, the 3 ribbon icons, and keyboard shortcuts.

Ribbon icons

Three icons appear on the left edge of the Obsidian window (desktop):

IconOpens
Message squareChat (the main Agent Threads view)
ListAgents List
Puzzle pieceSkills Manager

On mobile, a single smartphone ribbon icon opens the mobile view instead.

Command palette

Every command below is reachable via Cmd+P and searchable by name.

Command IDNameWhat it does
open-claude-threadsOpen Agent ThreadsOpens the Chat view
open-agent-dashboardOpen Agents ListOpens the Agents List
open-kanban-boardOpen Agent BoardOpens the Agent Board
open-skills-managerOpen Skills ManagerOpens the Skills Manager
new-claude-threadNew Claude ThreadOpens the Agents List and focuses its dispatch input, ready to type a new task
chat-about-active-documentChat about this documentOpens the Agents List and seeds its dispatch input with an @[[note]] mention of the active Markdown note, ready for your question — see Chat about this document. Only listed when the active file is a Markdown note; the same action is on the file-explorer and editor right-click menus
next-claude-threadNext Claude ThreadSwitches to the next tab in Chat
prev-claude-threadPrevious Claude ThreadSwitches to the previous tab in Chat
claude-thread-1claude-thread-9Switch to Claude Thread 1–9Jumps directly to the Nth tab (9 separate commands, one per index)
jump-to-latest-unreviewedJump to latest unreviewed completed agentOpens the Agents List (if needed) and jumps to the most recently completed thread you haven’t reviewed yet
fork-claude-threadFork current Claude threadForks the active thread into a new, independent thread
interrupt-active-threadInterrupt active threadStops the active thread’s in-flight response
summarize-active-threadSummarize active threadManually regenerates the summary and tab name for the active thread (requires summarization to be enabled in Settings)
open-thread-orchestratorOpen Portfolio OrchestratorOpens (or creates) the portfolio-level thread orchestrator
reload-plugin-safelyReload plugin (safe)Reloads the plugin; if threads are running, prompts with Cancel / Interrupt & Reload / Force Reload — see Safe plugin reload
generate-diagnostics-reportGenerate diagnostics reportAssembles a redacted, local-only diagnostics bundle (performance counters, renderer CPU/memory samples, longtask summary, recent log tail), copies the Markdown to your clipboard, and saves .md + .json files into an agent-threads-diagnostics/ folder in the vault root. No message/file contents, absolute home paths, or env values are included. Desktop only — on mobile it shows a “desktop only” notice. Requires the Diagnostics setting to be enabled for the counters/samples to be populated.

That’s 4 view-opening commands + 2 dispatch shortcuts + 2 tab-navigation commands + 9 thread-index commands + 7 thread-management/diagnostics commands = 24 total.

Keyboard shortcuts

ShortcutAction
Cmd+1Cmd+9Switch to Claude Thread 1–9
Cmd+]Next Claude Thread
Cmd+[Previous Claude Thread
EnterSend message
Shift+EnterNewline in the compose box
EscapeCancel the running session (message is restored to the input box for editing)
/Open slash command autocomplete
@Open @ file mention search

None of the numbered commands, the reload command, or the Agents List/skills-manager commands ship with a default hotkey beyond what’s listed above — assign your own under Settings → Hotkeys if you want faster access to any of them.