From 46c26f9ff59163f1dc9fe46347309119c2383a74 Mon Sep 17 00:00:00 2001 From: ismeth Date: Tue, 17 Feb 2026 12:33:39 +0100 Subject: [PATCH] fix(athena): remove explicit name property causing agent resolution failure Athena was the only agent setting name explicitly. The mismatch between the name property ('Athena (Council Orchestrator)') and the config key ('Athena (Council)') caused TypeError during agent resolution. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- src/agents/athena/agent.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/agents/athena/agent.ts b/src/agents/athena/agent.ts index c07da4b5..c79c33f4 100644 --- a/src/agents/athena/agent.ts +++ b/src/agents/athena/agent.ts @@ -115,7 +115,6 @@ 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,