Claude Code 2.1.163 업데이트에서는 버전 관리와 사용자 경험 개선이 중점적으로 이루어졌습니다. 관리자가 설정한 최소/최대 버전 범위를 벗어나면 Claude Code가 실행되지 않도록 하는 `requiredMinimumVersion`과 `requiredMaximumVersion` 관리 설정이 추가되었으며, `/plugin list` 명령으로 설치된 플러그인을 필터링하여 확인할 수 있게 되었습니다. `/btw` 명령에 마크다운 형식을 유지한 채 클립보드로 복사하는 단축키가 추가되었습니다.
기술적으로는 Stop과 SubagentStop 훅이 추가 컨텍스트를 반환하여 피드백을 계속 제공할 수 있게 개선되었고, 기술 스킬에서 달러 기호 이스케이프 문법(`\$`)이 지원되며, stdio MCP 서버가 resume 시 hooks/Bash와 동일한 `CLAUDE_CODE_SESSION_ID`를 받게 되었습니다. 아울러 백그라운드 명령 미종료로 인한 중단 현상, Bedrock/Vertex/Foundry 환경의 API 키 오류, Bazel과 EDR 보호 워크플로우에서의 bash 실패, Windows의 OneDrive 및 읽기 전용 디렉터리 관련 오류 등 여러 버그가 수정되었습니다.
Claude Code 2.1.163
- Added `requiredMinimumVersion` and `requiredMaximumVersion` managed settings — Claude Code refuses to start if its version is outside the allowed range and directs the user to an approved version - Added `/plugin list` command to list installed plugins, with `--enabled`/`--disabled` filters - Added a "c to copy" shortcut to `/btw` that copies the raw markdown answer to the clipboard, preserving formatting when pasted elsewhere - Hooks: Stop and SubagentStop hooks can now return `hookSpecificOutput.additionalContext` to give Claude feedback and keep the turn going without being labeled a hook error - Skills: added `\$` escape syntax to include a literal `$` before a digit in command bodies - stdio MCP servers now receive the same `CLAUDE_CODE_SESSION_ID` as hooks/Bash on `--resume` - Fixed `claude -p` hanging forever after its final result when a backgrounded command never exits — background shells are now stopped ~5s after the result once stdin closes - Fixed `claude -p` failing with "ANTHROPIC_API_KEY required" on Bedrock/Vertex/Foundry when `CI=true` and no Anthropic API key is set - Fixed bash commands failing under bazel and EDR-protected Go workflows: `$TMPDIR` was overridden to `/tmp/claude-{uid}` for all commands instead of only sandboxed ones (regression in 2.1.154) - Fixed Bash commands failing on Windows with "EEXIST: file already exists" on the session-env directory when it has the read-only attribute or is inside OneDrive - Fixed org-managed permission rules not
출처: Claude Code 변경로그 (원문 보기)