Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.196은 조직 기본 모델 설정, 세션 식별성 개선, 파일 첨부 상호작용 강화 등 사용자 경험을 향상시켰다. 보안 측면에서는 신뢰할 수 없는 워크스페이스에 대한 승인 프로세스를 강화했다.
백그라운드 작업 대화 손실, 요청 한도 경고 중복, PowerShell 명령어 오류 판정 등 다양한 버그를 수정했으며, Claude Agents 패널의 포커스·상태 표시·서브에이전트 타입 유지 문제도 해결했다.
왜 중요한가
조직 차원의 모델 설정과 향상된 파일 상호작용으로 업무 효율이 올라가고, 신뢰할 수 없는 코드 자동 실행을 차단하는 보안 강화로 불의의 공격으로부터 보호된다. 백그라운드 작업 대화 손실 방지와 상태 표시 정확화로 사용자가 더 안심하고 작업을 진행할 수 있다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Added support for organization default models — admins set it in the org console; it shows as "Org default" (or "Role default") in `/model` when you haven't picked one yourself - Added readable default names for sessions at start, making them easier to identify and message - Added clickable file attachments in chat — Cmd/Ctrl-click reveals the file in Finder/Explorer - Security: `claude mcp list`/`get` no longer spawn `.mcp.json` servers that a repo self-approved via a committed `.claude/settings.json`; untrusted workspaces show `⏸ Pending approval` - Fixed waking a background job permanently deleting its conversation and re-running the original prompt when the transcript probe misread a real transcript; the file is now set aside, never deleted - Fixed the rate-limit warning flickering off and rate-limit telemetry being over-counted when multiple parallel requests were in flight at the moment a usage limit was hit - Fixed duplicate recap lines after a background session's turn: a schema-rejected StructuredOutput attempt no longer renders alongside its retry - Fixed PowerShell `git diff`/`git grep`, `egrep`/`fgrep`, and quoted search patterns containing `|` being reported as failures when they exit 1, matching Bash behavior - Fixed multiple `claude agents` side panel issues: keyboard focus getting stuck when opening an agent, background jobs losing their subagent types on every open, and sessions showing incorrect status while actively running - Fixed `claude agents --danger
출처: Claude Code 변경로그 (원문 보기)