Missing Logo

Kiro CLI - AI-assisted development in your terminal

Slash Commands

BindingDescription
/quitExit the application
/clearClear conversation history
/agentManage agents
/chatManage saved conversations
/contextManage context files
/codeCode intelligence (LSP)
/editorOpen $EDITOR for prompt
/replyQuote last message in editor
/compactSummarize conversation
/toolsView tools & permissions
/issueCreate GitHub issue
/changelogView CLI changelog
/promptsView/retrieve prompts
/hooksView context hooks
/usageShow billing & credits
/mcpSee MCP servers loaded
/modelSelect conversation model
/experimentToggle experimental features
/planSwitch to Plan agent
/todosManage TODO lists
/pastePaste image from clipboard

Keyboard Shortcuts

BindingDescription
Ctrl + SFuzzy search commands
Ctrl + TToggle tangent mode
Shift + TabToggle Plan agent
TabAccept autocompletion
Ctrl + CCancel current operation
Ctrl + DExit (alternative to /quit)
/ Navigate command history

Special Characters

BindingDescription
!Execute shell command directly
@Reference prompts (@promptname)
Tangent mode indicator
[agent]Current agent indicator
>Standard prompt
%Show context usage indicator

Agent Management

BindingDescription
/agent listShow available agents
/agent switchChange active agent
/agent createCreate new agent
--agentStart with specific agent
.kiro/agents/Local agent configs
~/.kiro/agents/Global agent configs

Code Intelligence

BindingDescription
/code initInitialize LSP servers
/code init -fForce restart LSP servers
/code statusShow workspace status
/code logsDisplay LSP logs
/code overviewCodebase structure overview
search_symbolsFind functions/classes by name
find_referencesFind all symbol usages
goto_definitionNavigate to definition
get_diagnosticsGet errors & warnings
rename_symbolRename across codebase
pattern_searchAST-based code search
pattern_rewriteAutomated refactoring

Context Management

BindingDescription
/context addAdd context file
/context removeRemove context file
/context listShow context files
/context usageView context window usage
/compactFree up context space

Chat Management

BindingDescription
/chat saveSave conversation
/chat loadLoad conversation
/chat listList saved chats
/chat deleteDelete saved chat
/clearClear current conversation
/compactSummarize to free context

MCP Integration

BindingDescription
/mcpView loaded servers
/mcp addAdd MCP server
/mcp removeRemove MCP server
/mcp listShow available servers
@server/toolReference MCP tool

Knowledge Base

BindingDescription
/knowledge addAdd files/directories
/knowledge showDisplay all entries
/knowledge removeRemove entries
/knowledge updateRefresh existing entry
/knowledge clearRemove all entries
/knowledge cancelCancel background ops
--index-typeFast (BM25) or Best (semantic)
--includeFile patterns to include
--excludeFile patterns to exclude

TODO Management

BindingDescription
/todos viewDisplay TODO lists
/todos resumeContinue TODO list
/todos clear-finishedRemove completed lists
/todos deleteDelete specific list
/todos delete --allDelete all lists

Checkpoint Commands

BindingDescription
/checkpoint initEnable checkpoints
/checkpoint listShow checkpoints
/checkpoint expandShow tool-level details
/checkpoint diffCompare checkpoints
/checkpoint restoreRestore to checkpoint
/checkpoint cleanDelete shadow repo
--hardExact workspace match

Tangent Mode

BindingDescription
/tangentEnter/exit tangent mode
/tangent tailExit with last entry preserved
/tangent forget NRemove last N messages
/tangent forgetInteractive message selection
Ctrl + TToggle tangent mode

Hooks

BindingDescription
AgentSpawnRuns when agent activates
UserPromptSubmitRuns on prompt submission
PreToolUseBefore tool execution
PostToolUseAfter tool execution
StopAfter assistant response
/hooksView configured hooks

Built-in Tools

BindingDescription
execute_bashRun shell commands
fs_readRead files/directories
fs_writeCreate/edit files
codeCode intelligence operations
grepSearch file contents
globFind files by pattern
use_awsAWS CLI API calls
web_searchSearch the web
web_fetchFetch URL content
knowledgeKnowledge base operations
use_subagentDelegate to subagents