update commands report to v2.1.110 — add /undo alias to /rewind
Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Commands Best Practice
|
# Commands Best Practice
|
||||||
|
|
||||||
 <br>
|
 <br>
|
||||||
[](../implementation/claude-commands-implementation.md)
|
[](../implementation/claude-commands-implementation.md)
|
||||||
|
|
||||||
Claude Code commands — frontmatter fields and official built-in slash commands.
|
Claude Code commands — frontmatter fields and official built-in slash commands.
|
||||||
@@ -108,7 +108,7 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
|||||||
| 67 | `/exit` |  | Exit the CLI. Alias: `/quit` |
|
| 67 | `/exit` |  | Exit the CLI. Alias: `/quit` |
|
||||||
| 68 | `/rename [name]` |  | Rename the current session and show the name on the prompt bar. Without a name, auto-generates one from conversation history |
|
| 68 | `/rename [name]` |  | Rename the current session and show the name on the prompt bar. Without a name, auto-generates one from conversation history |
|
||||||
| 69 | `/resume [session]` |  | Resume a conversation by ID or name, or open the session picker. Alias: `/continue` |
|
| 69 | `/resume [session]` |  | Resume a conversation by ID or name, or open the session picker. Alias: `/continue` |
|
||||||
| 70 | `/rewind` |  | Rewind the conversation and/or code to a previous point, or summarize from a selected message. See checkpointing. Alias: `/checkpoint` |
|
| 70 | `/rewind` |  | Rewind the conversation and/or code to a previous point, or summarize from a selected message. See checkpointing. Alias: `/checkpoint`, `/undo` |
|
||||||
|
|
||||||
Bundled skills such as `/debug` can also appear in the slash-command menu, but they are not built-in commands.
|
Bundled skills such as `/debug` can also appear in the slash-command menu, but they are not built-in commands.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user