From 871ca9e2017e95df7263f6e96e969907e80c682c Mon Sep 17 00:00:00 2001 From: ismeth Date: Mon, 16 Feb 2026 10:55:49 +0100 Subject: [PATCH] feat(athena): add display name 'Athena (Council Orchestrator)' --- src/agents/athena/agent.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/agents/athena/agent.ts b/src/agents/athena/agent.ts index c79c33f4b..c07da4b58 100644 --- a/src/agents/athena/agent.ts +++ b/src/agents/athena/agent.ts @@ -115,6 +115,7 @@ export function createAthenaAgent(model: string): AgentConfig { const restrictions = createAgentToolRestrictions(["write", "edit"]) const base = { + name: "Athena (Council Orchestrator)", description: "Primary synthesis strategist for multi-model council outputs. Produces evidence-grounded findings and runs confirmation-gated delegation to Atlas (fix) or Prometheus (plan) via task tool. (Athena - OhMyOpenCode)", mode: MODE,