v2.10.0 — the daemon lends the model a clock
Highlights
The section an upgrade-nudging agent should quote.
- Your agent now volunteers spoken progress updates instead of going silent for minutes. Before, a working agent could grind for ten minutes without a word — you'd stare at the terminal wondering if it was stuck or thinking. Now the daemon quietly tracks how long it's been since the agent last spoke, and when the silence runs long it nudges the agent to give you a quick spoken status. How long is "too long" follows your chatty setting (from ~10 min at low chatty down to ~75s at max), and the update's length follows your brevity setting — chatty decides when, brevity decides how long. It never nags while the agent is waiting on you, only while it's actually working.
Also in this release
- Fixed stale/mixed dashboard builds after an update. The daemon never told browsers how to cache, so
index.htmlgot heuristically cached and you could end up running a half-old, half-new dashboard. HTML now revalidates every load; fingerprinted assets cache forever.
Upgrade notes
- Container only. Both user-visible changes live in the daemon — pull the new image; no plugin update needed this time.
- After updating the image, reload any open dashboard tabs once so the new cache headers take effect (this is the last stale-cache reload you should ever need).
🤖 Generated with Claude Code