Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.183은 안전성과 사용자 경험을 개선한 업데이트다. 파괴적 git 명령어와 인프라 삭제 명령어가 사용자의 명시적 요청이 없을 때 차단되며, 더 이상 사용되지 않는 모델에 대한 경고가 추가되었다.
설정 관리 기능이 강화되어 `/config` 명령어에 도움말이 추가되었고, 웹 및 원격 제어 세션에서 claude.ai 링크를 제외할 수 있게 되었다. 또한 여러 버그가 수정되어 서브에이전트와 터미널 환경의 안정성이 향상되었다.
왜 중요한가
안전 장치 강화로 사용자가 의도하지 않은 데이터 손실과 인프라 삭제로부터 보호받으며, 버그 수정으로 서브에이전트 및 터미널 환경의 신뢰성이 증대된다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Improved auto mode safety: destructive git commands (`git reset --hard`, `git checkout -- .`, `git clean -fd`, `git stash drop`) are now blocked when you didn't ask to discard local work, `git commit --amend` is blocked when the commit wasn't made by the agent this session, and `terraform destroy`/`pulumi destroy`/`cdk destroy` are blocked unless you asked for the specific stack - Added a warning when the requested model is deprecated or automatically updated to a newer model, shown on stderr in print mode (`-p`) and now also covering models set in agent frontmatter - Added `attribution.sessionUrl` setting to omit the claude.ai session link from commits and PRs in web and Remote Control sessions - Added `/config --help` to list all available shorthand keys for `/config key=value` - Changed `/config` toggle behavior: Enter and Space both change the selected setting, and Esc now saves and closes instead of reverting - Removed the startup "setup issues" line under the logo — run `/doctor` to see configuration issues or use `--debug` - Fixed `thinking.disabled.display: Extra inputs are not permitted` 400 errors on subagent spawns and session-title generation for affected configurations - Fixed WebSearch returning empty results in subagents - Fixed the terminal cursor being stranded above the prompt after navigating history in vim mode with the native cursor enabled - Fixed fullscreen TUI corruption (statusline mid-screen, duplicated spinner rows, merged text) in Windows Termina
출처: Claude Code 변경로그 (원문 보기)