Claude Code 2.1.166

Claude Code 2.1.166에서는 안정성과 유연성이 크게 개선되었습니다. 주요 기능으로는 주 모델이 과부하 상태일 때 최대 3개의 백업 모델을 순서대로 시도하는 `fallbackModel` 설정이 추가되었고, 도구 접근 제어를 위해 deny 규칙에서 와일드카드 글로브 패턴을 지원하기 시작했습니다. 또한 다른 Claude 세션에서 전달된 메시지가 사용

Claude Code 2.1.166에서는 안정성과 유연성이 크게 개선되었습니다. 주요 기능으로는 주 모델이 과부하 상태일 때 최대 3개의 백업 모델을 순서대로 시도하는 `fallbackModel` 설정이 추가되었고, 도구 접근 제어를 위해 deny 규칙에서 와일드카드 글로브 패턴을 지원하기 시작했습니다. 또한 다른 Claude 세션에서 전달된 메시지가 사용자 권한을 더 이상 유지하지 않도록 보안을 강화했으며, `MAX_THINKING_TOKENS=0`과 같은 설정으로 기본 사고 기능이 활성화된 모델의 사고 모드를 비활성화할 수 있게 했습니다.

버그 수정과 사용성 개선도 진행되었습니다. 예측 불가능한 API 오류 발생 시 백업 모델에서 자동으로 재시도하는 기능이 추가되었고, `claude update`는 다운로드 전에 목표 버전을 표시하도록 개선되었습니다. 이미지 처리 오류로 인한 반복적인 오류 메시지와 초과 토큰 사용 문제를 해결했으며, 원격 세션이 시작 시 백엔드 장애로 인해 영구적으로 멈추는 현상도 수정했습니다. JetBrains IDE 터미널의 깜빡임 문제도 개선되었습니다.

Claude Code 2.1.166

- Added `fallbackModel` setting to configure up to three fallback models tried in order when the primary model is overloaded or unavailable; `--fallback-model` now also applies to interactive sessions - Added glob pattern support in deny rule tool-name position (`"*"` denies all tools); allow rules reject non-MCP globs, and unknown tool names in deny rules warn at startup - Hardened cross-session messaging: messages relayed via `SendMessage` from other Claude sessions no longer carry user authority — receivers refuse relayed permission requests, and auto mode blocks them - `MAX_THINKING_TOKENS=0`, `--thinking disabled`, and the per-model thinking toggle now disable thinking on models that think by default via the Claude API (3P providers unchanged) - Claude Code now retries a turn once on the fallback model when the API rejects an unexpected non-retryable error; auth, rate-limit, request-size, and transport errors still surface immediately - `claude update` now announces the target version before downloading instead of going silent - `claude agents`: typing a URL into the list now filters to the session whose first prompt contained it - Fixed a recurring "image could not be processed" error and extra token usage when an unprocessable image was sent in a session - Fixed remote sessions becoming permanently stuck when a brief backend disruption occurred during worker registration at startup - Fixed flickering in JetBrains IDE terminals (IntelliJ, PyCharm, WebStorm, etc.) on 202

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

이어서 읽어보세요

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

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