remove edit tool from plan agent (#2505)
Some checks are pending
deploy / deploy (push) Waiting to run

This commit is contained in:
Aiden Cline 2025-09-08 22:00:14 -05:00 committed by GitHub
parent 198a753b62
commit 162a789fa2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -50,7 +50,7 @@ export namespace Agent {
const planPermission = mergeAgentPermissions(
{
edit: "ask",
edit: "deny",
bash: "ask",
webfetch: "allow",
},