Skip to content

Commit 4e479b1

Browse files
committed
allowed tools
1 parent bc960ac commit 4e479b1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

agents/claude-code.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ const claudeCodeAgent: AgentDefinition = {
114114
cwd,
115115
// Resume existing session if available
116116
...(existingSessionID ? { resume: existingSessionID } : {}),
117+
allowedTools: ["Read", "Write", "Edit", "Grep", "Glob", "Bash"],
117118
},
118119
});
119120

0 commit comments

Comments
 (0)