Skip to content

Commit b549b4a

Browse files
authored
Add --model claude-sonnet-4-5-20250929 to all workflows (#1963)
1 parent 02b6a76 commit b549b4a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/marvin-dedupe-issues.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ jobs:
3939
4040
Follow these steps precisely:
4141
42-
1. Use the Task tool to check if the GitHub issue (a) is closed, (b) does not need to be deduped (eg. because it is broad product feedback without a specific solution, or positive feedback), or (c) already has a duplicates comment that you made earlier. If so, do not proceed.
42+
1. Check if the GitHub issue (a) is closed, (b) does not need to be deduped (eg. because it is broad product feedback without a specific solution, or positive feedback), or (c) already has a duplicates comment that you made earlier. If so, do not proceed.
4343
44-
2. Use the Task tool to view the GitHub issue, and ask the agent to return a summary of the issue
44+
2. View the GitHub issue and produce a summary of the issue
4545
4646
3. Then, launch 3 parallel agents using the Task tool to search GitHub for duplicates of this issue, using diverse keywords and search approaches, using the summary from step 2
4747
48-
4. Next, feed the results from steps 2 and 3 into another agent using the Task tool, so that it can filter out false positives that are likely not actually duplicates of the original issue. If there are no duplicates remaining, do not proceed.
48+
4. Next, consider the results from steps 2 and 3 and filter out false positives that are likely not actually duplicates of the original issue. If there are no duplicates remaining, do not proceed.
4949
5050
5. Finally, comment back on the issue with a list of up to three duplicate issues (or zero, if there are no likely duplicates). If there are no duplicates, DO NOT COMMENT. Just exit.
5151
@@ -81,6 +81,7 @@ jobs:
8181
prompt: ${{ steps.dedupe-prompt.outputs.PROMPT }}
8282
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}
8383
claude_args: |
84+
--model claude-sonnet-4-5-20250929
8485
--allowedTools Bash(gh issue view:*),Bash(gh search:*),Bash(gh issue list:*),Bash(gh api:*),Bash(gh issue comment:*),Task
8586
settings: |
8687
{

.github/workflows/marvin-label-triage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ jobs:
156156
prompt: ${{ steps.triage-prompt.outputs.PROMPT }}
157157
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY_FOR_CI }}
158158
claude_args: |
159+
--model claude-sonnet-4-5-20250929
159160
--allowedTools Bash(gh label list),mcp__github__get_issue,mcp__github__get_issue_comments,mcp__github__update_issue,mcp__github__get_pull_request_files
160161
--mcp-config /tmp/mcp-config/mcp-servers.json
161162
settings: |

.github/workflows/marvin.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
trigger_phrase: "/marvin"
6767
allowed_bots: "*"
6868
claude_args: |
69+
--model claude-sonnet-4-5-20250929
6970
--allowedTools WebSearch,WebFetch,Bash(uv:*),Bash(pre-commit:*),Bash(pytest:*),Bash(ruff:*),Bash(ty:*),Bash(git:*),Bash(gh:*),mcp__github__add_issue_comment,mcp__github__create_issue,mcp__github__get_issue,mcp__github__list_issues,mcp__github__search_issues,mcp__github__update_issue,mcp__github__update_issue_comment,mcp__github__create_pull_request,mcp__github__get_pull_request,mcp__github__get_pull_request_comments,mcp__github__get_pull_request_files,mcp__github__get_pull_request_reviews,mcp__github__get_pull_request_status,mcp__github__list_pull_requests,mcp__github__update_pull_request,mcp__github__update_pull_request_branch,mcp__github__update_pull_request_comment,mcp__github__merge_pull_request
7071
additional_permissions: |
7172
actions: read

0 commit comments

Comments
 (0)