Skip to content

feat: retry model capacity failures - #436

Open
nikita-ashihmin wants to merge 6 commits into
agentclientprotocol:mainfrom
nikita-ashihmin:nikita.ashikhmin/model-capacity-retry
Open

feat: retry model capacity failures#436
nikita-ashihmin wants to merge 6 commits into
agentclientprotocol:mainfrom
nikita-ashihmin:nikita.ashikhmin/model-capacity-retry

Conversation

@nikita-ashihmin

Copy link
Copy Markdown
Collaborator

Summary

  • retry the exact Selected model is at capacity failure with five jittered backoff windows: 1–10s, 1–30s, 30–60s, 60–120s, and 120–300s
  • publish each scheduled retry through ACP as a warning and continue in a fresh turn without replaying the original prompt
  • preserve cancellation and plan-implementation lifecycle behavior, then return the terminal failure after retries are exhausted

Testing

  • npm run typecheck
  • npm run build
  • npm test -- --run (459 passed, 28 skipped)

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.

1 participant