From 21517e0948c875d7da9ff403459148f0dc654373 Mon Sep 17 00:00:00 2001 From: h Date: Tue, 8 Sep 2026 15:50:20 +0200 Subject: [PATCH] feat(agents): the dispatcher may hand a file to the human Co-Authored-By: Claude Opus 5 (1M context) --- beaver_agent/agents.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beaver_agent/agents.py b/beaver_agent/agents.py index 35e32fa..86a3337 100644 --- a/beaver_agent/agents.py +++ b/beaver_agent/agents.py @@ -35,7 +35,7 @@ def dispatcher(name: str, model: str, effort: str) -> ClaudeAgent: cwd=VAULT, prompts=prompts.DISPATCHER, skill_sets=skills.DISPATCHER, - gateway_tools=("read_conversation", "spawn", "say", "schedule"), + gateway_tools=("read_conversation", "spawn", "say", "schedule", "send_file"), options=ClaudeOptions(effort=effort, disallowed_tools=DISPATCHER_DISALLOWED), policy=( *VAULT_POLICY,