multica/apps/web/features/runtimes/components
LinYushen 682dc20ba9
fix(runtime): display multica CLI version instead of agent CLI version (#332)
The runtime detail page was showing the agent CLI version (claude/codex)
as "CLI Version" because metadata.version stored the agent version from
agent.DetectVersion(). The multica CLI version was never sent.

Fix: daemon now sends cli_version in the registration request, server
stores it as metadata.cli_version alongside the existing agent version,
and frontend reads metadata.cli_version.

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-02 14:40:35 +08:00
..
charts refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
index.ts feat(runtimes): add Runtimes tab with usage tracking and connection test 2026-03-26 18:28:36 +08:00
ping-section.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
runtime-detail.tsx fix(runtime): display multica CLI version instead of agent CLI version (#332) 2026-04-02 14:40:35 +08:00
runtime-list.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
runtimes-page.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
shared.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00
update-section.tsx feat(runtime): support CLI update from web runtime page (#331) 2026-04-02 14:12:49 +08:00
usage-section.tsx refactor(runtimes): split monolithic page, add zustand store, time range selector, and delete support 2026-03-29 17:02:25 +08:00