Claude Code 2.1.157에서는 플러그인 관리가 간소화되었습니다. `.claude/skills` 디렉토리의 플러그인이 마켓플레이스 없이 자동으로 로드되며, `claude plugin init <name>` 명령어로 새 플러그인을 스캐폴딩할 수 있게 되었습니다. `/plugin` 인자 자동완성 기능도 추가되어 서브커맨드, 설치된 플러그인 이름, 알려진 마켓플레이스의 플러그인을 지원합니다.
에이전트 기능 측면에서는 `settings.json`의 `agent` 필드가 디스패치된 세션에서 인정되며 `--agent <name>`으로 오버라이드할 수 있습니다. `EnterWorktree`는 이제 세션 중간에 Claude 관리형 워크트리 간 전환을 지원합니다. 또한 여러 버그가 수정되었는데, 손상된 이미지 처리 시 요청이 중단되는 문제, 샌드박스 네트워크 권한 프롬프트가 불필요하게 나타나는 문제, 에이전트 세션 종료 시 유휴 서브에이전트로 인한 미정리 문제, Esc 키 입력 시 느린 UI 반응 문제, 30일 작업 보관 주기 후 고아 워크트리 발생 문제, 절전 후 재연결 시 날짜 정보 오류 문제 등이 해결되었습니다.
Claude Code 2.1.157
- Plugins in `.claude/skills` directories are now automatically loaded, no marketplace required - Added `claude plugin init <name>` to scaffold a new plugin in `.claude/skills` - Added autocomplete for `/plugin` arguments: subcommands, installed plugin names, and plugins from known marketplaces - `claude agents`: the `agent` field in `settings.json` is now honored for dispatched sessions, with `--agent <name>` to override it - `EnterWorktree` can now switch between Claude-managed worktrees mid-session - `tool_decision` telemetry events now include `tool_parameters` (bash commands, MCP/skill names) when `OTEL_LOG_TOOL_DETAILS=1` - Worktrees managed by Claude are now left unlocked when the agent finishes, so `git worktree remove`/`prune` can clean them up - Fixed unprocessable images (zero-byte, corrupt) attached via paste, MCP, or dialog crashing the request instead of becoming a text placeholder - Fixed sandbox network permission prompts appearing in auto and bypass-permissions mode when using the desktop app, IDE extensions, or SDK - Fixed `claude agents` completed sessions not retiring when an idle subagent was still parked or had leaked a backgrounded shell - Fixed `claude agents` pressing Esc not cancelling a slow "opening…", leaving the list unresponsive - Fixed background agent worktrees under `.claude/worktrees/` being orphaned after the 30-day job retention sweep - Fixed background sessions re-attached after a sleep/wake not telling the model the correct date - Fixed
출처: Claude Code 변경로그 (원문 보기)