Commit 8c7d889
Add Read, Glob, and Grep tool permissions to D4D Assistant (#72)
The D4D Assistant needs these fundamental tools to operate:
- Read: Read files from the repository and /tmp/ai-input/user-prompt.txt
- Glob: Find files by pattern when exploring the codebase
- Grep: Search file contents for metadata extraction
Without Read permission, the assistant cannot even read the user's
prompt from /tmp/ai-input/user-prompt.txt, causing permission errors
in GitHub Actions.
This fixes the permission error:
'Claude requested permissions to read from /tmp/ai-input/user-prompt.txt,
but you haven't granted it'
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude <[email protected]>1 parent aa782b1 commit 8c7d889
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
0 commit comments