From 0631865c164bf82ae5d40be26c346ae2a6929038 Mon Sep 17 00:00:00 2001 From: justsisyphus Date: Wed, 14 Jan 2026 15:15:35 +0900 Subject: [PATCH] style(agents): add green color to Orchestrator Sisyphus --- src/agents/orchestrator-sisyphus.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agents/orchestrator-sisyphus.ts b/src/agents/orchestrator-sisyphus.ts index 8c007e4f8..c234c5fbd 100644 --- a/src/agents/orchestrator-sisyphus.ts +++ b/src/agents/orchestrator-sisyphus.ts @@ -1449,6 +1449,7 @@ export function createOrchestratorSisyphusAgent(ctx?: OrchestratorContext): Agen temperature: 0.1, prompt: buildDynamicOrchestratorPrompt(ctx), thinking: { type: "enabled", budgetTokens: 32000 }, + color: "#10B981", ...restrictions, } as AgentConfig }