From 4da77be93fb0913fb6798b72f8a9decbd497eff0 Mon Sep 17 00:00:00 2001 From: ismeth Date: Wed, 18 Feb 2026 20:55:35 +0100 Subject: [PATCH] fix(athena): improve error extraction in council orchestrator Replace String(result.reason) with proper instanceof Error check to produce clean error messages instead of [object Error] or full stack traces. Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- src/agents/athena/council-orchestrator.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/agents/athena/council-orchestrator.ts b/src/agents/athena/council-orchestrator.ts index 3630fa42..ae9a5b4c 100644 --- a/src/agents/athena/council-orchestrator.ts +++ b/src/agents/athena/council-orchestrator.ts @@ -46,7 +46,7 @@ export async function executeCouncil(input: CouncilExecutionInput): Promise