You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add /fork <directive> as new row shanraisshan#76 in Session tag — now a standalone
built-in command (previously alias of /branch, promoted in v2.1.161)
- Remove superseded alias/CLAUDE_CODE_FORK_SUBAGENT note from /branch row
- Renumber Session rows 76-82 → 77-83; count heading updated 82 → 83
- Update /terminal-setup: replace "Windsurf" with "Devin Desktop" (v2.1.162)
- Bump Last Updated badge to Jun 04, 2026 and version badge to v2.1.162
https://claude.ai/code/session_01C1e4RbXuU3JM9ysPohXfJa
| 15 |`/statusline`|| Configure Claude Code's status line. Describe what you want, or run without arguments to auto-configure from your shell prompt |
59
59
| 16 |`/stickers`|| Order Claude Code stickers |
60
-
| 17 |`/terminal-setup`|| Configure terminal keybindings for Shift+Enter and other shortcuts. Only visible in terminals that need it, like VS Code, Cursor, Windsurf, Alacritty, or Zed |
60
+
| 17 |`/terminal-setup`|| Configure terminal keybindings for Shift+Enter and other shortcuts. Only visible in terminals that need it, like VS Code, Cursor, Devin Desktop, Alacritty, or Zed |
61
61
| 18 |`/theme`|| Change the color theme. Includes light and dark variants, colorblind-accessible (daltonized) themes, ANSI themes that use your terminal's color palette, an "Auto (match terminal)" option that follows your terminal's light/dark mode, and custom themes loaded from `~/.claude/themes/` or plugins. Select "New custom theme…" to create your own |
62
62
| 19 |`/tui [default\|fullscreen]`|| Set the terminal UI renderer and relaunch Claude Code with the current conversation intact. `default` uses inline rendering; `fullscreen` uses an alt-screen TUI |
63
63
| 20 |`/voice [hold\|tap\|off]`|| Toggle voice dictation, or enable it in a specific mode. Requires a Claude.ai account |
@@ -111,18 +111,19 @@ Claude Code commands — frontmatter fields and official built-in slash commands
111
111
| 68 |`/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 |
112
112
| 69 |`/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 |
113
113
| 70 |`/background [prompt]`|| Detach the current session to run as a background agent and free this terminal. Alias: `/bg`|
114
-
| 71 |`/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|
114
+
| 71 |`/branch [name]`|| Create a branch of the current conversation at this point |
115
115
| 72 |`/btw <question>`|| Ask a quick side question without adding to the conversation |
116
116
| 73 |`/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`|
| 75 |`/exit`|| Exit the CLI. Alias: `/quit`|
119
-
| 76 |`/goal [condition\|clear]`|| Set a goal — Claude keeps working across turns until the condition is met. Pass `clear` to remove an existing goal |
120
-
| 77 |`/recap`|| Generate a one-line summary of the current session on demand, without affecting the ongoing conversation |
121
-
| 78 |`/rename [name]`|| Rename the current session and show the name on the prompt bar. Without a name, auto-generates one from conversation history |
122
-
| 79 |`/resume [session]`|| Resume a conversation by ID or name, or open the session picker. Alias: `/continue`|
123
-
| 80 |`/rewind`|| Rewind the conversation and/or code to a previous point, or summarize from a selected message. See checkpointing. Alias: `/checkpoint`, `/undo`|
124
-
| 81 |`/stop`|| Stop the current background session. The transcript and worktree are kept |
125
-
| 82 |`/workflows`|| Open the workflow progress view to watch, pause, resume, or save running and completed workflows |
119
+
| 76 |`/fork <directive>`|| Spawn a forked subagent: a background subagent that inherits the full conversation and works on the directive while you keep going |
120
+
| 77 |`/goal [condition\|clear]`|| Set a goal — Claude keeps working across turns until the condition is met. Pass `clear` to remove an existing goal |
121
+
| 78 |`/recap`|| Generate a one-line summary of the current session on demand, without affecting the ongoing conversation |
122
+
| 79 |`/rename [name]`|| Rename the current session and show the name on the prompt bar. Without a name, auto-generates one from conversation history |
123
+
| 80 |`/resume [session]`|| Resume a conversation by ID or name, or open the session picker. Alias: `/continue`|
124
+
| 81 |`/rewind`|| Rewind the conversation and/or code to a previous point, or summarize from a selected message. See checkpointing. Alias: `/checkpoint`, `/undo`|
125
+
| 82 |`/stop`|| Stop the current background session. The transcript and worktree are kept |
126
+
| 83 |`/workflows`|| Open the workflow progress view to watch, pause, resume, or save running and completed workflows |
126
127
127
128
Bundled skills such as `/debug` can also appear in the slash-command menu, but they are not built-in commands.
0 commit comments