Skip to content

5dive

v0.1.48 Feature

This release adds 2 notable features 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

Agents now self‑heal a missing or corrupted /dev/null device to prevent crash loops.

Full changelog

/dev/null self-heal (agent crash-loop guard)

An agent running with sudo (admin isolation) can clobber the shared /dev/null device node — e.g. tmux -S /dev/null treats it as a socket path and unlinks it — which then crash-loops every agent on the box (all writes to /dev/null hit EACCES/ENOENT).

  • 5dive-agent-start now recreates /dev/null as the proper character device (mknod c 1 3 via sudo -n) before anything touches it. Guarded by [[ ! -c /dev/null ]], so it's a no-op on a healthy box.
  • 5dive doctor gains a deps/devnull check that flags a non-char /dev/null and auto-repairs it under --repair.

Turns a fleet-wide outage into a self-correcting blip on the next agent restart. Smoke green (all rows).

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]