Claude 공식 릴리스 노트의 새 항목을 AI가 분석·정리한 글입니다. 정확한 내용은 하단 원문에서 확인해 주세요.
🤖 AI 분석 (Claude)
Claude Code 2.1.178에서는 권한 규칙에 Tool(param:value) 문법이 추가되어 도구의 입력 매개변수를 와일드카드와 함께 매칭할 수 있게 되었습니다. 중첩된 .claude/ 디렉토리의 에이전트, 워크플로우, 출력 스타일이 작업 디렉토리에 가장 가까운 것이 우선 적용되며, 중첩된 .claude/skills 디렉토리의 스킬도 로드됩니다.
자동 모드 개선으로 서브에이전트 생성이 실행 전에 분류기로 평가되고, /doctor 명령어의 레이아웃과 상태 표시가 개선되었습니다. 워크플로우 프롬프트 키워드는 자주색 하이라이트로 표시되며 명시적 문구에서만 트리거되고, Remote Control 오류 메시지와 /bug 명령어도 개선되었습니다.
왜 중요한가
권한 규칙 표현력 강화와 디렉토리별 설정 우선순위 명확화로 프로젝트 관리가 더 유연해졌으며, 서브에이전트 검토 개선과 오류 메시지 개선으로 사용 경험이 향상되었습니다.
⚠️ AI가 원문을 바탕으로 생성한 분석입니다. 사실 확인은 아래 원문에서 해 주세요.
변경 내용 (원문)
- Added `Tool(param:value)` syntax for permission rules to match a tool's input parameters (with `*` wildcard), e.g. `Agent(model:opus)` to block Opus subagents - Skills in nested `.claude/skills` directories now load when working on files there; on a name clash, the nested skill appears as `<dir>:<name>` so both stay available - Nested `.claude/` directories: the agent, workflow, and output-style closest to the working directory now wins when names collide; project-scope workflow saves now target the closest existing `.claude/workflows/` - Improved auto mode: subagent spawns are now evaluated by the classifier before launch, closing a gap where a subagent could request a blocked action without review - Improved `/doctor` with consistent flat tree layout across all sections, clearer section status icons, and highlighted command names - Improved the skill listing truncation warning to show how many skill descriptions are affected - Changed the workflow prompt keyword to use a purple shimmer highlight and trigger only on explicit phrases like "run a workflow" or "workflow:", not on any mention of the word - Improved Remote Control error messages: connection failures now show a persistent red "/rc failed" indicator in the footer, and the "not yet enabled" error now explains whether it's a gate, a check failure, stale entitlement, or org policy - `/bug` now requires a description before submitting, and no longer uses model-refusal text as the GitHub issue title - Fixed a crash (o
출처: Claude Code 변경로그 (원문 보기)