Claude Code v2.1.113 adds security restrictions and improves agent stability
Anthropic's code editor tool releases updates focused on sandbox controls, bash command execution safety, and reliability fixes for multi-agent workflows.
1 source
- Anthropic released Claude Code v2.1.113, migrating the CLI from bundled JavaScript to native platform-specific binaries for improved performance
- New sandbox.network.deniedDomains setting allows blocking specific domains regardless of broader allowedDomains wildcard rules
- Security hardening restricts bash removal operations on macOS sensitive paths (/private/etc, /var, /tmp, /home) and improves command wrapping detection for deny rule enforcement
- Subagents that stall mid-stream now fail with explicit error messages after 10 minutes instead of hanging indefinitely
- Numerous UI and stability fixes address markdown table rendering, MCP timeout handling, and Remote Control client compatibility
Anthropic released version 2.1.113 of Claude Code, its AI-integrated code editor, with a focus on security, reliability, and performance improvements. The update transitions the CLI from JavaScript execution to native platform-specific binaries deployed as optional per-platform dependencies, a structural change intended to improve runtime efficiency.
Security enhancements include a new sandbox.network.deniedDomains configuration option that allows blocking specific domains even when a broader wildcard rule (allowedDomains) would normally grant access. On macOS, bash operations targeting sensitive system paths under /private/ (including /etc, /var, /tmp, and /home) are now treated as dangerous removal targets under restrictive allow rules. The tool also improved detection of bash deny rule violations by matching commands wrapped in privilege escalation or execution utilities like env, sudo, watch, and ionice.
Reliability improvements address agent execution failures. Subagents that stall during streaming now terminate with a clear error message after 10 minutes rather than hanging silently, reducing user confusion. The update fixes concurrent MCP (Model Context Protocol) tool call timeout handling where a timeout for one tool could incorrectly disable the watchdog for another call. Additional fixes prevent bash operations flagged with dangerouslyDisableSandbox from executing outside the sandbox without permission prompts.
The update includes numerous UI refinements and bug fixes addressing markdown table rendering with inline code containing pipe characters, fullscreen mode scrolling behavior, readline-compatible cursor movement (Ctrl+A/E), and improved URL clickability in wrapped command output. Remote Control sessions—mobile and web clients—now support streaming subagent transcripts and proper session archival, and can query file autocomplete suggestions.
- Jul 19, 2026 · TechCrunch — AI
Nonprofit Current AI launches open public AI infrastructure projects with $3.2M in grants
Trust76 - Jul 19, 2026 · AWS — Machine Learning Blog
Smartsheet deploys remote Model Context Protocol server on AWS to connect AI agents to enterprise data
Trust79 - Jul 19, 2026 · Simon Willison — everything
Interactive SQLite Query Explainer runs in-browser with annotated query plans
Trust84