chore: update model IDs in docs and workflows to current models

claude-3-7-sonnet-20250219 was retired on 2026-02-19 and now returns 404,
and claude-opus-4-1-20250805 is deprecated (retires 2026-08-05). Replace
with claude-sonnet-4-6 / claude-opus-4-8 for the Anthropic API and the
dated Sonnet 4.5 IDs for the Bedrock/Vertex provider-specific formats.
This commit is contained in:
Mark Wylde
2026-06-11 20:55:26 +01:00
parent 3001087463
commit ba45e9da7a
2 changed files with 9 additions and 9 deletions

View File

@@ -37,4 +37,4 @@ jobs:
github_token: ${{ secrets.GITHUB_TOKEN }}
claude_args: |
--allowedTools "Bash(bun install),Bash(bun test:*),Bash(bun run format),Bash(bun typecheck)"
--model "claude-opus-4-1-20250805"
--model "claude-opus-4-8"