telexed ~ c / 4c45370e-7efradar:80 · agent_toolLIVE
← back
NO.
#4c45370e
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-29 20:20:38
Importance
★ 8/10 — radar 80
`Claude Code` `v2.1.157` auto-loads local skill plugins
FIG-0441:1

`Claude Code` `v2.1.157` auto-loads local skill plugins

Local .claude/skills plugins now load without marketplace setup. Plugin scaffolding, agent settings, and worktree handling got smoother for daily agent work.

[ KEY POINTS ]
  1. Plugins under .claude/skills are auto-loaded, so private workflow extensions no longer need marketplace packaging first.
  2. claude plugin init <name> scaffolds local plugins directly; useful for turning repeated repo workflows into reusable skills.
  3. settings.json now honors the agent field for dispatched sessions, with --agent <name> available for one-off overrides.
  4. EnterWorktree can switch between Claude-managed worktrees mid-session, reducing context breaks during parallel agent tasks.
  5. Several fixes target terminals, image paste, resume state, and background agents; less time lost to CLI session cleanup.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.157Read original →

// related