internal/agent/tools/bash.go 🔗
@@ -137,9 +137,6 @@ var bannedCommands = []string{
"pfctl",
"route",
"ufw",
-
- // File deletion (use delete tool instead for proper LSP integration)
- "rm",
}
func bashDescription(attribution *config.Attribution, modelName string) string {