mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:44:33 +00:00
fix: rename bash tool to exec (#748) (thanks @myfunc)
This commit is contained in:
@@ -450,7 +450,7 @@ describe("Agent-specific sandbox config", () => {
|
||||
sandbox: {
|
||||
tools: {
|
||||
allow: ["read"],
|
||||
deny: ["bash"],
|
||||
deny: ["exec"],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user