[PR #6439] fix: revert opentui to 0.1.63 to fix streaming jitter regression #11906

Closed
opened 2026-02-16 18:16:50 -05:00 by yindo · 0 comments
Owner

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

State: closed
Merged: Yes


Summary

Reverts opentui from 0.1.66 to 0.1.63 to fix a rendering regression.

Problem

The upgrade to opentui 0.1.66 (commit 4ca7ab6be) introduced a rendering regression that causes visible jitter/flickering during streamed output in the TUI.

How to Reproduce

  1. Run opencode with opentui 0.1.66
  2. Ask the assistant to output formatted content (e.g., "show me a side-by-side diff" or any code block)
  3. Watch the display as content streams in - it jumps/jitters up and down visibly

Testing

Tested by toggling between versions:

  • 0.1.66: jitter visible when rendering streamed content
  • 0.1.63: stable rendering, no jitter

Changes

  • packages/opencode/package.json - downgrade @opentui/core and @opentui/solid to 0.1.63
  • bun.lock - updated lockfile
**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6439 **State:** closed **Merged:** Yes --- ## Summary Reverts opentui from 0.1.66 to 0.1.63 to fix a rendering regression. ## Problem The upgrade to opentui 0.1.66 (commit 4ca7ab6be) introduced a rendering regression that causes visible jitter/flickering during streamed output in the TUI. ## How to Reproduce 1. Run opencode with opentui 0.1.66 2. Ask the assistant to output formatted content (e.g., "show me a side-by-side diff" or any code block) 3. Watch the display as content streams in - it jumps/jitters up and down visibly ## Testing Tested by toggling between versions: - **0.1.66**: jitter visible when rendering streamed content - **0.1.63**: stable rendering, no jitter ## Changes - `packages/opencode/package.json` - downgrade @opentui/core and @opentui/solid to 0.1.63 - `bun.lock` - updated lockfile
yindo added the pull-request label 2026-02-16 18:16:50 -05:00
yindo closed this issue 2026-02-16 18:16:50 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11906