hephaestus color improvement

This commit is contained in:
YeonGyu-Kim
2026-02-04 13:33:34 +09:00
parent 1e383f44d9
commit 0dad85ead7

View File

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