Skip to content

Commit 3782113

Browse files
committed
feat(config): add write and edit to default protected tools
1 parent 77922f8 commit 3782113

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ const DEFAULT_PROTECTED_TOOLS = [
9090
"batch",
9191
"plan_enter",
9292
"plan_exit",
93+
"write",
94+
"edit",
9395
]
9496

9597
// Valid config keys for validation against user config

0 commit comments

Comments
 (0)