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
Copy file name to clipboardExpand all lines: docs/commands.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,9 @@
5
5
| Command | Description |
6
6
|---------|-------------|
7
7
|`/claude`| Send a prompt to Claude Code. Supports `prompt` and `session_id` options. |
8
-
|`/continue`|Continue a previous Claude conversation with an optional follow-up prompt. |
8
+
|`/resume`|Resume (continue) a previous Claude conversation with an optional follow-up prompt. |
9
9
|`/claude-cancel`| Cancel the currently running Claude operation. |
10
+
|`/fast`| Toggle Opus 4.6 fast mode — 2.5x faster responses, same quality. |
10
11
11
12
## Enhanced Claude Commands (4)
12
13
@@ -35,7 +36,7 @@
35
36
|---------|-------------|
36
37
|`/claude-info`| View account info, available models, and MCP server status. Options: `section` (all/account/models/mcp). Works with or without an active session. |
37
38
|`/rewind`| Rewind file changes to a specific conversation turn. Options: `turn` (number), `dry_run` (preview changes without applying). |
0 commit comments