Skip to content

v0.1.19

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 06:15
· 9 commits to master since this release
51e922b

What's New

Chat & AI

  • Fix chat token usage not being recorded (#430) — chat turns were silently missing from usage reports: the agent loop stopped consuming the provider stream at message_stop, so the usage save never ran. Every chat turn's token usage is now persisted
  • Fix Gemini cached-token double counting (#431) — Gemini's prompt_token_count includes cached tokens, so cache hits were counted twice (as both input and cache reads). Uncached input is now reported correctly

Full Changelog: v0.1.18...v0.1.19