fix(docs): Update broken URLs, deprecations, and outdated references
- Replace docs.anthropic.com URLs with code.claude.com equivalents across all files - Mark /review as deprecated with code-review plugin recommendation - Fix "Sonnet 4.5" → "Sonnet 4.6" model name reference - Update Task() → Agent() syntax in subagents documentation - Remove undocumented /todos from slash commands table - Add verification note about CLAUDE.local.md not in official docs
This commit is contained in:
@@ -55,7 +55,7 @@ Built-in commands are shortcuts for common actions. Type `/` in Claude Code to s
|
||||
| `/remote-env` | Configure remote session environment (claude.ai subscribers) |
|
||||
| `/rename <name>` | Rename the current session |
|
||||
| `/resume [session]` | Resume a conversation by ID or name |
|
||||
| `/review` | Request code review |
|
||||
| `/review` | **Deprecated** — install the [`code-review` plugin](https://github.com/anthropics/claude-code-marketplace/blob/main/code-review/README.md) instead: `claude plugin install code-review@claude-code-marketplace` |
|
||||
| `/rewind` | Rewind the conversation and/or code |
|
||||
| `/sandbox` | Enable sandboxed bash tool with filesystem and network isolation |
|
||||
| `/security-review` | Complete a security review of pending changes |
|
||||
@@ -66,13 +66,12 @@ Built-in commands are shortcuts for common actions. Type `/` in Claude Code to s
|
||||
| `/teleport` | Resume remote session from claude.ai by session ID |
|
||||
| `/terminal-setup` | Install Shift+Enter key binding for newlines |
|
||||
| `/theme` | Change the color theme |
|
||||
| `/todos` | List current TODO items |
|
||||
| `/usage` | Show plan usage limits and rate limit status |
|
||||
| `/vim` | Enter vim mode for alternating insert and command modes |
|
||||
|
||||
### Recent Changes
|
||||
|
||||
- `/model` picker now shows human-readable labels (e.g., "Sonnet 4.5") instead of raw model IDs
|
||||
- `/model` picker now shows human-readable labels (e.g., "Sonnet 4.6") instead of raw model IDs
|
||||
- `/rename` auto-generates a session name from conversation context when called without arguments
|
||||
- `/rename` now updates the terminal tab title by default
|
||||
- `/resume` picker increased initial session count from 10 to 50
|
||||
|
||||
Reference in New Issue
Block a user