chore: give shell tools to queen

This commit is contained in:
Timothy
2026-04-30 14:24:14 -07:00
parent 0784cea314
commit de4b2dc151
@@ -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": [