mirror of
https://github.com/coder/coder.git
synced 2026-06-04 13:38:21 +00:00
346b46228f
*Disclaimer: implemented by a Coder Agent using Claude Opus 4.6* Follow-up to https://github.com/coder/coder/pull/24630 which added backend Charm Crush client detection. ## Summary Adds a `"Charm Crush"` case to the `AIBridgeClientIcon` switch so the client filter and request logs show an icon instead of the generic question mark fallback. Uses a 💘 emoji-based SVG as a placeholder, matching Crush's branding. Replace with an official brand SVG when one becomes available from the Charm team. ## Changes - `site/static/icon/charm-crush.svg`: new emoji-based placeholder icon. - `site/src/pages/AIBridgePage/RequestLogsPage/icons/AIBridgeClientIcon.tsx`: added `"Charm Crush"` case.