chore: give shell tools to queen
This commit is contained in:
@@ -57,11 +57,15 @@ _TOOL_CATEGORIES: dict[str, list[str]] = {
|
|||||||
"undo_changes",
|
"undo_changes",
|
||||||
],
|
],
|
||||||
# Shell + process control — engineering personas only.
|
# 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": [
|
"shell": [
|
||||||
"run_command",
|
"run_command",
|
||||||
"execute_command_tool",
|
"execute_command_tool",
|
||||||
"bash_kill",
|
"bash_kill",
|
||||||
"bash_output",
|
"bash_output",
|
||||||
|
"@server:shell-tools",
|
||||||
],
|
],
|
||||||
# Tabular data. CSV/Excel read/write + DuckDB SQL.
|
# Tabular data. CSV/Excel read/write + DuckDB SQL.
|
||||||
"data": [
|
"data": [
|
||||||
|
|||||||
Reference in New Issue
Block a user