cleanup shell.go unused imports

Remove unused maps and logger imports after removing debug logging.

💘 Generated with Crush

Assisted-by: MiniMax-M2.5 via Crush <crush@charm.land>
This commit is contained in:
Keith Patrick 2026-03-20 05:08:18 +00:00
parent 9f1868d717
commit 7b8d8a8416

View file

@ -176,11 +176,8 @@ func NewExecToolWithConfig(
customAllowPatterns: customAllowPatterns, customAllowPatterns: customAllowPatterns,
allowedPathPatterns: allowedPathPatterns, allowedPathPatterns: allowedPathPatterns,
restrictToWorkspace: restrict, restrictToWorkspace: restrict,
<<<<<<< HEAD
allowRemote: allowRemote, allowRemote: allowRemote,
=======
cachedEnv: cachedEnv, cachedEnv: cachedEnv,
>>>>>>> 4b11ef32fe1c501baafc615da77c63b952339684
}, nil }, nil
} }