docs: sync to Claude Code v2.1.110 (TUI, push notifications, session recap) (#80)
* docs: sync to Claude Code v2.1.110 with TUI, push notifications, session recap, and new commands - 01-slash-commands: add /tui, /focus, /recap, /undo, /proactive to command table and recent changes - 07-plugins: document monitors manifest key for background monitor support (v2.1.105) - 09-advanced-features: add TUI mode, push notifications, session recap, ENABLE_PROMPT_CACHING_1H - 10-cli: add --exclude-dynamic-system-prompt-sections flag and CLAUDE_CODE_PERFORCE_MODE env var - CATALOG.md: update command counts (55+→60+, 63+→68+), add 5 new command rows - All 12 files: bump footer to April 16, 2026 / Claude Code Version 2.1.110 * fix(catalog): correct version tags for /proactive, /recap, /undo commands /proactive was added in v2.1.105, /recap and /undo in v2.1.108 — not v2.1.110. Only /tui and /focus were introduced in v2.1.110.
This commit is contained in:
@@ -70,6 +70,7 @@ graph TD
|
||||
| `--maintenance` | Run maintenance hooks and exit | `claude --maintenance` |
|
||||
| `--disable-slash-commands` | Disable all skills and slash commands | `claude --disable-slash-commands` |
|
||||
| `--no-session-persistence` | Disable session saving (print mode) | `claude -p --no-session-persistence "query"` |
|
||||
| `--exclude-dynamic-system-prompt-sections` | Exclude dynamic sections from the system prompt for better prompt cache hit rates | `claude -p --exclude-dynamic-system-prompt-sections "query"` |
|
||||
|
||||
### Interactive vs Print Mode
|
||||
|
||||
@@ -728,6 +729,7 @@ The "ultrathink" keyword in prompts activates deep reasoning. The `max` effort l
|
||||
| `SLASH_COMMAND_TOOL_CHAR_BUDGET` | Character budget for slash command tools |
|
||||
| `ENABLE_TOOL_SEARCH` | Enable tool search capability |
|
||||
| `MAX_MCP_OUTPUT_TOKENS` | Maximum tokens for MCP tool output |
|
||||
| `CLAUDE_CODE_PERFORCE_MODE` | Set to `1` to enable Perforce mode — treats files as read-only by default (for Perforce/P4 version control workflows) (added v2.1.98) |
|
||||
|
||||
---
|
||||
|
||||
@@ -832,8 +834,8 @@ claude -p --output-format json "query"
|
||||
*Part of the [Claude How To](../) guide series*
|
||||
|
||||
---
|
||||
**Last Updated**: April 11, 2026
|
||||
**Claude Code Version**: 2.1.101
|
||||
**Last Updated**: April 16, 2026
|
||||
**Claude Code Version**: 2.1.110
|
||||
**Sources**:
|
||||
- https://code.claude.com/docs/en/cli-reference
|
||||
- https://code.claude.com/docs/en/commands
|
||||
|
||||
Reference in New Issue
Block a user