@@ -22,12 +22,12 @@ commands:
2222 - name : chrome
2323 description : Configure Claude in Chrome (Beta) settings
2424 - name : clear
25- description : Clear conversation history
25+ description : " Clear conversation history and free up context (aliases: /reset, /new) "
2626 - name : compact
2727 description : Compact conversation with optional focus instructions
2828 argument-hint : " [instructions]"
2929 - name : config
30- description : Open the Settings interface (Config tab)
30+ description : " Open the Settings interface (Config tab). Alias: /settings "
3131 - name : context
3232 description : Visualize current context usage as a colored grid
3333 - name : copy
@@ -38,14 +38,21 @@ commands:
3838 description : Troubleshoot the current session by reading the session debug log
3939 argument-hint : " [description]"
4040 - name : desktop
41- description : Hand off the current CLI session to the Claude Code Desktop app (macOS and Windows only)
41+ description : " Continue the current session in the Claude Code Desktop app (macOS and Windows only). Alias: /app"
42+ - name : diff
43+ description : Interactive diff viewer for uncommitted changes and per-turn diffs
4244 - name : doctor
4345 description : Checks the health of your Claude Code installation
4446 - name : exit
45- description : Exit the REPL
47+ description : " Exit the CLI. Alias: /quit "
4648 - name : export
4749 description : Export the current conversation to a file or clipboard
4850 argument-hint : " [filename]"
51+ - name : extra-usage
52+ description : Set additional usage to continue working when hitting rate limits
53+ - name : fast
54+ description : Toggle Fast mode on or off
55+ argument-hint : " [on|off]"
4956 - name : feedback
5057 description : Submit feedback about Claude Code
5158 - name : fork
@@ -57,6 +64,8 @@ commands:
5764 description : Manage hook configurations for tool events
5865 - name : ide
5966 description : Manage IDE integrations and show status
67+ - name : insights
68+ description : Generate an analysis report of Claude Code sessions (project areas, operation patterns, friction points)
6069 - name : init
6170 description : Initialize project with CLAUDE.md guide
6271 - name : install-github-app
@@ -72,22 +81,26 @@ commands:
7281 - name : mcp
7382 description : Manage MCP server connections and OAuth authentication
7483 - name : memory
75- description : Edit CLAUDE.md memory files
84+ description : Edit CLAUDE.md memory files, enable or disable auto-memory, and view auto-memory entries
7685 - name : mobile
7786 description : Show QR code to download the Claude mobile app
7887 - name : model
79- description : Select or change the AI model (use left/right arrows to adjust effort level)
88+ description : Select or change the AI model (use left/right arrows to adjust effort level). Takes effect immediately
8089 - name : output-style
8190 description : Set the output style directly or from a selection menu
8291 argument-hint : " [style]"
92+ - name : passes
93+ description : Share a free 1-week Claude Code pass with friends (only shown for eligible accounts)
8394 - name : permissions
84- description : View or update permissions
95+ description : " View or update permissions. Alias: /allowed-tools "
8596 - name : plan
8697 description : Enter plan mode directly from the prompt
8798 - name : plugin
8899 description : Manage Claude Code plugins
100+ - name : reload-plugins
101+ description : Reload all active plugins to apply pending changes without restarting
89102 - name : pr-comments
90- description : View pull request comments
103+ description : Fetch and display comments from a GitHub pull request (auto-detects PR for current branch, requires gh CLI)
91104 - name : privacy-settings
92105 description : View and update your privacy settings
93106 - name : remote-env
@@ -103,12 +116,12 @@ commands:
103116 description : Rename the current session (without a name, generates one from conversation history)
104117 argument-hint : " [name]"
105118 - name : resume
106- description : " Resume a conversation by ID or name, or open the session picker"
119+ description : " Resume a conversation by ID or name, or open the session picker. Alias: /continue "
107120 argument-hint : " [session]"
108121 - name : review
109- description : Request code review
122+ description : Review a pull request for code quality, correctness, security, and test coverage (requires gh CLI)
110123 - name : rewind
111- description : Rewind the conversation and/or code, or summarize from a selected message
124+ description : " Rewind the conversation and/or code to a previous point , or summarize from a selected message. Alias: /checkpoint "
112125 - name : sandbox
113126 description : " Enable sandboxed bash tool with filesystem and network isolation for safer, more autonomous execution"
114127 - name : security-review
@@ -131,7 +144,7 @@ commands:
131144 description : Resume a remote session from claude.ai (subscribers only)
132145 argument-hint : " [session]"
133146 - name : terminal-setup
134- description : Install Shift+Enter key binding for newlines (iTerm2 and VSCode only )
147+ description : Configure terminal keybindings for Shift+Enter and other shortcuts (VS Code, Alacritty, Warp )
135148 - name : theme
136149 description : Change the color theme
137150 - name : todos
@@ -141,4 +154,4 @@ commands:
141154 - name : upgrade
142155 description : Upgrade to Max for higher rate limits and more Opus
143156 - name : vim
144- description : Enter vim mode for alternating insert and command modes
157+ description : Toggle between Vim and Normal editing modes
0 commit comments