Skip to content

Commit 7f5d57f

Browse files
kubafloCopilot
andauthored
Update PR agent models to claude-sonnet-4.6 and gpt-5.3-codex (dotnet#34109)
<!-- Please let the below note in for people that find this PR --> > [!NOTE] > Are you waiting for the changes in this PR to be merged? > It would be very helpful if you could [test the resulting artifacts](https://github.com/dotnet/maui/wiki/Testing-PR-Builds) from this PR and let us know in a comment if this change resolves your issue. Thank you! ## Description Update model references in PR agent configuration files to use the latest available versions: - `claude-sonnet-4.5` → `claude-sonnet-4.6` - `gpt-5.2-codex` → `gpt-5.3-codex` ### Files changed - `.github/agents/pr/PLAN-TEMPLATE.md` - `.github/agents/pr/SHARED-RULES.md` - `.github/agents/pr/post-gate.md` Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cd5374b commit 7f5d57f

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/agents/pr/PLAN-TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,10 @@ See `SHARED-RULES.md` for complete details. Key points:
5656
*(Only if Gate ✅ PASSED)*
5757

5858
**Round 1: Run try-fix with each model (SEQUENTIAL)**
59-
- [ ] claude-sonnet-4.5
59+
- [ ] claude-sonnet-4.6
6060
- [ ] claude-opus-4.6
6161
- [ ] gpt-5.2
62-
- [ ] gpt-5.2-codex
62+
- [ ] gpt-5.3-codex
6363
- [ ] gemini-3-pro-preview
6464
- [ ] ⛔ If blocker: STOP, report, ask user
6565
- [ ] Record: approach, result, files, failure analysis

.github/agents/pr/SHARED-RULES.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,10 @@ Phase 4 uses these 5 AI models for try-fix exploration (run SEQUENTIALLY):
131131

132132
| Order | Model |
133133
|-------|-------|
134-
| 1 | `claude-sonnet-4.5` |
134+
| 1 | `claude-sonnet-4.6` |
135135
| 2 | `claude-opus-4.6` |
136136
| 3 | `gpt-5.2` |
137-
| 4 | `gpt-5.2-codex` |
137+
| 4 | `gpt-5.3-codex` |
138138
| 5 | `gemini-3-pro-preview` |
139139

140140
**Note:** The `model` parameter is passed to the `task` tool, which supports model selection. This is separate from agent YAML frontmatter (which is VS Code-only).

.github/agents/pr/post-gate.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,10 +202,10 @@ Update the state file:
202202
```
203203
| Model | Round 2 Response |
204204
|-------|------------------|
205-
| claude-sonnet-4.5 | NO NEW IDEAS |
205+
| claude-sonnet-4.6 | NO NEW IDEAS |
206206
| claude-opus-4.6 | NO NEW IDEAS |
207207
| gpt-5.2 | NO NEW IDEAS |
208-
| gpt-5.2-codex | NO NEW IDEAS |
208+
| gpt-5.3-codex | NO NEW IDEAS |
209209
| gemini-3-pro-preview | NO NEW IDEAS |
210210
```
211211
- [ ] Fix Candidates table has numbered rows for each try-fix attempt

0 commit comments

Comments
 (0)