mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 21:39:54 +02:00
The `codebuddy` case in ProviderLogo was aliased to ClaudeLogo when the backend was integrated (#3186), so CodeBuddy runtimes rendered the Claude mark and were visually indistinguishable from Claude in the runtime list, runtime detail, agent runtime picker, and onboarding. Add a dedicated CodeBuddyLogo using the official mark shipped in Tencent's own @tencent-ai/codebuddy-code CLI package (dist/web-ui/logo.svg) — the same CLI this runtime spawns. The artwork overflows the 24×24 box and is cropped by a clipPath whose id is per-instance (useId), mirroring KiroLogo, so multiple logos on one page don't collide on a shared id. Presentation-only: no provider string, backend/API, DB, daemon/runtime, CLI, mobile, or copy changes. Shared views package, so web + desktop both pick it up. Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com> Co-authored-by: multica-agent <github@multica.ai>