remove edit tool from plan agent (#2505)
This commit is contained in:
@@ -50,7 +50,7 @@ export namespace Agent {
|
|||||||
|
|
||||||
const planPermission = mergeAgentPermissions(
|
const planPermission = mergeAgentPermissions(
|
||||||
{
|
{
|
||||||
edit: "ask",
|
edit: "deny",
|
||||||
bash: "ask",
|
bash: "ask",
|
||||||
webfetch: "allow",
|
webfetch: "allow",
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user