Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.179는 연결 끊김, 스크롤 동작, 샌드박스 설정 등 다양한 버그를 수정했습니다. 특히 스트림 중 연결이 끊어질 때 부분 응답을 보존하고 도구 실행 상태가 멈추지 않도록 개선했습니다.
UI 상호작용 문제와 원격 세션의 성능도 함께 개선되었습니다. WSL2에서의 마우스 휠 스크롤 오류 수정, 피드백 설문 동작 정상화, 서브에이전트 포커스 처리 개선 등이 포함됩니다.
왜 중요한가
연결 안정성 개선과 UI 반응성 강화로 사용 경험이 전반적으로 향상됩니다. 특히 큰 프로젝트 환경에서 세션 안정성이 높아집니다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Fixed mid-stream connection drops: partial responses are now preserved instead of showing a raw error, and the spinner no longer gets stuck at "running tool" - Fixed mouse-wheel scrolling in WSL2 under Windows Terminal and VS Code (regression in 2.1.172) - Fixed a sandbox `denyRead`/`allowRead` glob over a large directory tree making the Bash tool description enormous and the session unusable on Linux - Fixed the feedback survey capturing a single-digit reply as a session rating immediately after a turn completes - Fixed the welcome screen stacking multiple promotional banners — at most one promo now shows per session - Fixed Ctrl+O not showing the subagent's transcript when viewing a subagent - Fixed clicking the prompt input not returning focus from the subagent/footer panel - Fixed remote session background tasks appearing stuck as "still running" between turns - Improved plugin loading performance in remote sessions
출처: Claude Code 변경로그 (원문 보기)