Skip to content

fix(session): bound html retry messages - #35675

Closed
fengjikui wants to merge 1 commit into
anomalyco:devfrom
fengjikui:html-retry-message
Closed

fix(session): bound html retry messages#35675
fengjikui wants to merge 1 commit into
anomalyco:devfrom
fengjikui:html-retry-message

Conversation

@fengjikui

Copy link
Copy Markdown
Contributor

Issue for this PR

Closes#35640

Type of change

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

What does this PR do?

When a retryable provider error includes an HTML response body, keep the retry status message short instead of surfacing the raw HTML. The existing retry decision is unchanged; only the displayed message is bounded for HTML provider failures.

How did you verify your code works?

  • bun test --timeout 30000 test/session/retry.test.ts
  • bun run typecheck from packages/opencode
  • bun run lint from the repo root
  • git diff --check

Screenshots / recordings

N/A, retry status text only.

Checklist

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

@github-actions

Copy link
Copy Markdown
Contributor

Automated PR Cleanup

Thank you for contributing to opencode.

Due to the high volume of PRs from users and AI agents, we periodically close older PRs using automated criteria so maintainers can focus review time on the most active and community-supported contributions.

This PR was closed because it matched the following cleanup criteria:

  • The PR was created more than 1 month ago
  • The PR had fewer than 2 positive reactions
  • Positive reactions are counted as thumbs-up, heart, celebration, or rocket reactions on the PR

PRs created within the last month are not affected by this cleanup.

If you believe this PR was closed incorrectly, or if you are still actively working on it, please leave a comment explaining why it should be reopened. A maintainer can review and reopen it if appropriate.

Thanks again for taking the time to contribute.

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

V2 TUI: retry notice renders raw HTML from provider 503

1 participant

@fengjikui