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:
yyh
2026-01-07 17:08:46 +08:00
parent 7d1bb1445f
commit e5d105d966

View File

@ -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"