telexed ~ c / 8e284a1b-4ffradar:80 · agent_toolLIVE
← back
NO.
#8e284a1b
Topic
AGENTS & TOOLS
Source
Claude Code Releases
Published
2026-05-15 22:28:22
Importance
★ 8/10 — radar 80
`Claude Code` `v2.1.143` adds plugin dependency guards, cost previews, and direct background edits
FIG-0821:1

`Claude Code` `v2.1.143` adds plugin dependency guards, cost previews, and direct background edits

Plugin management and background-session controls got noticeably safer and more transparent. The standout changes are dependency-aware enable/disable, projected token cost in the marketplace, and bgIsolation: "none" for repos where worktrees get in the way.

[ KEY POINTS ]
  1. claude plugin disable now blocks breaking dependency chains and shows a copy-pasteable fix path; enable also force-enables transitive deps.
  2. The marketplace browse pane now shows per-turn and per-invocation token estimates, making plugin cost visible before turning things on.
  3. worktree.bgIsolation: "none" lets background sessions edit the main working copy directly, useful when git worktree is too awkward for a repo.
  4. Background sessions now keep your chosen model and effort after idle wake, fixing a common long-run automation paper cut.
  5. Worktree cleanup no longer falls back to rm -rf after git worktree remove fails, reducing the chance of losing ignored or in-progress files.
Originalgithub.com/anthropics/claude-code/releases/tag/v2.1.143Read original →

// related