
Claude Code v2.1.202 Major Updates
This page has been translated by machine translation. View original
This is Ishikawa from the Cloud Business Division. Claude Code v2.1.202 (released 2026-07-06) has been released. This update focuses on new features related to dynamic workflows and telemetry enhancements, along with bug fixes for Remote Control, session resumption, and skill loading.
Update Summary
v2.1.202 includes 18 changes: 4 new features/improvements and 13 bug fixes, making this a highly maintenance-focused release. Additionally, the review method for /review <pr> has changed, so existing users should pay attention to the behavior change.
The official Claude Code X account briefly introduced an official guide explaining the concept of "Loops" and how to use them to automate development.

Highlighted Updates
- New Feature: A "Dynamic workflow size" setting has been added to
/config, allowing you to control the target number of agents generated in dynamic workflows (small/medium/large) (v2.1.202). - Bug Fixes: The following issues have been resolved: session resumption taking several minutes and consuming large amounts of memory in repositories with many Git worktrees, a worker crash loop when opening chat from
claude agents, and a crash during Ctrl+R history search (v2.1.202). - Security: Fixed a temporary mTLS handshake failure that occurred during in-place rotation of client certificates. Also fixed an issue where incorrect permission modes were displayed in mobile/web apps during
/remote-controlsessions (v2.1.202).
Update Details
New Features
- A "Dynamic workflow size" setting has been added to
/config. You can specify the scale (small/medium/large) of agents Claude generates in dynamic workflows. Note that this is not a hard limit, but rather a guideline setting. - The OpenTelemetry attributes
workflow.run_idandworkflow.namehave been added to telemetry output from agents launched via workflows. This enables reconstruction of workflow execution activity from OTel data.
Improvements
- Improved MCP error messages. When a server configuration has a
urlbut notype, instead of the previously misleading "command: expected string" error, it now displays a clear error suggesting"type": "http". - Improved the agent list layout in
/workflows. Changes include wider title columns, a dedicated time column, shortened model names, and removal of the per-row tool call count display.
Fixes
- Fixed session resumption delay and memory bloat in repositories with many worktrees: Fixed an issue where resuming sessions by name or opening the resume picker in repositories with many Git worktrees took several minutes and consumed large amounts of memory.
- Fixed crash loop in
claude agents: Fixed an issue where opening chat fromclaude agentsfailed with "currently running as a background agent," causing the worker to repeatedly crash and restart. - Fixed Ctrl+R history search crash: Fixed a crash that occurred when confirming or canceling during a history file scan in inline Ctrl+R history search.
- Fixed duplicate skill loading: Fixed an issue where calling an already-loaded skill would add duplicate copies of its instructions to the context.
- Fixed temporary mTLS handshake failure: Fixed an issue where mTLS handshakes temporarily failed when configuration was reapplied during in-place rotation of client certificates.
- Fixed incorrect permission mode display in
/remote-control: Fixed an issue where incorrect permission modes were displayed in mobile/web apps during/remote-controlsessions. - In addition, numerous minor bug fixes have been made, including
/renamefor background sessions, sending commands from Remote Control and sending images/files without captions, displaying sign-in URLs over SSH, displaying workflow parse errors, retrying voice dictation, and retrying installer/updater downloads.
Behavior Changes
There is a behavior change that affects users of /review.
/review <pr>review method change:/review <pr>has reverted to a fast single-pass review. To perform multi-agent reviews at an optional effort level, use/code-review <level> <pr#>. If you were previously expecting multi-agent reviews from/review, you will need to switch commands.
Closing
v2.1.202 adds the new dynamic workflow size control feature and telemetry enhancements, while resolving many everyday bugs such as slow session resumption in repositories with many worktrees and duplicate skill loading. Just make sure to check the change to the /review review method, then go ahead and update and give it a try.
References