Skip to content

fix(opencode): retry on xfyun engine busy response#31819

Open
magicxoxcco wants to merge 1 commit into
anomalyco:devfrom
magicxoxcco:fix/xfyun-engine-busi-retry
Open

fix(opencode): retry on xfyun engine busy response#31819
magicxoxcco wants to merge 1 commit into
anomalyco:devfrom
magicxoxcco:fix/xfyun-engine-busi-retry

Conversation

@magicxoxcco

@magicxoxcco magicxoxcco commented Jun 11, 2026

Copy link
Copy Markdown

Issue for this PR

Closes #31812

Type of change

  • Bug fix
  • New feature
  • Refactor / code improvement
  • Documentation

What does this PR do?

When using xfyun (讯飞云) as the provider, the API returns "engine busy" during temporary overload. OpenCode was not retrying on this error, causing requests to fail unnecessarily.

Adds "engine busy" to the retryable plain-text error patterns in packages/opencode/src/session/retry.ts, matching the existing behavior for "rate limit" and "too many requests".

How did you verify your code works?

Built the binary and confirmed the change compiles and the smoke test passes.

Screenshots / recordings

N/A

Checklist

  • I have tested my changes locally
  • I have not included unrelated changes in this PR

@github-actions github-actions Bot added the needs:compliance This means the issue will auto-close after 2 hours. label Jun 11, 2026
@magicxoxcco magicxoxcco force-pushed the fix/xfyun-engine-busi-retry branch 2 times, most recently from ba2054c to 3c83fc4 Compare June 11, 2026 03:27
When xfyun (讯飞云) returns 'engine busy', OpenCode should retry instead of failing.

Fixes anomalyco#31812
@magicxoxcco magicxoxcco force-pushed the fix/xfyun-engine-busi-retry branch from 3c83fc4 to 78de0c3 Compare June 11, 2026 03:27
@github-actions github-actions Bot removed the needs:compliance This means the issue will auto-close after 2 hours. label Jun 11, 2026
@github-actions

Copy link
Copy Markdown
Contributor

Thanks for updating your PR! It now meets our contributing guidelines. 👍

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.

xfyun engine busy response not retried

1 participant