mirror of
https://github.com/coder/coder.git
synced 2026-06-05 14:08:20 +00:00
adcdbfd562
Closes #22144 Add client information column to AI Bridge request logs, showing which coding tool initiated each request with matching icons. - Added `Client` column to request logs table header and row, displaying client name with icon badge - Created `AIBridgeClientIcon` component mapping backend client constants to their icons (Claude Code, Codex, Kilo Code, Roo Code, Zed, Cursor, GitHub Copilot) ([ref.](https://github.com/coder/aibridge/blob/11fe0799402a652743104d047140fbeb28f02d24/bridge.go#L33-L41)) - Moved `AIBridgeModelIcon` and `AIBridgeProviderIcon` into `icons/` subdirectory and clean up `props.className` → `className` prop - Added new static icons: `github-copilot.svg`, `kilo-code.svg`, `roo-code.svg` with entries in `icons.json` and `externalImages.ts` - Sorted `externalImages.ts` map alphabetically | Name | Preview | | --- | --- | | GitHub Copilot | <img width="1332" height="67" alt="image 11" src="https://github.com/user-attachments/assets/0b06ea42-aaf9-431b-9f9f-3a0146d3eb44" /> | | Claude | <img width="1332" height="327" alt="PREVIEW_CLAUDE" src="https://github.com/user-attachments/assets/7e1afcbc-b94b-4017-bbdc-f40e0ca237d8" /> | | Codex CLI | <img width="1332" height="67" alt="PREVIEW_CODEX" src="https://github.com/user-attachments/assets/2a9ffde1-2516-4d81-baf0-6e689d8a37bf" /> | | Cursor | <img width="1332" height="67" alt="PREVIEW_CURSOR" src="https://github.com/user-attachments/assets/2c4883e8-35cd-4b08-8463-82ba7c95d96d" /> | | KiloCode | <img width="1332" height="132" alt="PREVIEW_KILO_CODE" src="https://github.com/user-attachments/assets/e8bc2854-6fdb-47e0-a304-fb138ac0e2fe" /> | | Roo Code | <img width="1332" height="262" alt="PREVIEW_ROO_CODE" src="https://github.com/user-attachments/assets/d2977090-525b-44ee-9ab6-e6019e559bbd" /> | | Zed | <img width="1332" height="67" alt="PREVIEW_ZED" src="https://github.com/user-attachments/assets/1d982ae0-1d08-4b85-8b4a-5c13fb7754f1" /> |
4 lines
1.1 KiB
XML
4 lines
1.1 KiB
XML
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
<path d="M213.7 51.4245L209.003 68.3546C208.755 69.2509 207.817 69.7688 206.923 69.503L128.149 46.0693C127.625 45.9135 127.058 46.024 126.632 46.365L48.6177 108.742C48.3899 108.924 48.1181 109.043 47.8296 109.088L1.4115 116.22C0.552004 116.352 -0.0607743 117.121 0.00480471 117.986L0.2065 120.645C0.270918 121.495 0.969693 122.158 1.82377 122.18L55.7403 123.569L56.3552 123.586L96.1945 102.369C96.7517 102.071 97.4307 102.115 97.9454 102.481L126.17 122.541C126.612 122.856 126.873 123.366 126.868 123.908L126.63 150.525C126.627 150.87 126.732 151.206 126.929 151.489L166.632 208.289C166.943 208.735 167.453 209 167.998 209H180.567C181.821 209 182.625 207.67 182.039 206.565L153.741 153.116C153.464 152.593 153.487 151.962 153.801 151.462L168.555 127.896C168.716 127.639 168.944 127.432 169.214 127.294L221.963 100.606C222.499 100.335 223.14 100.373 223.64 100.705L238.713 110.723C238.987 110.905 239.308 111.001 239.637 111.001H253.332C254.659 111.001 255.452 109.531 254.722 108.427L216.694 50.9528C215.907 49.7629 214.081 50.0505 213.7 51.4245Z" fill="white"/>
|
|
</svg>
|