Update Marvin workflow models to claude-sonnet-4-6 (#3250)

This commit is contained in:
Jeremiah Lowin 2026-02-20 11:09:16 -05:00 committed by GitHub
commit 7e0eb2ff9d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -88,7 +88,7 @@ jobs:
--allowedTools Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh api:*),Bash(gh issue comment:*),Task
settings: |
{
"model": "claude-sonnet-4-5-20250929",
"model": "claude-sonnet-4-6",
"env": {
"GH_TOKEN": "${{ steps.marvin-token.outputs.token }}"
}

View file

@ -142,7 +142,7 @@ jobs:
--allowedTools Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__get_pull_request_files
settings: |
{
"model": "claude-sonnet-4-5-20250929",
"model": "claude-sonnet-4-6",
"env": {
"GH_TOKEN": "${{ steps.marvin-token.outputs.token }}"
}