mirror of
https://github.com/coder/coder.git
synced 2026-06-02 20:48:20 +00:00
feat: add Mux icon to client column in AI Bridge request log page (#22386)
Adds Mux to the recognized clients list in AI Bridge documentation. Adds Mux icon to AI Bridge requests log page: <img width="1886" height="848" alt="image" src="https://github.com/user-attachments/assets/e7cb8d47-595c-4be3-93c9-00dbea3d1153" />
This commit is contained in:
committed by
GitHub
parent
12372c4b1e
commit
6c097797a1
@@ -39,6 +39,7 @@ Available query filters:
|
||||
- `GitHub Copilot (VS Code)`
|
||||
- `GitHub Copilot (CLI)`
|
||||
- `Kilo Code`
|
||||
- `Mux`
|
||||
- `Roo Code`
|
||||
- `Cursor`
|
||||
- `Unknown`
|
||||
|
||||
@@ -43,6 +43,13 @@ export const AIBridgeClientIcon = ({
|
||||
className={cn(iconClassName, className)}
|
||||
/>
|
||||
);
|
||||
case "Mux":
|
||||
return (
|
||||
<ExternalImage
|
||||
src="/icon/mux.svg"
|
||||
className={cn(iconClassName, className)}
|
||||
/>
|
||||
);
|
||||
case "Zed":
|
||||
return (
|
||||
<ExternalImage
|
||||
|
||||
Reference in New Issue
Block a user