fix: do not ban rm

Carlos Alexandro Becker created

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>

Change summary

internal/agent/tools/bash.go | 3 ---
1 file changed, 3 deletions(-)

Detailed changes

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 {