You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(claude): sync Claude Code plugin cache on install and update (#273)
Claude Code copies installed plugins into a versioned cache
(~/.claude/plugins/cache/...) recorded in installed_plugins.json and
loads from there, so refreshing the marketplace directory during
`tracedecay upgrade`/`update-plugin` left running installs pinned to
the stale cached version until the user manually ran `claude plugin
update`. Install and update now drive Claude Code's own CLI
(claude plugin install|update tracedecay@tracedecay) best-effort:
temp-home installs (tests) skip it, and a missing or failing claude
binary degrades to the existing restart hint.
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
0 commit comments