tools: shell improvements (restore from stash)

This commit is contained in:
westwind027 2026-02-28 21:19:26 +08:00
parent ecd5fb5c00
commit fd99e55f2b

View file

@ -103,7 +103,7 @@ func NewExecToolWithConfig(workingDir string, restrict bool, config *config.Conf
return &ExecTool{ return &ExecTool{
workingDir: workingDir, workingDir: workingDir,
timeout: 60 * time.Second, timeout: 10 * time.Minute,
denyPatterns: denyPatterns, denyPatterns: denyPatterns,
allowPatterns: nil, allowPatterns: nil,
restrictToWorkspace: restrict, restrictToWorkspace: restrict,