docs(commands): add ultracode effort level and bump badge to v2.1.160
Add `ultracode` to /effort command signature and description (combines xhigh reasoning with automatic workflow orchestration; session-only). v2.1.160 renamed the `workflow` keyword to `ultracode`. Badge bumped Jun 01 → Jun 02, version v2.1.159 → v2.1.160. https://claude.ai/code/session_01MBkyNx7gh5vJLVY6W7gxY7
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.
|
||||
@@ -87,7 +87,7 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
| 44 | `/reload-skills` |  | Re-scan skill and command directories so skills added or changed on disk during the session become available without restarting. Reports how many skills are available and how many were added or removed |
|
||||
| 45 | `/skills` |  | List available skills. Press `t` to sort by token count |
|
||||
| 46 | `/memory` |  | Edit `CLAUDE.md` memory files, enable or disable auto-memory, and view auto-memory entries |
|
||||
| 47 | `/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 |
|
||||
| 47 | `/effort [low\|medium\|high\|xhigh\|max\|ultracode]` |  | Set the model effort level. Available levels depend on the model and include `low`, `medium`, `high`, `xhigh`, `max` (session-only), and `ultracode` (combines `xhigh` reasoning with automatic workflow orchestration; 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 |
|
||||
| 48 | `/fast [on\|off]` |  | Toggle fast mode on or off |
|
||||
| 49 | `/model [model]` |  | Select or change the AI model. For models that support it, use left/right arrows to adjust effort level. The change takes effect immediately without waiting for the current response to finish. When switching mid-conversation after prior output, Claude warns before applying the change |
|
||||
| 50 | `/passes` |  | Share a free week of Claude Code with friends. Only visible if your account is eligible |
|
||||
|
||||
Reference in New Issue
Block a user