Skip to content

v1.1.1 — Wire 5 gaps

Choose a tag to compare

@jkmaina jkmaina released this 15 Feb 13:35
· 76 commits to main since this release

Fixed

  1. Context usage now live/usage shows real token breakdown from session events, prompt shows budget indicators (⚠/🔴)
  2. Delegate wired/delegate <task> runs an isolated sub-agent prompt in a separate session
  3. StubTool cleaned — moved from production tool_policy.rs to test module
  4. Checkpoints persisted — saved to .zavora/checkpoints.json, survives CLI restarts
  5. todo_list agent tool — model can now create/complete/view/list/delete todos during execution

157 tests, 0 failures, 0 warnings.

What's Changed

  • fix: wire 5 gaps — context usage, delegate, StubTool, checkpoint persistence, todo tool by @jkmaina in #60

Full Changelog: v1.1.0...v1.1.1