chore: give shell tools to queen
This commit is contained in:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user