File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,12 +45,12 @@ export type ServerStatus = "stable" | "running" | "offline" | "unknown";
4545
4646export type AgentType = "claude" | "goose" | "aider" | "gemini" | "amp" | "codex" | "custom" | "unknown" ;
4747
48- export type ColorAbbreviatePair = {
48+ export type AgentColorDisplayNamePair = {
4949 displayName : string ;
5050 color : string ;
5151}
5252
53- export const AgentTypeColorCoding : Record < Exclude < AgentType , "unknown" > , ColorAbbreviatePair > = {
53+ export const AgentTypeColorCoding : Record < Exclude < AgentType , "unknown" > , AgentColorDisplayNamePair > = {
5454 claude : { color : "bg-blue-300 ring-blue-300/35" , displayName : "Claude Code" } ,
5555 goose : { color : "bg-green-300 ring-green-300/35" , displayName : "Goose" } ,
5656 aider : { color : "bg-yellow-300 ring-yellow-300/35" , displayName : "Aider" } ,
You can’t perform that action at this time.
0 commit comments