From 0dad85ead711fef35cfe162227326d09ce6d22ec Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Wed, 4 Feb 2026 13:33:34 +0900 Subject: [PATCH] hephaestus color improvement --- src/agents/hephaestus.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/hephaestus.ts b/src/agents/hephaestus.ts index fd54c361..0b526c90 100644 --- a/src/agents/hephaestus.ts +++ b/src/agents/hephaestus.ts @@ -584,7 +584,7 @@ export function createHephaestusAgent( model, maxTokens: 32000, prompt, - color: "#708090", // Slate Gray - Iron/Steel, blacksmith's hammer theme + color: "#D97706", // Forged Amber - Golden heated metal, divine craftsman permission: { question: "allow", call_omo_agent: "deny" } as AgentConfig["permission"], reasoningEffort: "medium", }