style(agents): add green color to Orchestrator Sisyphus

This commit is contained in:
justsisyphus
2026-01-14 15:15:35 +09:00
parent 2b036e7476
commit 0631865c16

View File

@@ -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
}