Skip to content

v1.0.63

Choose a tag to compare

@anconina anconina released this 17 Aug 11:50
· 5 commits to main since this release
56c4759

Releases the work merged to main since v1.0.62.

Highlights

  • Background completion integrity — a delegated run's output and its recovery handoff keep their ownership across the sub-agent boundary, so a partial delegation is no longer reported as a clean completion.
  • Governed delivery lifecycle — announcement delivery keeps its evidence through recovery, and attachment delivery failures surface instead of passing silently.
  • Explain assembler bounds — the incident report stays within its size cap on large sessions.
  • Delivery identity — narrowed delivery identity is preserved through orchestration rather than widened at the handoff.

Verification

CI green on the release commit: build, lint, 4 unit shards, 4 integration shards, integration-coverage, e2e, tarball smoke, audit, and Socket Security — 18/18 checks.

What's Changed

  • fix(agent,daemon,live): telegram background delivery + skill-routing defect matrix by @anconina in #505
  • fix(agent): correct prompt-skill routing and delegation recovery by @anconina in #506
  • fix(agent): preserve background subagent output integrity by @anconina in #508
  • chore(release): 1.0.63 by @anconina in #509

Full Changelog: v1.0.62...v1.0.63