Claude Code 2.1.172

Claude Code 2.1.172에서는 서브에이전트가 최대 5단계까지 자신의 서브에이전트를 생성할 수 있도록 기능이 확장되었습니다. Amazon Bedrock은 AWS_REGION이 설정되지 않았을 때 ~/.aws 설정 파일에서 리전을 읽으며, /status에서 리전 출처를 확인할 수 있습니다.

Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.

🤖 AI 분석 (Claude)

Claude Code 2.1.172에서는 서브에이전트가 최대 5단계까지 자신의 서브에이전트를 생성할 수 있도록 기능이 확장되었습니다. Amazon Bedrock은 AWS_REGION이 설정되지 않았을 때 ~/.aws 설정 파일에서 리전을 읽으며, /status에서 리전 출처를 확인할 수 있습니다.

여러 버그 수정을 통해 세션 안정성을 개선했습니다. 1M 컨텍스트 사용 시 세션이 고착되는 문제, 이미지 처리 오류 반복, 에이전트 뷰 지연, 백그라운드 에이전트의 설정 읽기 오류, 서브에이전트 활성 상태 고착 등을 해결했으며, 모델 제한 정책도 모든 모델 선택 시나리오에 제대로 적용되도록 수정했습니다.

왜 중요한가

에이전트 확장 기능과 버그 수정으로 더 복잡한 작업 자동화가 가능하며, 세션 안정성 개선으로 대규모 컨텍스트 작업 중 예기치 않은 중단이 줄어듭니다.

⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.

핵심 정리 Claude Code 2.1.172 1 서브에이전트가 최대 5단계 깊이까지 자신의 서브에이전트 생성 가능 2 Amazon Bedrock의 AWS 리전 설정이 AWS SDK 우선순위를 따르도록 개선 3 1M 컨텍스트 세션이 자동으로 표준 컨텍스트 제한 아래로 압축되도록 수정 4 availableModels 제한이 모든 모델 선택 인터페이스에 일관되게 적용

변경 내용 (원문)

- Sub-agents can now spawn their own sub-agents (up to 5 levels deep) - Amazon Bedrock now reads the AWS region from `~/.aws` config files when `AWS_REGION` isn't set, matching AWS SDK precedence; `/status` shows where the region came from - Added a search bar when browsing a marketplace's plugins in `/plugin` - Added `model` attribute to the `claude_code.lines_of_code.count` OTEL metric - Fixed sessions using 1M context without usage credits getting permanently stuck — the session now automatically compacts back under the standard context limit - Fixed a repeating "an image in the conversation could not be processed and was removed" error when the conversation contained multiple images - Fixed the agents view keeping a session under Working with a busy spinner for up to 30 seconds after the worker replied - Fixed background agents potentially reading another directory's project settings (`.mcp.json` approvals, trust) when dispatched onto a pre-warmed worker - Fixed background-session attach failing with EAUTH for sessions started on an older version after the daemon auto-updated - Fixed a background sub-agent staying stuck as "active" in the agent panel after a nested agent it spawned was stopped - Fixed `/model` suggestions in the `claude agents` dispatch input rendering with a misleading slash prefix and showing models disabled for your org - Fixed `availableModels` restrictions not being applied to subagent model overrides, the agent dispatch model picker, and the advisor

출처: Claude Code 변경로그 (원문 보기)

이어서 읽어보세요

궁금한 점이 있거나 활용법을 나누고 싶나요?

커뮤니티에서 다른 사용자들과 팁과 노하우를 나눠보세요. 더 많은 가이드도 준비되어 있어요.