From de4b2dc1510ea599ccea9ee9d71a46ead9349648 Mon Sep 17 00:00:00 2001 From: Timothy Date: Thu, 30 Apr 2026 14:24:14 -0700 Subject: [PATCH] chore: give shell tools to queen --- core/framework/agents/queen/queen_tools_defaults.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/core/framework/agents/queen/queen_tools_defaults.py b/core/framework/agents/queen/queen_tools_defaults.py index 06051c21..f080ef32 100644 --- a/core/framework/agents/queen/queen_tools_defaults.py +++ b/core/framework/agents/queen/queen_tools_defaults.py @@ -57,11 +57,15 @@ _TOOL_CATEGORIES: dict[str, list[str]] = { "undo_changes", ], # Shell + process control — engineering personas only. + # Includes the legacy coder-tools commands (run_command, bash_*) and + # the full shell-tools MCP server (foreground exec with auto-promotion, + # background jobs, persistent PTY sessions, ripgrep/find). "shell": [ "run_command", "execute_command_tool", "bash_kill", "bash_output", + "@server:shell-tools", ], # Tabular data. CSV/Excel read/write + DuckDB SQL. "data": [