From 4a418fc324b26ce8e2459176b39364ce75fc3637 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 c07da4b58..c79c33f4b 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,