Claude Code 2.1.169에서는 여러 기능이 추가되고 문제가 수정되었습니다. 주요 추가 사항으로는 `--safe-mode` 플래그를 통해 커스터마이징 설정을 모두 비활성화하여 문제 진단을 할 수 있게 했고, `/cd` 명령으로 세션 중 작업 디렉토리를 변경할 수 있으며, `disableBundledSkills` 설정으로 내장 기능들을 숨길 수 있게 했습니다.
성능과 안정성 측면에서는 엔터프라이즈 MCP 정책 적용이 개선되어 재연결 시에도 정상 작동하고, macOS의 UI 지연 문제가 해결되었으며, Windows에서 명령어 스캔 시 발생하던 속도 저하가 개선되었습니다. 또한 세션 재개 시 원격 제어 연결이 끊기는 문제, Windows 시작 시 Git 인증 팝업이 나타나는 문제 등 다양한 버그가 수정되었습니다.
Claude Code 2.1.169
- Added `--safe-mode` flag (and `CLAUDE_CODE_SAFE_MODE`) to start Claude Code with all customizations (CLAUDE.md, plugins, skills, hooks, MCP servers) disabled for troubleshooting - Added `/cd` command to move a session to a new working directory without breaking the prompt cache mid-session - Added a `disableBundledSkills` setting and `CLAUDE_CODE_DISABLE_BUNDLED_SKILLS` environment variable to hide bundled skills, workflows, and built-in slash commands from the model - Fixed Up/Down arrows jumping to command history past the wrapped rows of a long input line — they now move through each visual row first, and history recall enters at the near edge - Fixed enterprise managed MCP policies (`allowedMcpServers`/`deniedMcpServers`) not being enforced on reconnect, IDE-typed configs, `--mcp-config` servers during the first session after install, or before remote settings loaded; also fixed slow cold starts for orgs without remote settings - Fixed a ~30-50ms UI stall at the start of each turn for macOS users logged in with claude.ai credentials - Fixed `claude -p` being slow or appearing to hang on Windows while waiting for the slash-command/skill scan (regression in 2.1.161) - Fixed Remote Control getting stuck on "reconnecting" after resuming a session when an OAuth token refresh happened at the same time - Fixed Git Credential Manager's "Connect to GitHub" popup appearing on Windows at startup when background git commands ran without cached credentials - Fixed footer hints (e.g.
출처: Claude Code 변경로그 (원문 보기)