Refresh claude-commands.md descriptions for v2.1.119
- /branch: note CLAUDE_CODE_FORK_SUBAGENT env var causes /fork to spawn a forked subagent instead of branching the conversation (v2.1.117) - /focus: clarify "Only available in fullscreen rendering" (v2.1.110) - /skills: add "Press t to sort by token count" (v2.1.110/111) - /clear: reword to contrast with /compact — /clear starts fresh, /compact preserves the same conversation - Bump Last Updated badge and version to v2.1.119 Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# Commands Best Practice
|
||||
|
||||
 <br>
|
||||
 <br>
|
||||
[](../implementation/claude-commands-implementation.md)
|
||||
|
||||
Claude Code commands — frontmatter fields and official built-in slash commands.
|
||||
@@ -47,7 +47,7 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
| 5 | `/upgrade` |  | Open the upgrade page to switch to a higher plan tier |
|
||||
| 6 | `/color [color\|default]` |  | Set the prompt bar color for the current session. Available colors: `red`, `blue`, `green`, `yellow`, `purple`, `orange`, `pink`, `cyan`. Use `default` to reset |
|
||||
| 7 | `/config` |  | Open the Settings interface to adjust theme, model, output style, and other preferences. Alias: `/settings` |
|
||||
| 8 | `/focus` |  | Toggle the focus view, which shows only the last prompt, a summary of tool calls, and the final response. Useful for reducing visual noise during long sessions |
|
||||
| 8 | `/focus` |  | Toggle the focus view, which shows only the last prompt, a summary of tool calls, and the final response. Useful for reducing visual noise during long sessions. Only available in fullscreen rendering |
|
||||
| 9 | `/keybindings` |  | Open or create your keybindings configuration file |
|
||||
| 10 | `/permissions` |  | Manage allow, ask, and deny rules for tool permissions. Opens an interactive dialog where you can view rules by scope, add or remove rules, manage working directories, and review recent auto mode denials. Alias: `/allowed-tools` |
|
||||
| 11 | `/privacy-settings` |  | View and update your privacy settings. Only available for Pro and Max plan subscribers |
|
||||
@@ -81,7 +81,7 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
| 39 | `/mcp` |  | Manage MCP server connections and OAuth authentication |
|
||||
| 40 | `/plugin` |  | Manage Claude Code plugins |
|
||||
| 41 | `/reload-plugins` |  | Reload all active plugins to apply pending changes without restarting. Reports counts for each reloaded component and flags any load errors |
|
||||
| 42 | `/skills` |  | List available skills |
|
||||
| 42 | `/skills` |  | List available skills. Press `t` to sort by token count |
|
||||
| 43 | `/memory` |  | Edit `CLAUDE.md` memory files, enable or disable auto-memory, and view auto-memory entries |
|
||||
| 44 | `/effort [low\|medium\|high\|xhigh\|max\|auto]` |  | Set the model effort level. Available levels depend on the model and include `low`, `medium`, `high`, `xhigh`, and `max` (session-only). Without an argument, opens an interactive slider to pick the level. `auto` resets to the model default. Takes effect immediately without waiting for the current response to finish |
|
||||
| 45 | `/fast [on\|off]` |  | Toggle fast mode on or off |
|
||||
@@ -106,9 +106,9 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
| 64 | `/schedule [description]` |  | Create, update, list, or run routines. Claude walks you through the setup conversationally. Alias: `/routines` |
|
||||
| 65 | `/teleport` |  | Pull a Claude Code on the web session into this terminal: opens a picker, then fetches the branch and conversation. Also available as `/tp`. Requires a claude.ai subscription |
|
||||
| 66 | `/web-setup` |  | Connect your GitHub account to Claude Code on the web using your local `gh` CLI credentials. `/schedule` prompts for this automatically if GitHub is not connected |
|
||||
| 67 | `/branch [name]` |  | Create a branch of the current conversation at this point. Alias: `/fork` |
|
||||
| 67 | `/branch [name]` |  | Create a branch of the current conversation at this point. Alias: `/fork`. When `CLAUDE_CODE_FORK_SUBAGENT` is set, `/fork` instead spawns a forked subagent and is no longer an alias for this command |
|
||||
| 68 | `/btw <question>` |  | Ask a quick side question without adding to the conversation |
|
||||
| 69 | `/clear` |  | Clear conversation history and free up context. Aliases: `/reset`, `/new` |
|
||||
| 69 | `/clear` |  | Start a new conversation with empty context. The previous conversation stays available in `/resume`. To free up context while continuing the same conversation, use `/compact` instead. Aliases: `/reset`, `/new` |
|
||||
| 70 | `/compact [instructions]` |  | Compact conversation with optional focus instructions |
|
||||
| 71 | `/exit` |  | Exit the CLI. Alias: `/quit` |
|
||||
| 72 | `/recap` |  | Generate a one-line summary of the current session on demand, without affecting the ongoing conversation |
|
||||
|
||||
Reference in New Issue
Block a user