style(agents): update Hephaestus and Prometheus colors
- Hephaestus: #FF4500 (Magma Orange) → #708090 (Slate Gray) Blacksmith's hammer/iron theme, visible in both light and dark modes - Prometheus: #9D4EDD (Amethyst Purple) → #FF5722 (Deep Orange) Fire/flame theme, restoring the original fire color concept
This commit is contained in:
@@ -584,7 +584,7 @@ export function createHephaestusAgent(
|
||||
model,
|
||||
maxTokens: 32000,
|
||||
prompt,
|
||||
color: "#FF4500", // Magma Orange - forge heat, distinct from Prometheus purple
|
||||
color: "#708090", // Slate Gray - Iron/Steel, blacksmith's hammer theme
|
||||
permission: { question: "allow", call_omo_agent: "deny" } as AgentConfig["permission"],
|
||||
reasoningEffort: "medium",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user