Skip to content

fix(ci): claude workflows pin a retired model - #1784

Merged
johnae merged 1 commit into
mainfrom
ci-claude-model
Sep 23, 2026
Merged

johnae merged 1 commit into
mainfrom
ci-claude-model

Conversation

@johnae

@johnae johnae commented Sep 23, 2026

Copy link
Copy Markdown
Owner

Every Claude workflow run has failed since the pinned model was retired:

API Error: 404 {"type":"error","error":{"type":"not_found_error",
"message":"model: claude-opus-4-1-20250805"},"request_id":"req_011CfLL8HVJ1fZESnGxWxdcw"}

The run reaches init, gets the 404 on its first request, and exits after
490 ms with num_turns: 1 and no tokens billed — so the failing check on
every PR is this and nothing else.

Both workflows now track claude-opus-5, the unversioned alias, so the next
snapshot retirement doesn't break CI the same way.

🤖 Generated with Claude Code

https://claude.ai/code/session_01XfYTVcQVjCevVeoJofu8FF

claude-opus-4-1-20250805 now 404s, so every review run fails. Track the
unversioned alias instead of a dated snapshot that ages out again.
@johnae
johnae merged commit b5383f4 into main Sep 23, 2026
1 of 3 checks passed
@johnae
johnae deleted the ci-claude-model branch September 23, 2026 12:19
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.

1 participant