From f0aef077c8285c9fb29511f3006325f0b1c8b8af Mon Sep 17 00:00:00 2001 From: ismeth Date: Sat, 28 Feb 2026 12:18:19 +0100 Subject: [PATCH] fix(council): add background_wait and background_cancel to council member allowlist --- src/shared/agent-tool-restrictions-parity.test.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/shared/agent-tool-restrictions-parity.test.ts b/src/shared/agent-tool-restrictions-parity.test.ts index 7f6f72309..f73f6f811 100644 --- a/src/shared/agent-tool-restrictions-parity.test.ts +++ b/src/shared/agent-tool-restrictions-parity.test.ts @@ -29,6 +29,8 @@ const COUNCIL_MEMBER_ALLOWLIST = [ "ast_grep_search", "call_omo_agent", "background_output", + "background_wait", + "background_cancel", ] // Tools granted to Athena by tool-config-handler.ts (not in deny-list, not in AGENT_RESTRICTIONS)