Skip to content

Commit e3354c3

Browse files
SweetCodeyRohitJain1103claude
authored
Fix automated PR review model ID to claude-opus-4-6 (#23)
* Add automated design review GitHub Action Adds a GitHub Action that automatically reviews system design documents when a PR is opened or updated. Only triggers for PRs that modify .md files in numbered design folders (e.g., "15. Design Google Maps/"). Uses Claude API with the SweetCodey review guidelines to post line-specific comments on the PR. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Use claude-opus-4-0 model for design reviews Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * Fix model ID to claude-opus-4-6 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> --------- Co-authored-by: SweetCodey <rohitjain3241@gmail.com> Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 335c85b commit e3354c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/scripts/review_design.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
DESIGN_FILES = os.environ["DESIGN_FILES"] # comma-separated
2525
PR_HEAD_SHA = os.environ["PR_HEAD_SHA"]
2626

27-
MODEL = "claude-sonnet-4-5-20250514"
27+
MODEL = "claude-opus-4-6"
2828

2929
# ── Skill Files ─────────────────────────────────────────────────────────────────
3030

0 commit comments

Comments
 (0)