Skip to content

Update retired Anthropic model IDs in Claude workflows - #236

Merged
natansil merged 1 commit into
mainfrom
agent/update-anthropic-model-ids
Jul 21, 2026
Merged

Update retired Anthropic model IDs in Claude workflows#236
natansil merged 1 commit into
mainfrom
agent/update-anthropic-model-ids

Conversation

@natansil

Copy link
Copy Markdown
Collaborator

Summary

  • replace claude-opus-4-20250514 with claude-opus-4-8 in the Claude review and interactive workflows
  • replace claude-sonnet-4-20250514 with claude-sonnet-4-6 in the docs drafter workflow
  • leave prompts, permissions, triggers, action versions, secrets, and all other workflow behavior unchanged

Why

The Claude review workflow currently fails with a 404 not_found_error for the retired claude-opus-4-20250514 model:

This replaces retired models with Anthropic's recommended successors.

Validation

  • parsed all three changed workflow files as YAML
  • git diff --check
  • actionlint was not available in the local environment

@github-actions

Copy link
Copy Markdown

🚀 Package Preview Available!


Install this PR's preview build with npm:

npm i @base44-preview/sdk@0.8.39-pr.236.cab496b

Prefer not to change any import paths? Install using npm alias so your code still imports @base44/sdk:

npm i "@base44/sdk@npm:@base44-preview/sdk@0.8.39-pr.236.cab496b"

Or add it to your package.json dependencies:

{
  "dependencies": {
    "@base44/sdk": "npm:@base44-preview/sdk@0.8.39-pr.236.cab496b"
  }
}

Preview published to npm registry — try new features instantly!

@natansil
natansil marked this pull request as ready for review July 21, 2026 12:35
@natansil
natansil merged commit 75f5c70 into main Jul 21, 2026
4 of 7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants