Agents: drop bash tool alias

This commit is contained in:
Tak hoffman
2026-01-24 01:21:50 -06:00
committed by Peter Steinberger
parent 15620b1092
commit ff52aec38e
4 changed files with 2 additions and 14 deletions

View File

@@ -17,7 +17,7 @@ export const TOOL_GROUPS: Record<string, string[]> = {
// Basic workspace/file tools
"group:fs": ["read", "write", "edit", "apply_patch"],
// Host/runtime execution tools
"group:runtime": ["exec", "bash", "process"],
"group:runtime": ["exec", "process"],
// Session management tools
"group:sessions": [
"sessions_list",