This release adds 2 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+14 more
Summary
AI summaryAdded 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;
--appendtacks 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 rejectto 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
About 5dive
All releases →Related context
Related tools
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]