Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,9 @@ jobs:
claude:
runs-on: ubuntu-latest
permissions:
contents: write # ← REQUIRED so Claude can push fixes/branches
contents: write
pull-requests: write
issues: write
comments: write

steps:
- name: Checkout repo
Expand All @@ -36,11 +35,8 @@ jobs:
- performance improvements
Focus especially on Python code. Be concise but thorough. If you can fix something, do it.

# ← MODEL GOES HERE (this fixes your error)
claude_args: |
--model claude-3-opus-20240229
--max-turns 8
--temperature 0.2

# Optional but very useful
trigger_phrase: "@claude"
Expand Down
Loading