anomalyco / anomalyco/opencode
[FEATURE]: Land two-stage TUI streaming freeze fix for #36043
Open
@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.deltastore 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.