Skip to content

chore: fix bot-issues Verify step timeout (raise, trim, sonnet-5)#984

Merged
Erin McNulty (erin2722) merged 1 commit into
mainfrom
fix/bot-issues-verify-timeout
Jul 16, 2026
Merged

chore: fix bot-issues Verify step timeout (raise, trim, sonnet-5)#984
Erin McNulty (erin2722) merged 1 commit into
mainfrom
fix/bot-issues-verify-timeout

Conversation

@erin2722

Copy link
Copy Markdown
Contributor

The "Verify proposed changes and document sync_models deviations" step was hitting its 15-minute timeout mid-run (Claude still executing when GitHub killed it), so the job failed and no bot-issue PR was created.

  • Raise timeout-minutes 15 -> 30.
  • Switch --model claude-opus-4-6 -> claude-sonnet-5 (faster).
  • Trim the task (the turn/token sinks):
    • step 4: focus on the field(s) that caused the bail instead of exhaustively re-verifying every field of a complete spec.
    • step 6: cross-check only the fields being added/changed against sync_models, and look the model up directly instead of fetching + scanning the whole multi-MB LiteLLM catalog.

The "Verify proposed changes and document sync_models deviations" step
was hitting its 15-minute timeout mid-run (Claude still executing when
GitHub killed it), so the job failed and no bot-issue PR was created.

- Raise timeout-minutes 15 -> 30.
- Switch --model claude-opus-4-6 -> claude-sonnet-5 (faster).
- Trim the task (the turn/token sinks):
  - step 4: focus on the field(s) that caused the bail instead of
    exhaustively re-verifying every field of a complete spec.
  - step 6: cross-check only the fields being added/changed against
    sync_models, and look the model up directly instead of fetching +
    scanning the whole multi-MB LiteLLM catalog.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@vercel

vercel Bot commented Jul 16, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
ai-proxy Ready Ready Preview, Comment Jul 16, 2026 3:04pm

Request Review

@erin2722
Erin McNulty (erin2722) merged commit a89fc1d into main Jul 16, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants