Skip to content

v0.6.0

Choose a tag to compare

@lezli01 lezli01 released this 25 Aug 19:47
71c94cc

0.6.0 (2026-08-25)

Features

  • agents: report each agent's observed usage window (83a4887)
  • daemon: back up and restore daemon state (9e2bfb6)
  • doctor: measure the database's footprint, rows and span (3ed2e66)
  • run an ad-hoc repair agent on a blocked task (06f03b5)
  • taskrun: run follow-ups on a done or aborted task (5a86315)
  • workflow: add the create-workflow built-in (4f02aac)
  • workflow: pace step retries with retry_backoff (e5ee29c)
  • workflow: pace step retries with retry_backoff (adf9e34)

Bug Fixes

  • api: page the SSE Last-Event-ID replay (c25789d), closes #138
  • api: require one JSON document per request and bound the body (2b969f5), closes #140
  • config: create and keep config.yaml owner-only (e3a79bd), closes #141
  • docs: avoid case-colliding page names (4aac2d2)
  • pages: exclude internal docs from Jekyll (c394b8f)
  • pages: keep workflow skill page published (f54b1b8)
  • pages: link rendered changelog and contributing pages (29dab39)
  • pages: protect concepts templates from Liquid (bf665a2)
  • pages: protect troubleshooting templates from Liquid (e08d62a)
  • pages: protect workflow guide templates from Liquid (9a28617)
  • pages: protect workflow schema templates from Liquid (c20dbf3)
  • pages: publish contributing guide (201942c)
  • pages: repair contributing and changelog pages (f530c69)
  • pages: stop Liquid parsing Vincent templates (9e63c32)
  • pages: wrap the template-carrying reference pages in raw blocks (4085141)
  • report each task's branch and correct branch-deletion docs (0bfc520)
  • taskrun: fail closed when output capture or persistence is incomplete (7cfa8c7), closes #139
  • taskrun: keep the repair prompt's transcript window at its own bound (4de3636)
  • taskrun: make crash recovery atomic per task and fail closed (4554488), closes #142
  • taskrun: re-apply a human action that loses its CAS to admission (51159b8), closes #127
  • workflow: source only regular files, bounded to 1 MiB (053a960)
  • worktree: serialize create and remove per project (201af74), closes #126