From 9dabfe28cc5032804b50a71def30314a25d3d5c5 Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Mon, 14 Jul 2025 18:15:35 -0300 Subject: [PATCH] fix(windows): remove powershell/cmd builtins and keep only programs --- internal/llm/tools/safe.go | 3 --- 1 file changed, 3 deletions(-) diff --git a/internal/llm/tools/safe.go b/internal/llm/tools/safe.go index 2ea5b4437447fc89f7cc2dff8671802f5a3f1cf0..fe693127055d9fe644948814d8ec8ae08704633b 100644 --- a/internal/llm/tools/safe.go +++ b/internal/llm/tools/safe.go @@ -74,14 +74,11 @@ func init() { safeCommands = append( safeCommands, // Windows-specific commands - "dir", "ipconfig", "nslookup", "ping", "systeminfo", "tasklist", - "type", - "ver", "where", ) }