v2.9.0 — the dashboard knows what version it is (and when you're behind)
Highlights
The section an upgrade-nudging agent should quote.
- The dashboard now shows its version — and tells you when something is stale. A footer badge compares three things: the UI build, the daemon, and the newest published release. When everything matches you see one quiet number; when the browser cached an old UI it says so with your platform's hard-refresh shortcut (⌘⇧R / Ctrl+Shift+R); when the container runs an old release it points at
/noisy-coding:update; and when a newer release is published, a calm green "NEW vX.Y.Z AVAILABLE" invites you to upgrade. Version skews used to be invisible and produced bugs that made no sense — now they announce themselves.
Also in this release
- The daemon reports
versionandlatest_versionin/status(the latter refreshed from GitHub every ~6h, in the background, never blocking a poll). issues-drafts/is gitignored — local working notes stop sneaking into commits.
Upgrade notes
- Container only:
docker pull noisy/noisy-coding:latest+ recreate, or/noisy-coding:update. No plugin changes.
🤖 Generated with Claude Code