anomalyco / anomalyco/opencode

[FEATURE]: Land two-stage TUI streaming freeze fix for #36043

Open
#48,430 0 comments 0 reactions 1 assignee View on GitHub

@simonklee is already working on this.

Since Sep 11, 2026.

Dominant language
TypeScript
Stars
209k
Forks
27.5k
PR merge metrics
PR metrics pending

Description

  • I have verified this feature I'm about to request hasn't been suggested before.

Description

Tracking issue for the fix plan — the freeze itself is reported in #36043,
this is not a re-report.

Diagnosis (from #41472): streaming pays O(n²) at two client-side stages.
Each PR applies and merges independently, in either order; together they
fully close the freeze:

  • tui-delta-coalesce (#48431) — coalesce message.part.delta store writes (V1)
  • markdown-live-relex (#48432) — grow the live markdown tail in place

Related: #41472 (root-cause analysis; tui-delta-coalesce supersedes it).

Done = both merged, at which point I'll close this issue.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.