Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/agents/pr/PLAN-TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@ See `SHARED-RULES.md` for complete details. Key points:
*(Only if Gate ✅ PASSED)*

**Round 1: Run try-fix with each model (SEQUENTIAL)**
- [ ] claude-sonnet-4.5
- [ ] claude-sonnet-4.6
- [ ] claude-opus-4.6
- [ ] gpt-5.2
- [ ] gpt-5.2-codex
- [ ] gpt-5.3-codex
- [ ] gemini-3-pro-preview
- [ ] ⛔ If blocker: STOP, report, ask user
- [ ] Record: approach, result, files, failure analysis
Expand Down
4 changes: 2 additions & 2 deletions .github/agents/pr/SHARED-RULES.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,10 @@ Phase 4 uses these 5 AI models for try-fix exploration (run SEQUENTIALLY):

| Order | Model |
|-------|-------|
| 1 | `claude-sonnet-4.5` |
| 1 | `claude-sonnet-4.6` |
| 2 | `claude-opus-4.6` |
| 3 | `gpt-5.2` |
| 4 | `gpt-5.2-codex` |
| 4 | `gpt-5.3-codex` |
| 5 | `gemini-3-pro-preview` |

**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).
Expand Down
4 changes: 2 additions & 2 deletions .github/agents/pr/post-gate.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,10 +202,10 @@ Update the state file:
```
| Model | Round 2 Response |
|-------|------------------|
| claude-sonnet-4.5 | NO NEW IDEAS |
| claude-sonnet-4.6 | NO NEW IDEAS |
| claude-opus-4.6 | NO NEW IDEAS |
| gpt-5.2 | NO NEW IDEAS |
| gpt-5.2-codex | NO NEW IDEAS |
| gpt-5.3-codex | NO NEW IDEAS |
| gemini-3-pro-preview | NO NEW IDEAS |
```
- [ ] Fix Candidates table has numbered rows for each try-fix attempt
Expand Down