Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.186은 MCP 서버 인증, 워크플로우 필터링, 플러그인 기능 확장 등 CLI와 에이전트 관련 기능을 추가했습니다. SSH 접속 시에도 브라우저 없이 MCP 서버를 인증할 수 있게 되었고, 워크플로우 상세 뷰에서 상태별 필터링이 가능해졌습니다.
동시에 스트리밍 요청 실패, 서브에이전트 화면 표시 오류, 배경 작업 세션 관리 문제 등 여러 버그를 수정했습니다. 특히 머신 슬립 후 발생하던 '콘텐츠 블록을 찾을 수 없음' 오류와 권한 제어 미적용 문제가 해결되었습니다.
왜 중요한가
사용자는 개발 환경을 나가지 않고도 MCP 서버 인증과 워크플로우 관리를 더 효율적으로 할 수 있게 되었습니다. 특히 원격 서버(SSH)에서 작업할 때 브라우저 팝업 없이 처리할 수 있어 자동화와 배포 환경에서의 사용성이 크게 향상되었으며, 수정된 스트리밍 오류와 권한 제어는 에이전트 안정성과 보안을 강화합니다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Added `claude mcp login <name>` and `claude mcp logout <name>` to authenticate MCP servers from the CLI without opening the interactive `/mcp` menu, with `--no-browser` stdin redirect support for completing over SSH - Added status filtering (press `f`) to the `/workflows` agent detail view - Added a "Skills" section to the `/plugin` Installed tab - Added `teammateMode: "iterm2"` setting with a warning when auto mode cannot find the `it2` CLI - Added "Claude Platform on AWS - refresh credentials" option to `/login` when `awsAuthRefresh` is configured - `!` bash commands now trigger Claude to respond to the output automatically; set `"respondToBashCommands": false` in settings.json to keep the previous context-only behavior - Fixed streaming requests failing with "Content block not found" or JSON parse errors after the machine wakes from sleep - Fixed subagent transcript scroll position bleeding into the main transcript on exit - Fixed background task previews flashing raw tool names before the agent's plan loaded - Fixed Chrome tab-group isolation not applying when the in-product permissions gate is off for concurrent CLI sessions - Fixed background session recaps being duplicated; the agent's own end-of-turn summary now shows as the recap line - Fixed opening a background session from `claude agents` leaving the previous screen painted behind it - Fixed `Agent(type)` deny rules and `Agent(x,y)` allowed-types restrictions not being enforced for named subagent spawns - Fixed
출처: Claude Code 변경로그 (원문 보기)