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_countincludes 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