mirror of
https://github.com/langgenius/dify.git
synced 2026-04-22 19:57:40 +08:00
fix(i18n): add --allowedTools to enable git/gh commands
Allow Claude to use git and gh commands for PR creation: - Bash(git:*) - git operations - Bash(gh:*) - GitHub CLI for PR creation - Bash(pnpm:*) - package manager commands - Read,Write,Edit,Glob,Grep - file operations 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
1
.github/workflows/translate-i18n-claude.yml
vendored
1
.github/workflows/translate-i18n-claude.yml
vendored
@ -331,3 +331,4 @@ jobs:
|
||||
claude_args: |
|
||||
--max-turns 100
|
||||
--model claude-sonnet-4-5-20250929
|
||||
--allowedTools "Read,Write,Edit,Bash(git:*),Bash(gh:*),Bash(cd:*),Bash(pnpm:*),Bash(cat:*),Bash(ls:*),Glob,Grep"
|
||||
|
||||
Reference in New Issue
Block a user