We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed54a3e commit aaf3589Copy full SHA for aaf3589
chat/src/components/chat-provider.tsx
@@ -45,12 +45,12 @@ export type ServerStatus = "stable" | "running" | "offline" | "unknown";
45
46
export type AgentType = "claude" | "goose" | "aider" | "gemini" | "amp" | "codex" | "custom" | "unknown";
47
48
-export type ColorAbbreviatePair = {
+export type AgentColorDisplayNamePair = {
49
displayName: string;
50
color: string;
51
}
52
53
-export const AgentTypeColorCoding: Record<Exclude<AgentType, "unknown">, ColorAbbreviatePair> = {
+export const AgentTypeColorCoding: Record<Exclude<AgentType, "unknown">, AgentColorDisplayNamePair> = {
54
claude: {color: "bg-blue-300 ring-blue-300/35", displayName: "Claude Code"},
55
goose: {color: "bg-green-300 ring-green-300/35", displayName: "Goose"},
56
aider: {color: "bg-yellow-300 ring-yellow-300/35", displayName: "Aider"},
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments