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