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";
45
45
46
46
export type AgentType = "claude" | "goose" | "aider" | "gemini" | "amp" | "codex" | "custom" | "unknown" ;
47
47
48
- export type ColorAbbreviatePair = {
48
+ export type AgentColorDisplayNamePair = {
49
49
displayName : string ;
50
50
color : string ;
51
51
}
52
52
53
- export const AgentTypeColorCoding : Record < Exclude < AgentType , "unknown" > , ColorAbbreviatePair > = {
53
+ export const AgentTypeColorCoding : Record < Exclude < AgentType , "unknown" > , AgentColorDisplayNamePair > = {
54
54
claude : { color : "bg-blue-300 ring-blue-300/35" , displayName : "Claude Code" } ,
55
55
goose : { color : "bg-green-300 ring-green-300/35" , displayName : "Goose" } ,
56
56
aider : { color : "bg-yellow-300 ring-yellow-300/35" , displayName : "Aider" } ,
You can’t perform that action at this time.
0 commit comments