Skip to content
Closed
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
2 changes: 1 addition & 1 deletion eval/triage/cases/001-bug-url-encoding/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ labels:
- ready-to-code
- bug

max_turns: 30
max_turns: 35

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Informational

1. Weaker turn-regression gate 🐞 Bug ⚙ Maintainability

Raising max_turns to 35 makes the triage eval stop failing runs that take 31–35 turns, so a
turn-count regression in that band will no longer be caught by the max_turns judge. Only other
constraints (e.g., max_cost_usd or harness timeouts) will catch those regressions.

max_cost_usd: 2.00

# Guidance for the LLM judge — what a good triage looks like for this case.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ labels:
- ready-to-code
- triaged

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
2 changes: 1 addition & 1 deletion eval/triage/cases/003-feature-request/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ labels:
- ready-to-code
- needs-info

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
2 changes: 1 addition & 1 deletion eval/triage/cases/004-duplicate-issue/annotations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ labels:
- needs-info
- triaged

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ labels:
- triaged
- feature

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ labels:
- ready-to-code
- needs-info

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ labels:
- ready-to-code
- bug

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ labels:
- triaged
- blocked

max_turns: 30
max_turns: 35
max_cost_usd: 2.00

triage_expectations: |
Expand Down
Loading