chore(plugins): update model references to claude-opus-4-8 - #526
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
🤖 Claude Code Review
Review:
|
📚 Documentation Check ✅Verdict: Passed All modified plugins have proper version bumps, CLAUDE.md is updated with new versions, and relevant README/documentation files reflect the model name changes. PR #526 Documentation CheckThis PR updates all Plugin Version Bump Audit
All three modified plugins have proper version bumps. No plugin was modified without a corresponding version bump. Documentation Updates
NoteThe root ✨ No Documentation Updates NeededAll documentation appears to be up to date with the code changes. 🤖 Generated by Claude Documentation Validator | Mode: |
There was a problem hiding this comment.
📋 Review verdict: REQUEST_CHANGES
👆 The main review comment above is the source of truth for this PR review. It is automatically updated on each review cycle, so always refer to it for the most current feedback.
This formal review submission is for the verdict only.
|
@claude push up changes to this PR per the documentation review comment: #526 (comment) |
|
Claude finished @wkoutre's task in 1m 53s —— View job Plugin Version Bumps Applied ✅Addressed all three items from the documentation review comment. Todo
What was done
|
Superseded by new review after PR update
There was a problem hiding this comment.
📋 Review verdict: COMMENT
👆 The main review comment above is the source of truth for this PR review. It is automatically updated on each review cycle, so always refer to it for the most current feedback.
This formal review submission is for the verdict only. 1 inline comment(s) are attached below.
🤖 Claude PR Metadata GenerationStatus: ❌ Error
|
🤖 Claude Code ReviewStatus: The review was completed but there was an error posting inline comments. Raw Review OutputPlease check the workflow logs for details. |
🤖 Claude Code ReviewStatus: ❌ Error
|
claude-opus-4-8 is now the latest Opus model per Anthropic docs. claude-opus-4-7 has moved to the legacy table. Updates 20 files with model ID references and 3 additional files with prose mentions of "Opus 4.7". Sonnet 4.6 and Haiku 4.5 are unchanged.
Patch bumps for plugins with functional model: frontmatter changes in the claude-opus-4-7 → claude-opus-4-8 model reference update, per mandatory versioning rules in CLAUDE.md: - claude-setup: 1.0.4 → 1.0.5 - development-codebase-tools: 2.6.0 → 2.6.1 - development-planning: 2.0.6 → 2.0.7 development-planning's existing 2.0.6 on next was bumped for unrelated PRs (#531, #492, #491), not this PR's model change, so it needs its own bump. Also corrects the version table in root CLAUDE.md to match. Co-authored-by: Nick Koutrelakos <wkoutre@users.noreply.github.com> Claude-Session: https://claude.ai/code/session_01W62gurznvTz2w81B8dcwG9
536e81d to
2e13ea0
Compare
There was a problem hiding this comment.
📋 Review verdict: APPROVE
👆 The main review comment above is the source of truth for this PR review. It is automatically updated on each review cycle, so always refer to it for the most current feedback.
This formal review submission is for the verdict only.
Summary
claude-opus-4-8is now the latest Opus model per Anthropic docs.claude-opus-4-7has moved to the legacy table.model:field and hardcoded ID references fromclaude-opus-4-7→claude-opus-4-8claude-sonnet-4-6andclaude-haiku-4-5are unchanged — still currentNew model capabilities (claude-opus-4-8 vs claude-opus-4-7):
Components updated
.github/workflows and docs (13 files)docs/guides/autonomous-claude-tasks.mdpackages/plugins/claude-setup/README and boris-best-practices reference (2 files)packages/plugins/development-codebase-tools/agents and skills (3 files)packages/plugins/development-planning/agents and skills (3 files)Test plan
git ls-filesgrep confirms 0 remainingclaude-opus-4-7references after changesclaude-opus-4-6regressions present in main at time of PRAI-Generated Description
Summary
claude-opus-4-8is now the latest Opus model per Anthropic docs;claude-opus-4-7has moved to the legacy table. This PR is a like-for-like swap of everyclaude-opus-4-7reference →claude-opus-4-8across workflows, docs, and plugins.claude-sonnet-4-6andclaude-haiku-4-5are unchanged — still current.Changes
model:fields and hardcodedclaude-opus-4-7ID references →claude-opus-4-8.github/workflows, examples, and docs (14 files)docs/guides/autonomous-claude-tasks.mdpackages/plugins/claude-setup/README + boris-best-practices reference (2 files)packages/plugins/development-codebase-tools/agents and skill (3 files)packages/plugins/development-planning/agents and skill (3 files)Total diff: +59 / -59 across 23 files.
Notes
Model capabilities are unchanged vs
claude-opus-4-7: adaptive thinking (yes), extended thinking (no), 1M-token context / 128k max output, $5/$25 per MTok pricing, Jan 2026 knowledge cutoff. This is a pure model-identifier swap with no behavioral change.Test plan
git ls-files | xargs grep -l claude-opus-4-7returns nothing after changesclaude-opus-4-6regressions present in base branch