Files
Jiang Bohan 5a72117374 feat(runtimes): proactively notify users about daemon updates
Add red badge dots to the sidebar "Runtimes" item and individual runtime
list items when a newer CLI version is available on GitHub. This makes
update availability visible without requiring users to navigate into the
runtime detail page.

- Extract version utilities (fetchLatestVersion, isNewer, getCliVersion)
  into shared features/runtimes/version.ts
- Add latestCliVersionOptions TanStack Query in core/runtimes/queries.ts
- Add RuntimeUpdateDot component in sidebar showing when any runtime
  needs an update
- Show red dot + "Update available" text on runtime list items that
  are outdated
2026-04-08 17:32:56 +08:00
..