Claude Code 2.1.187

Claude Code 2.1.187은 보안, 모델 제한, 사용자 인터페이스, 그리고 여러 버그를 개선했습니다. 샌드박스 환경에서 자격증명 파일 접근을 차단하는 설정이 추가되었고, 조직 차원의 모델 제한이 모델 선택기와 명령어에 반영되었습니다.

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

🤖 AI 분석 (Claude)

Claude Code 2.1.187은 보안, 모델 제한, 사용자 인터페이스, 그리고 여러 버그를 개선했습니다. 샌드박스 환경에서 자격증명 파일 접근을 차단하는 설정이 추가되었고, 조직 차원의 모델 제한이 모델 선택기와 명령어에 반영되었습니다.

원격 MCP 도구 호출 중단, 구조화된 출력 안정성, 그리고 여러 UI 문제들이 수정되었습니다. 특히 한글/CJK 문자 입력, Remote 세션 시작 시간, 그리고 백그라운드 작업 상태 관리 등 사용자 경험에 직접 영향을 미치는 문제들이 해결되었습니다.

왜 중요한가

조직의 보안 정책을 더 강하게 적용할 수 있게 되었고, 무한 대기로 인한 세션 중단 문제가 해결되어 안정성이 높아졌습니다. 한글 입력, 모델 선택 인터페이스, 원격 세션 시작 성능 등 일상적 사용 경험이 개선됩니다.

이전과 다른 점

이전에는 --resume가 특정 상황에서 실패했지만 이제 정상 작동합니다. Remote 세션 시작이 약 2.7초 빨라졌고, 원격 도구 호출이 응답 없이 5분을 기다리지 않고 즉시 오류를 반환합니다.

실제로 써보려면

sandbox.credentials 설정은 설정 파일에서 구성할 수 있습니다. 모델 선택은 `/model` 명령, 모델 선택기 UI, `--model` 플래그, `ANTHROPIC_MODEL` 환경변수로 수행하면 조직 제한 메시지를 확인할 수 있습니다.

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

핵심 정리 Claude Code 2.1.187 1 sandbox.credentials 설정으로 샌드박스 명령이 자격증명·보안 환경변수 읽기 차단 2 조직 모델 제한 정책이 모델 선택기, --model, /model, ANTHROPIC_MODEL에 적용 3 원격 MCP 도구 호출 5분 무응답 시 무한 대기 대신 오류로 중단 4 --json-schema 및 workflow agent({schema}) 구조화 출력 안정성 개선

변경 내용 (원문)

- Added `sandbox.credentials` setting to block sandboxed commands from reading credential files and secret environment variables - Added org-configured model restrictions to the model picker, `--model`, `/model`, and `ANTHROPIC_MODEL`, with a "restricted by your organization's settings" message when a restricted model is selected - Added mouse click support to select menus (permission prompts, `/model`, `/config`, etc.) in fullscreen mode - Fixed `--resume` failing with "No conversation found" when the original `-p` run produced no model turns - Fixed `--json-schema` and workflow `agent({schema})` structured output: the model can no longer re-call `StructuredOutput` indefinitely after a successful call, and follow-up turns now reliably return structured output - Fixed remote MCP tool calls that hang with no response for 5 minutes — they now abort with an error instead of blocking indefinitely (override with `CLAUDE_CODE_MCP_TOOL_IDLE_TIMEOUT`) - Fixed Claude Code Remote sessions taking ~2.7s longer to start after the agent proxy CA system-trust install was added - Fixed pasted Korean/CJK text turning into mojibake in terminals that deliver paste as per-byte extended-key events - Fixed `/update` over Remote Control hanging when a startup trust dialog would have shown - Fixed background jobs in the agents view getting stuck in "working" indefinitely when the agent ended a turn without producing structured output - Fixed channel connections dropping after navigating to the agent

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

이어서 읽어보세요

읽고 나서도 궁금한 점이 있나요?

Q&A에 질문을 남기면 운영진이 48시간 내에 답변해 드립니다.