This release adds 1 notable feature for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryStale plugin-cache versions are now pruned after updating each agent's plugins.
Full changelog
refresh-plugins prunes stale plugin-cache versions
5dive-refresh-plugins.sh now drops superseded plugin-cache version dirs after updating each agent's plugins. Claude Code's plugin host fetches each update into ~/.claude/plugins/cache/<marketplace>/<plugin>/<version>/ (~29M each with its own node_modules) and repoints installed_plugins.json, but never deletes the old version dirs — so the cache grows unbounded per release.
prune_plugin_cache keeps only the active installPath per plugin, and only when it still exists (a stale manifest can't delete the live version). Mirrors the equivalent prune added to the customer-VM soft-updates.sh.
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About 5dive
All releases →Related context
Related tools
Beta — feedback welcome: [email protected]