Skip to main content

Claude Code v2.1.172 Release Notes: Nested Sub-agents and AWS Integration Improvements

Claude Code v2.1.172 introduces nested sub-agents up to 5 levels deep, improved AWS Bedrock region detection, and numerous bug fixes for enhanced performance.

June 11, 2026 10 min read By ClaudeWorld

Claude Code v2.1.172 Release Notes

Claude Code v2.1.172 is now available with exciting new capabilities for power users. This release introduces hierarchical sub-agent spawning, enhanced AWS Bedrock integration, and a comprehensive set of bug fixes that improve the overall user experience.

What’s New

Nested Sub-agents

The standout feature of this release is the ability for sub-agents to spawn their own sub-agents, creating a hierarchical structure up to 5 levels deep. This opens up new possibilities for complex, multi-layered automation workflows.

Enhanced AWS Bedrock Integration

  • AWS region detection now follows proper SDK precedence by reading from ~/.aws config files when AWS_REGION environment variable isn’t set
  • The /status command now shows the source of the region configuration for better debugging
  • Fixed model availability issues where Bedrock was offering unsupported models

Improved Plugin Experience

  • Added a search bar for browsing marketplace plugins in /plugin
  • Fixed cursor positioning and navigation issues in the plugin browser
  • Better Esc key handling when exiting plugin lists

Observability Enhancements

  • Added model attribute to the claude_code.lines_of_code.count OpenTelemetry metric for better monitoring

Critical Bug Fixes

  • Resolved sessions getting permanently stuck when using 1M context without usage credits
  • Fixed recurring image processing errors in conversations with multiple images
  • Corrected agent view showing busy spinners for up to 30 seconds after completion
  • Improved background session handling and authentication
  • Fixed various model selection and availability issues
  • Enhanced wildcard domain matching for WebFetch permissions
  • Improved workflow validation for Date/Math functions

How to Update

To update to Claude Code v2.1.172:

  1. Stop any running Claude Code sessions
  2. Download the latest release from the official repository
  3. Follow the standard installation procedure for your platform
  4. Restart Claude Code to begin using the new features

The daemon will auto-update in most cases, but manual updates ensure you get all the latest improvements immediately.