releaseintermediate
[Release] anthropics/claude-code v2.1.113: v2.1.113
By ashwin-antgithub
View original on githubClaude Code v2.1.113 introduces a native binary CLI replacing bundled JavaScript, enhances security with improved sandbox controls and bash rule matching, and fixes numerous UI/UX issues including fullscreen scrolling, multiline input navigation, and markdown rendering. Key improvements include faster /ultrareview with parallelization, better subagent error handling with 10-minute timeouts, and expanded Remote Control client capabilities. The release also addresses critical bugs in session management, MCP tool handling, and cross-platform compatibility.
Key Points
- •CLI now spawns native Claude Code binary via per-platform optional dependency instead of bundled JavaScript
- •New `sandbox.network.deniedDomains` setting blocks specific domains even with broader `allowedDomains` wildcards
- •Enhanced security: macOS `/private/{etc,var,tmp,home}` paths treated as dangerous removal targets; bash deny rules now match commands wrapped in env/sudo/watch/ionice/setsid
- •Improved subagent reliability: stalled mid-stream subagents now fail with clear error after 10 minutes instead of hanging silently
- •Fullscreen mode enhancements: Shift+↑/↓ scrolls viewport when extending selection; Ctrl+A/E move to start/end of logical line (readline behavior)
- •Windows support: Ctrl+Backspace deletes previous word; long URLs remain clickable when wrapped across lines with OSC 8 hyperlinks
- •/ultrareview faster launch with parallelized checks, diffstat in dialog, and animated launching state
- •/loop improvements: Esc cancels pending wakeups; wakeups display as 'Claude resuming /loop wakeup' for clarity
- •Remote Control clients now support `/extra-usage`, @-file autocomplete queries, and subagent transcript streaming
- •Fixed 25+ bugs including markdown table rendering, session recap auto-firing, MCP concurrent-call timeouts, and Bedrock Opus 4.7 compatibility
Found this useful? Add it to a playbook for a step-by-step implementation guide.
Workflow Diagram
Start Process
Step A
Step B
Step C
Complete