Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.174는 마우스 휠 스크롤 가속 비활성화 옵션 추가, 모델 선택기의 표시 오류 수정, 환경 변수 상속 문제 해결 등 여러 기능 개선과 버그 수정을 포함하고 있습니다.
Bedrock GovCloud 지역의 추론 프로필 접두사 오류, macOS/Linux에서의 종료 지연 문제, 워크플로우 도구의 속성 지정 미흡 등 다양한 기술적 결함이 개선되었습니다.
왜 중요한가
이번 업데이트는 모델 선택 정확성 향상, 클라우드 배포 안정성 개선, 환경 설정 격리를 통해 사용자의 설정 관리 혼동을 줄이고 예상치 못한 오류를 방지합니다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Added `wheelScrollAccelerationEnabled` setting to disable mouse-wheel scroll acceleration in fullscreen mode - Fixed the `/model` picker hiding the model family that Default resolves to — Opus now appears as its own row on Max/Team Premium/Enterprise plans, Sonnet on Pro/Team plans, and Opus on pay-as-you-go API accounts - Fixed `/model` picker showing a hardcoded Sonnet version label when `ANTHROPIC_DEFAULT_SONNET_MODEL` pins a different Sonnet - Fixed the "Fable 5 is now consuming usage credits" banner incorrectly showing for enterprise accounts with usage-based billing - Fixed Bedrock GovCloud regions (`us-gov-*`) deriving the wrong inference profile prefix (`global` instead of `us-gov`), causing 400 errors on derived model IDs - Fixed background sessions inheriting another session's `ANTHROPIC_*` provider env (gateway URL, custom headers, `/model` aliases) from the shell that started the background daemon - Fixed a 1-2 second pause when exiting Claude Code shortly after a shell command was interrupted or killed on macOS and Linux - Fixed git commit co-author attribution showing an incorrect model name for some models - Fixed the `/advisor` dialog pre-selecting a saved advisor model that is blocked by the `availableModels` allowlist - Fixed skill hot-reload re-sending the entire skill listing when a single skill changed; only changed skills are now re-announced - Fixed Workflow tool `agent()` subagents missing per-agent attribution headers - [VSCode] Added usage attribut
출처: Claude Code 변경로그 (원문 보기)