From 4f501ee65ac0d2421b023279b481f9508161d878 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 3630fa426..ae9a5b4cd 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