Skip to content

Commit 58cd55b

Browse files
kylewanginchinarvql
authored andcommitted
Update ai-devel.yaml for stable output
1 parent dc3f931 commit 58cd55b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/ai-devel.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,15 @@ jobs:
6464
fetch-depth: 0
6565
- name: Run Claude Code
6666
id: claude
67-
uses: anthropics/claude-code-action@v1.0.85
67+
uses: anthropics/claude-code-action@v1
6868
env:
6969
ANTHROPIC_BASE_URL: "${{ secrets.ANTHROPIC_BASE_URL }}"
70-
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: "1"
71-
CLAUDE_CODE_ATTRIBUTION_HEADER: "0"
70+
CLAUDE_CODE_DISABLE_NONESSENTIAL_TRAFFIC: 1
71+
CLAUDE_CODE_ATTRIBUTION_HEADER: 0
7272
with:
7373
claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
74+
track_progress: true
7475
claude_args: |
7576
--model claude-opus-4-6
7677
--max-turns 100
78+
--allowedTools "mcp__github_inline_comment__create_inline_comment,Bash(gh pr comment:*),Bash(gh pr diff:*),Bash(gh pr view:*)"

0 commit comments

Comments
 (0)