Skip to content

v0.5.0 — "Plain Speech"

Choose a tag to compare

@github-actions github-actions released this 26 Aug 07:50
· 57 commits to dev since this release
v0.5.0
aaad44a

Every command's default human output changes from a raw JSON dump to a
readable summary — semantic status, tables, and next-action hints, while
--json stays byte-compatible — plus permanent, elevated-key-gated project
deletion.

Added

  • Breaking: a new --output human|plain|json|jsonl contract replaces
    printing raw backend JSON to a human terminal by default. --json remains
    a supported alias and stays byte-compatible; human output does not. See
    RFC 0022.
  • Breaking: agent-comms project delete permanently deletes a project,
    local and remote, with no automatic backup. OWNER-only, elevated-key
    required, no scripted path. See RFC 0020.

Full technical detail is below and in CHANGELOG.md.


Full Changelog: v0.4.0...v0.5.0