Skip to content

v3.10.46 — cache accounting in saved sessions 🧾

Choose a tag to compare

@KevRojo KevRojo released this 27 Jul 02:21

Dulus already reads the provider's cached-token count (OpenAI/Kimi/DeepSeek), sums it, and shows it live in /cost and per turn. But /save only wrote input/output totals — so a saved session lost the cache accounting and later looked like nothing cached. /save now persists total_cache_read_tokens / total_cache_creation_tokens; /load restores them.

pip install --upgrade dulus

🦅🇩🇴