Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.191은 대화 재개, 스크롤 위치 유지, 에이전트 안정성 등 여러 기능 개선을 포함했습니다. `/rewind` 명령으로 `/clear` 실행 전 시점으로 돌아갈 수 있고, 스트리밍 응답 중 이전 내용을 읽을 때 화면이 아래로 튀는 문제가 해결되었습니다.
백그라운드 에이전트 종료 후 자동 재시작 문제와 접근 제한, 로그인 URL 표시, 슬래시 명령어 처리 등 다양한 버그가 수정되었으며, 설정 동기화와 권한 관리 기능도 개선되었습니다.
왜 중요한가
이번 업데이트는 대화 흐름을 더 유연하게 관리하고, 장시간 상호작용 중 사용자 경험을 안정적으로 만듭니다. 에이전트 동작의 신뢰성 향상과 명확한 안내 메시지는 사용자가 의도치 않은 동작을 방지하고 기능 제한 원인을 쉽게 이해하도록 돕습니다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Added `/rewind` support for resuming a conversation from before `/clear` was run - Fixed scroll position jumping to the bottom while reading earlier output during a streaming response - Fixed background agents resurrecting after being stopped — stopping an agent from the tasks panel is now permanent - Fixed `/voice` showing a generic "not available" message when disabled by an organization's policy — it now explains the restriction - Fixed `/login` URL opening truncated in Windows Terminal when it wraps across lines - Fixed Cmd+click on links in fullscreen mode for Ghostty over ssh/tmux - Fixed `claude agents` sending builtin slash commands like `/usage` to background sessions as prompt text instead of showing a hint - Fixed `claude agents` job rows showing full filesystem paths for pasted images instead of the `[Image #N]` placeholder - Fixed hooks with comma-separated matchers (e.g. `"Bash,PowerShell"`) silently never firing - Fixed `/permissions` Recently-denied tab: approving a denial now persists on close instead of being silently discarded - Fixed the agent panel jumping by one row when scrolling the roster past the overflow cap - Fixed the welcome splash art overflowing the default 80×24 macOS Terminal window - Fixed managed settings: `forceRemoteSettingsRefresh` now takes effect when set via MDM or file policy, and the fetch sends `Cache-Control: no-cache` to prevent proxies from serving stale responses - Improved sandbox network permission dialog: hosts you allow w
출처: Claude Code 변경로그 (원문 보기)