update settings report to v2.1.83 — auto mode, managed-settings.d/, sandbox.failIfUnavailable + workflow badge updates
Settings (claude-settings.md): - add autoMode, disableAutoMode, auto permission mode - add sandbox.failIfUnavailable, disableDeepLinkRegistration - add CLAUDE_CODE_SUBPROCESS_ENV_SCRUB env var - add managed-settings.d/ drop-in directory - fix Windows registry path to SOFTWARE\Policies\ClaudeCode - add opus[1m] model alias - fix broken claudelog.com link - update badge/version to v2.1.83 Other workflows: commands, skills, subagents, concepts, dev-workflows badge/changelog updates 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.
|
||||
@@ -32,7 +32,7 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
|
||||
---
|
||||
|
||||
##  **(63)**
|
||||
##  **(64)**
|
||||
|
||||
| # | Command | Tag | Description |
|
||||
|---|---------|-----|-------------|
|
||||
@@ -91,14 +91,15 @@ Claude Code commands — frontmatter fields and official built-in slash commands
|
||||
| 53 | `/mobile` |  | Show QR code to download the Claude mobile app. Aliases: `/ios`, `/android` |
|
||||
| 54 | `/remote-control` |  | Make this session available for remote control from claude.ai. Alias: `/rc` |
|
||||
| 55 | `/remote-env` |  | Inspect or copy the remote-control environment setup |
|
||||
| 56 | `/branch` |  | Fork the current conversation into a new session. Alias: `/fork` |
|
||||
| 57 | `/btw <question>` |  | Ask a quick side question without adding to the conversation |
|
||||
| 58 | `/clear` |  | Clear conversation history and free up context. Aliases: `/reset`, `/new` |
|
||||
| 59 | `/compact [prompt]` |  | Compress conversation to free context window. Optional prompt focuses the compaction |
|
||||
| 60 | `/exit` |  | Exit the CLI. Alias: `/quit` |
|
||||
| 61 | `/rename <name>` |  | Rename the current session for easier identification |
|
||||
| 62 | `/resume [session]` |  | Resume a previous conversation by ID or name, or open the session picker. Alias: `/continue` |
|
||||
| 63 | `/rewind` |  | Rewind the conversation and/or code to a previous point, or summarize from a selected message. Alias: `/checkpoint` |
|
||||
| 56 | `/schedule [description]` |  | Create, update, list, or run Cloud scheduled tasks. Claude walks you through the setup conversationally |
|
||||
| 57 | `/branch` |  | Fork the current conversation into a new session. Alias: `/fork` |
|
||||
| 58 | `/btw <question>` |  | Ask a quick side question without adding to the conversation |
|
||||
| 59 | `/clear` |  | Clear conversation history and free up context. Aliases: `/reset`, `/new` |
|
||||
| 60 | `/compact [prompt]` |  | Compress conversation to free context window. Optional prompt focuses the compaction |
|
||||
| 61 | `/exit` |  | Exit the CLI. Alias: `/quit` |
|
||||
| 62 | `/rename <name>` |  | Rename the current session for easier identification |
|
||||
| 63 | `/resume [session]` |  | Resume a previous conversation by ID or name, or open the session picker. Alias: `/continue` |
|
||||
| 64 | `/rewind` |  | Rewind the conversation and/or code to a previous point, or summarize from a selected message. Alias: `/checkpoint` |
|
||||
|
||||
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