Claude Code 2.1.181

Claude Code 2.1.181은 프롬프트에서 설정을 직접 제어할 수 있는 `/config` 명령어를 추가했으며, macOS의 Apple Events 전송, 모바일 푸시 알림 억제 기능 등 플랫폼별 기능을 확대했다.

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

🤖 AI 분석 (Claude)

Claude Code 2.1.181은 프롬프트에서 설정을 직접 제어할 수 있는 `/config` 명령어를 추가했으며, macOS의 Apple Events 전송, 모바일 푸시 알림 억제 기능 등 플랫폼별 기능을 확대했다.

스트리밍 텍스트 표시, API 연결 끊김 시 자동 재시도, 서브에이전트 패널 개선 등 사용자 경험을 향상시켰고, 프롬프트 캐싱과 파일 쓰기 관련 버그를 수정했다.

왜 중요한가

개선된 설정 제어와 안정성 강화로 인터랙티브 작업 흐름이 더 매끄러워지며, 버그 수정으로 신뢰성 있는 파일 작업이 보장된다.

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

핵심 정리 Claude Code 2.1.181 1 /config 명령어로 프롬프트에서 thinking 등 설정값 직접 변경 가능 2 Bun 런타임을 1.4로 업그레이드 3 API 연결 끊김 시 자동 재시도로 안정성 향상 4 네트워크 드라이브·클라우드 폴더의 파일 쓰기 오류 수정

변경 내용 (원문)

- Added `/config key=value` syntax to set any setting from the prompt (e.g. `/config thinking=false`) — works in interactive, `-p`, and Remote Control - Added `sandbox.allowAppleEvents` opt-in setting that lets sandboxed commands send Apple Events on macOS - Added `CLAUDE_CLIENT_PRESENCE_FILE` environment variable: point it at a marker file to suppress mobile push notifications while you're at the machine - Upgraded the bundled Bun runtime to 1.4 - Improved streaming of long paragraphs: text now appears line-by-line instead of waiting for the first line break - Improved auto-retry: API connection drops mid-thinking now automatically retry instead of showing "Connection closed while thinking" - Improved the subagent panel: idle subagents auto-hide after 30s, the list caps at 5 rows with scroll hints, and keyboard hints now show in the footer - Improved the MCP OAuth browser page to match Claude Code's visual style and auto-close on success - Changed fullscreen mode URL opening to require Cmd+click (macOS) / Ctrl+click, matching native terminal behavior - Changed the `Improved N memories` line to no longer list individual files outside verbose mode - Fixed prompt caching not reading on custom `ANTHROPIC_BASE_URL` and on Foundry due to a per-request attestation token changing every turn - Fixed Write/Edit producing 0-byte or truncated files on network drives and cloud-synced folders - Fixed `open`, `osascript`, and browser-based auth flows failing with error -600 on macOS by add

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

이어서 읽어보세요

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

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