From ec584914fb33da51a9572800d2be46646cb4c1e9 Mon Sep 17 00:00:00 2001 From: Lucky Verma Date: Fri, 8 May 2026 08:59:02 +0000 Subject: [PATCH] docs(readme): bump example models to current versions The README examples still reference claude-opus-4-1-20250805 and claude-sonnet-4-20250514. Bumping to current per #85: opus-4-7 for the primary example, sonnet-4-5-20250929 for the fallback example. Skipped the Bedrock and Vertex 3-7-sonnet examples since the provider-specific tags there may be intentional. Happy to bump those too if a maintainer confirms they should track current versions. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa78cc0..0073ed6 100644 --- a/README.md +++ b/README.md @@ -88,8 +88,8 @@ Add the following to your workflow file: uses: anthropics/claude-code-base-action@beta with: prompt: "Review and fix TypeScript errors" - model: "claude-opus-4-1-20250805" - fallback_model: "claude-sonnet-4-20250514" + model: "claude-opus-4-7" + fallback_model: "claude-sonnet-4-5-20250929" allowed_tools: "Bash(git:*),View,GlobTool,GrepTool,BatchTool" anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }} @@ -238,7 +238,7 @@ Provide the settings configuration directly as a JSON string: prompt: "Your prompt here" settings: | { - "model": "claude-opus-4-1-20250805", + "model": "claude-opus-4-7", "env": { "DEBUG": "true", "API_URL": "https://api.example.com"