Skip to content

Commit e1f659c

Browse files
Copilotgh-aw-bot
andauthored
fix(daily-syntax-error-quality): reduce token usage from 6M to ~150-400K/run (#29169)
* Initial plan * feat: optimize Daily Syntax Error Quality Check to reduce token consumption - Pre-select 5 random candidates in pre-step (was 235 candidates listed) - Remove cat .github/workflows/*.md bash permission (prevented mass file reads) - Remove open-ended find and head -n * bash permissions - Fix turn target: 30 -> 20 (corrects accidental regression from 2026-04-06) - Lower early-stop threshold: >=70 -> >=65 (fires more often for healthy runs) - Lower individual score floor: <55 -> <50 - Condense verbose scoring rubric ~115 lines -> compact table ~15 lines - Update scratchpad/token-budget-guidelines.md with new revision history Expected token reduction: 6M -> 150K-400K per typical run Agent-Logs-Url: https://github.com/github/gh-aw/sessions/ff17a14e-a4cf-4c57-96ab-3ce4329bce12 Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: gh-aw-bot <259018956+gh-aw-bot@users.noreply.github.com>
1 parent 08e03e0 commit e1f659c

3 files changed

Lines changed: 71 additions & 172 deletions

File tree

.github/workflows/daily-syntax-error-quality.lock.yml

Lines changed: 16 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)