Claude Code v2.1.140
What's changed Improved Agent tool `subagent_type` matching to accept case- and separator-insensitive values (e.g. `"Code Reviewer"` resolves to `code-reviewer`) Updated agent color palette Fixed `/goal` silently…
https://github.com/anthropics/claude-code/releases·tool·26 items·last fetched
What's changed Improved Agent tool `subagent_type` matching to accept case- and separator-insensitive values (e.g. `"Code Reviewer"` resolves to `code-reviewer`) Updated agent color palette Fixed `/goal` silently…
What's changed Added agent view (Research Preview): a single list of every Claude Code session — running, blocked on you, or done. Run `claude agents` to get started. See https://code.claude.com/docs/en/agent-view…
What's changed Internal fixes
What's changed [VSCode] Fixed extension failing to activate on Windows
What's changed Added `CLAUDE_CODE_ENABLE_FEEDBACK_SURVEY_FOR_OTEL` to re-enable the session quality survey for enterprises capturing responses through OpenTelemetry Added `settings.autoMode.hard_deny` for auto mode…
What's changed Added `worktree.baseRef` setting (`fresh` | `head`) to choose whether `--worktree`, `EnterWorktree`, and agent-isolation worktrees branch from `origin/` or local `HEAD`. Note: the default `fresh` changes…
What's changed Added `CLAUDE_CODE_SESSION_ID` environment variable to the Bash tool subprocess environment, matching the `session_id` passed to hooks Added `CLAUDE_CODE_DISABLE_ALTERNATE_SCREEN=1` env var to opt out of…
What's changed Fixed VS Code extension failing to activate on Windows due to a hardcoded build path in the bundled SDK (`createRequire` polyfill bug) Fixed Mantle endpoint authentication failing with missing…
What's changed Added `--plugin-url ` flag to fetch a plugin `.zip` archive from a URL for the current session Added `CLAUDE_CODE_FORCE_SYNC_OUTPUT=1` env var to force-enable synchronized output on terminals that…
What's changed Bare `/color` (no args) now picks a random session color `/mcp` now shows the tool count for connected servers and flags servers that connected with 0 tools `--plugin-dir` now accepts `.zip` plugin…
What's changed The `/model` picker now lists models from your gateway's `/v1/models` endpoint when `ANTHROPIC_BASE_URL` points at an Anthropic-compatible gateway - Added `claude project purge [path]` to delete all…
What's changed Fixed OAuth authentication failing with a 401 retry loop when `CLAUDE_CODE_DISABLE_EXPERIMENTAL_BETAS=1` is set
What's changed Added `ANTHROPIC_BEDROCK_SERVICE_TIER` environment variable to select a Bedrock service tier (`default`, `flex`, or `priority`), sent as the `X-Amzn-Bedrock-Service-Tier` header Pasting a PR URL into the…
What's changed Added `alwaysLoad` option to MCP server config — when `true`, all tools from that server skip tool-search deferral and are always available Added `claude plugin prune` to remove orphaned auto-installed…
What's changed `/config` settings (theme, editor mode, verbose, etc.) now persist to `~/.claude/settings.json` and participate in project/local/policy override precedence Added `prUrlTemplate` setting to point the…
What's changed Added vim visual mode (`v`) and visual-line mode (`V`) with selection, operators, and visual feedback Merged `/cost` and `/stats` into `/usage` — both remain as typing shortcuts that open the relevant…
What's changed Forked subagents can now be enabled on external builds by setting `CLAUDE_CODE_FORK_SUBAGENT=1` Agent frontmatter `mcpServers` are now loaded for main-thread agent sessions via `--agent` Improved…
What's changed `/resume` on large sessions is significantly faster (up to 67% on 40MB+ sessions) and handles sessions with many dead-fork entries more efficiently Faster MCP startup when multiple stdio servers are…
What's changed Fixed a crash in the permission dialog when an agent teams teammate requested tool permission
What's changed Changed the CLI to spawn a native Claude Code binary (via a per-platform optional dependency) instead of bundled JavaScript Added `sandbox.network.deniedDomains` setting to block specific domains even…
What's changed Fixed "claude-opus-4-7 is temporarily unavailable" for auto mode
What's changed Claude Opus 4.7 xhigh is now available! Use /effort to tune speed vs. intelligence Auto mode is now available for Max subscribers when using Opus 4.7 Added `xhigh` effort level for Opus 4.7, sitting…
What's changed Added `/tui` command and `tui` setting — run `/tui fullscreen` to switch to flicker-free rendering in the same conversation Changed `Ctrl+O` to toggle between normal and verbose transcript only; focus…
What's changed Improved the extended-thinking indicator with a rotating progress hint
What's changed Added `ENABLE_PROMPT_CACHING_1H` env var to opt into 1-hour prompt cache TTL on API key, Bedrock, Vertex, and Foundry (`ENABLE_PROMPT_CACHING_1H_BEDROCK` is deprecated but still honored), and…
What's changed Show thinking hints sooner during long operations