2026-04-23 · Anthropic

v2.1.119

protocolsagentsmodelsenterprise

read at source ↗ github.com

v2.1.119

Source: Anthropic Claude Code Date: 2026-04-23 URL: https://github.com/anthropics/claude-code/releases/tag/v2.1.119

Summary

Settings persistence and multi-platform expansion release. /config settings (theme, editor mode, verbose, etc.) now persist to ~/.claude/settings.json with project/local/policy override precedence. --from-pr expanded to accept GitLab merge-requests, Bitbucket pull-requests, and GitHub Enterprise URLs. New prUrlTemplate setting for custom code-review URL footers. Agent --agent <name> now honors the agent definition’s permissionMode. Parallel MCP server reconfiguration on startup. Fixes for CRLF paste (Windows/Xcode), Glob/Grep tools disappearing when Bash is denied, fullscreen scroll snap, and plan mode not acting on existing plans.

Implications

Settings persistence is a maturation milestone: the CLI now has a stable, inspectable config file with a well-defined override chain (project → local → policy). This enables team-level config sharing and policy enforcement — the policy tier is particularly relevant for managed deployments. GitLab/Bitbucket/GHE support in --from-pr signals Anthropic is expanding beyond GitHub-centric workflows; enterprise accounts on non-GitHub forges are now a first-class target. The plan-mode fix (not acting on existing plans) suggests agentic plan-then-execute flows were unreliable in prior versions.

← all signals