Claude Code Release Notes
Claude Code v2.1.19: Command Shortcuts & Process Mgmt
Claude Code v2.1.19 introduces shorthand argument syntax, fixes processor compatibility issues, and improves session management across different directories.
January 23, 2026 • 2 min read • By Claude World
Claude Code v2.1.19: Enhanced Command Shortcuts and Process Management
Claude Code v2.1.19 delivers significant improvements to custom command handling, process stability, and session management. This release focuses on making the development experience smoother with better argument handling and resolving critical compatibility issues.
What’s New
Simplified Argument Access
- Shorthand argument syntax: Use
$0,$1,$2etc. for quick access to individual arguments in custom commands - Updated indexed syntax: Changed from
$ARGUMENTS.0to$ARGUMENTS[0]for better consistency with standard bracket notation
Enhanced Process Management
- Tasks system toggle: New environment variable
CLAUDE_CODE_ENABLE_TASKSallows reverting to the old system by setting it tofalse - Improved process cleanup: Fixed dangling Claude Code processes when terminals are closed by properly handling EIO errors and using SIGKILL as fallback
- Background hook fixes: Resolved issues with backgrounded hook commands causing unnecessary session waits
Session Management Improvements
- Cross-directory session handling: Fixed
/renameand/tagcommands not updating the correct session when resuming from different directories (especially useful for git worktrees) - Title-based session resuming: Resolved issues with resuming sessions by custom title from different directories
- Prompt stash reliability: Fixed lost pasted text content when using Ctrl+S prompt stash and restore functionality
Compatibility and Display Fixes
- Processor compatibility: Resolved crashes on systems without AVX instruction support
- Agent list display: Fixed confusing “Sonnet (default)” label, now correctly shows “Inherit (default)” for agents without explicit model settings
- File preview improvements: Fixed empty lines being omitted in file write previews
- Streamlined permissions: Skills without additional permissions or hooks no longer require approval
SDK and VSCode Enhancements
- SDK replay functionality: Added replay of
queued_commandattachment messages asSDKUserMessageReplayevents whenreplayUserMessagesis enabled - VSCode feature parity: Enabled session forking and rewind functionality for all VSCode extension users
How to Update
To update to Claude Code v2.1.19:
- Via package manager: Run your standard update command for Claude Code
- Manual installation: Download the latest release from the GitHub repository
- Environment configuration: If you need to temporarily use the old task system, set
CLAUDE_CODE_ENABLE_TASKS=falsein your environment