ANTHROPIC PUB_DATE: 2026.04.18

CLAUDE CODE SHIPS NATIVE CLI, TIGHTER SANDBOXING, AND A DESKTOP REDESIGN FOR PARALLEL AGENT WORK

Anthropic pushed rapid Claude Code updates and a desktop redesign that tighten security, speed up reviews, and make multi-session agent work practical. The des...

Anthropic pushed rapid Claude Code updates and a desktop redesign that tighten security, speed up reviews, and make multi-session agent work practical.

The desktop app was rebuilt for parallel sessions with a sidebar, drag-and-drop panes, an integrated terminal and editor, faster diffs, and SSH to remote machines, with full parity to CLI plugins desktop redesign. On the CLI, v2.1.113 now spawns a native binary per platform, adds sandbox.network.deniedDomains for defense-in-depth, accelerates /ultrareview, times out stalled subagents, and fixes MCP concurrent-call timeouts (2.1.113, releases).

Earlier 2.1.111 added Opus 4.7 Auto mode for Max, a new xhigh /effort tier, /less-permission-prompts, and a cloud /ultrareview for comprehensive PR checks; 2.1.112 fixed an Opus 4.7 auto-mode outage; 2.1.114 patched a permission-dialog crash (2.1.111 summary, 2.1.114).

[ WHY_IT_MATTERS ]
01.

Native CLI, safer defaults, and faster multi-agent review reduce toil while lowering the blast radius of mistakes.

02.

The desktop redesign finally supports real parallel agent workflows without bouncing between tools.

[ WHAT_TO_TEST ]
  • terminal

    Run /ultrareview on a representative service PR and compare defects found, false positives, and time-to-merge against your current review baseline.

  • terminal

    Harden the sandbox: set a broad allowedDomains plus targeted deniedDomains, then validate data egress is blocked and Bash safeguards catch dangerous rm/find cases.

[ BROWNFIELD_PERSPECTIVE ]

Legacy codebase integration strategies...

  • 01.

    Roll out the native CLI binary in a staging CI runner and Docker images to catch optional-dependency or PATH issues before prod.

  • 02.

    Enable /less-permission-prompts and tune allow/deny rules; audit changes with MCP tool logs to confirm fewer prompts don’t widen access.

[ GREENFIELD_PERSPECTIVE ]

Fresh architecture paradigms...

  • 01.

    Adopt the desktop app as the orchestrator for multi-repo refactors; pair it with cloud /ultrareview as a PR gate.

  • 02.

    Codify sandbox policies up front (allowed/denied domains, Bash deny wrappers) and wire Vertex AI or Amazon Bedrock setup scripts into bootstrap.

Enjoying_this_story?

Get daily ANTHROPIC + SDLC updates.

  • Practical tactics you can ship tomorrow
  • Tooling, workflows, and architecture notes
  • One short email each weekday

FREE_FOREVER. TERMINATE_ANYTIME. View an example issue.

GET_DAILY_EMAIL
AI + SDLC // 5 MIN DAILY