Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.176은 사용자 경험 개선과 버그 수정에 중점을 두고 있습니다. 세션 제목이 대화 언어로 자동 생성되며, 푸터 링크 배지를 정규식으로 커스터마이징할 수 있는 새로운 설정이 추가되었습니다.
AWS 자격증명 캐싱 개선, 모델 선택 제약 강화, 자동 모드 실패 수정 등 다양한 기능 개선과 함께 시스템 클립보드 접근, 원격 제어 연결, 심볼릭 링크 처리 등 여러 버그가 해결되었습니다.
왜 중요한가
세션 관리의 국제화, 보안 강화된 모델 선택 제약, 향상된 자격증명 관리 등으로 더 안정적이고 다언어 친화적인 사용 환경을 제공합니다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Session titles are now generated in the language of your conversation (set the `language` setting to pin a specific language) - Added `footerLinksRegexes` setting for regex-matched link badges in the footer row, configurable via user or managed settings - Improved Bedrock credential caching: credentials from `awsCredentialExport` are now cached until their `Expiration` instead of a fixed 1 hour - Fixed `availableModels` enforcement: alias model picks can no longer be redirected to a blocked model via `ANTHROPIC_DEFAULT_*_MODEL` environment variables, and `/fast` now refuses to toggle when it would switch to a model outside the allowlist - Fixed auto mode failing on Fable 5 for organizations without Opus 4.8 enabled — the classifier now falls back to the best available Opus model - Fixed hook `if` conditions for Read/Edit/Write tool paths: documented patterns like `Edit(src/**)`, `Read(~/.ssh/**)`, and `Read(.env)` now match correctly - Fixed Linux sandbox failing to start when `.claude/settings.json` is a symlink with an absolute target - Fixed `/copy` and mouse-selection copy not reaching the system clipboard inside tmux over SSH, and tmux paste buffer not loading on versions older than 3.2 - Fixed Remote Control connecting from web/mobile silently switching the session's model - Fixed Remote Control disconnect notifications showing a bare numeric code instead of a human-readable reason, and connection failures adding a duplicate line to the conversation transcript - Fixed
출처: Claude Code 변경로그 (원문 보기)