[PR #13508] fix(app): show full error message in retry error #14695

Open
opened 2026-02-16 18:19:28 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/13508

State: open
Merged: No


closes #13478

What does this PR do?

Shows the full error message in the retry error (such as when hitting a quota).

The retry error message was being truncated to 60 characters with "...".

Before (added more text to the retry error for demonstration):
fix-full-retry-message

After:
fix-full-retry-message_AFTER

How did you verify your code works?

Tested on various display widths

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/13508 **State:** open **Merged:** No --- closes #13478 ### What does this PR do? Shows the full error message in the retry error (such as when hitting a quota). The retry error message was being truncated to 60 characters with "...". Before (added more text to the retry error for demonstration): <img width="920" height="159" alt="fix-full-retry-message" src="https://github.com/user-attachments/assets/6e392308-deb9-46ed-9aef-ef091d46af70" /> After: <img width="921" height="172" alt="fix-full-retry-message_AFTER" src="https://github.com/user-attachments/assets/2dd8f194-2991-4076-84e8-fd81bd64624d" /> ### How did you verify your code works? Tested on various display widths
yindo added the pull-request label 2026-02-16 18:19:28 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#14695