mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-14 13:49:18 +02:00
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