mirror of
https://github.com/markwylde/claude-code-gitea-action.git
synced 2026-06-21 23:09:01 +08:00
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:
2
.github/workflows/claude.yml
vendored
2
.github/workflows/claude.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user