This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+4 more
Summary
AI summaryUpdates DIVE-265, DIVE-250, and DIVE-230 across a mixed release.
Changes in this release
| Type | Severity | Summary | CVE |
|---|---|---|---|
| Feature | Medium |
'agent list --json' now includes `model` and `effort` fields per agent. 'agent list --json' now includes `model` and `effort` fields per agent. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Medium |
Shared team bot auto‑attach: new agents join the team group with their own forum topic automatically; `--no-team-bot` opts out and `team-bot discover` finds the group id itself. Shared team bot auto‑attach: new agents join the team group with their own forum topic automatically; `--no-team-bot` opts out and `team-bot discover` finds the group id itself. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Feature | Medium |
Task gate alerts now follow the conversation, sending pings to the chat where the human is. Task gate alerts now follow the conversation, sending pings to the chat where the human is. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
`5dive init` no longer dies on a fresh host with "bun not on PATH"; CLI installs bun system-wide if missing. `5dive init` no longer dies on a fresh host with "bun not on PATH"; CLI installs bun system-wide if missing. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
'init' now fails fast when run without root, showing a `sudo 5dive init` hint. 'init' now fails fast when run without root, showing a `sudo 5dive init` hint. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
'agent list' and 'agent info' survive missing per-type runtime config without crashing. 'agent list' and 'agent info' survive missing per-type runtime config without crashing. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Medium |
Task-board `jq: Argument list too long` error resolved for large boards. Task-board `jq: Argument list too long` error resolved for large boards. Source: llm_adapter@2026-06-11 Confidence: high |
— |
| Bugfix | Low |
'agent config set channels=telegram|discord' stages the plugin synchronously to avoid missing channel tools on restart. 'agent config set channels=telegram|discord' stages the plugin synchronously to avoid missing channel tools on restart. Source: granite4.1:30b@2026-06-11-audit Confidence: low |
— |
Full changelog
First-run hardening ahead of tonight's Show HN, plus the shared-team-bot work. Catch-up release covering 0.1.78 → 0.1.84.
Fixed
5dive initno longer dies on a fresh host with "bun not on PATH" (DIVE-265). All five channel-plugin prechecks now self-heal: if the agent user can't see bun, the CLI installs it system-wide (BUN_INSTALL=/usr/local) and only fails if that install fails. Found minutes after it bit a real first-run test.initfails fast without root — previously an unprivileged run let you answer the whole wizard before dying at agent create; now it exits up front with thesudo 5dive inithint.agent config set channels=telegram|discordstages the plugin synchronously (DIVE-250) — a bare channel attach with the token already on disk could restart into a session with no channel tool.agent list/agent infosurvive an absent per-type runtime config (DIVE-230) — a--defer-authantigravity agent no longer kills the whole listing.- Task-board
jq: Argument list too longon big boards (DIVE-222).
Added
agent list --jsoncarriesmodel+effortper agent (DIVE-211) — one call instead of an N×agent infofan-out.- Shared team bot auto-attach (DIVE-248): new agents join the team group with their own forum topic automatically;
--no-team-botopts out.team-bot discoverfinds the group id itself (DIVE-247). - Task gate alerts follow the conversation (DIVE-259) — pings land in the chat where the human actually is.
Full detail in CHANGELOG.md.
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]