Skip to content

5dive

v0.1.31 Feature

This release adds 1 notable feature for engineering teams evaluating rollout.

✓ No known CVEs patched
Read the diff → Tool health → What is this tool? →

✓ No known CVEs patched in this version

Topics

agents ai automation shell claude-code cli
+4 more
codex gemini self-hosted systemd

Summary

AI summary

Added 5dive agent skill --all list to fetch installed skills for all agents serially, fixing dashboard timeouts on swap‑bound boxes.

Full changelog

Added

  • 5dive agent skill --all list [--json] — bulk variant that lists installed skills for every registry agent in a single invocation, looping serially.

The dashboard's agents page previously rendered "Installed" pills by firing one agent skill <name> list exec per agent at once; each spawns a sudo+npx process, so on swap-bound boxes the concurrent fan-out saturated shelld, the control-plane fetch timed out, and the dashboard returned 502 (the account-switch modal shares that exec path). The bulk command collapses N concurrent execs into one serial loop the box can absorb.

--all only supports list; add/rm stay per-agent so a mutation's blast radius is always a single named agent. Per-agent extraction was refactored into a shared _skill_list_json helper so the single and bulk paths derive the list identically; best-effort per agent (a failure yields an empty list, never aborts the loop).

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

Track 5dive

Get notified when new releases ship.

Sign up free

About 5dive

All releases →

Related context

Beta — feedback welcome: [email protected]