Skip to content

5dive

v0.15.34 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

agent-runtime agentic-engineering agentic-loops agents ai-agents ai-assistant
+14 more
ai-coding-assistant ai-tools antigravity autonomous-agents claude claude-code codex codex-cli coding-agent loop-engineering multi-agent openclaw self-hosted zero-human-company

Summary

AI summary

Added 5dive task set-body command with optional --append to edit or extend task bodies.

Full changelog

5dive task set-body <id|DIVE-N> <text...> [--append] — edit a task body after filing (DIVE-1920).

--body was add-time only; the only remaining route to fix or extend a body afterward was a direct sqlite UPDATE on the shared tasks.db, which a scoped-sudo maker can't do and an admin correctly declines to do unilaterally. It cost us three tickets in one night, each time pushing information somewhere less durable than the task it belonged to.

  • Default OVERWRITES the whole body; --append tacks text on with a blank-line separator, since an addendum shouldn't clobber someone else's context.
  • Works on recurring TEMPLATES — a template filed with an empty body otherwise carries its instructions only in whoever remembers them.
  • Refused on a closed (done/cancelled) task; the remedy is task reject to reopen first.
  • Audited with actor, mode (replaced/appended) and prior_len, which is what makes a destructive overwrite distinguishable from an append after the fact.

Built by dev2, reviewed and landed by main (PR #194).

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

Earlier breaking changes

  • v0.11.22 council amend now requires constitutional-class motion for constitution changes
  • v0.11.9 CLI now only OFFERS a veto to the genesis principal; EXERCISE requires authenticated tap.
  • v0.11.5 Raw bench add/rm of the primary council is refused.
  • v0.11.5 `council init` now requires sudo and seeds the primary council bench.
  • v0.10.7 Changes delegated-push grant to be BUILDER-SCOPED, limiting push permissions.

Beta — feedback welcome: [email protected]