tui/mini: consolidate stream and panel internals#37903
Merged
Merged
Conversation
Share text/reasoning fragment reconciliation across root and child owners so projected content is not replayed twice. Emit ordered footer updates, unify searchable panel control, and prepare attachments once so prompt and command paths stay aligned.
github-actions Bot
pushed a commit
to ReStranger/opencode
that referenced
this pull request
Jul 20, 2026
* upstream/v2: (43 commits) feat(codemode): expand standard library parity (anomalyco#37943) feat(tui): implement session timeline feat(tui): support single-mode themes (anomalyco#37930) fix(tui): show opencode2 continuation command (anomalyco#37933) fix(tui): soften theme scale extremes (anomalyco#37555) fix(tui/mini): idle footer when session idles (anomalyco#37910) tui/mini: consolidate stream and panel internals (anomalyco#37903) refactor(tui): extract shared frontend helpers (anomalyco#37868) fix(codemode): parse canonical index keys (anomalyco#37851) fix(ai): preserve compatible reasoning details (anomalyco#37708) fix(ai): expand context overflow patterns (anomalyco#37848) fix(ai): buffer partial tool call identity (anomalyco#37847) fix(codemode): align string, array, and Date behavior (anomalyco#37775) fix(cli): accept updated service on restart feat(simulation): control arbitrary tool lifecycles (anomalyco#37816) mini: add reconnect, forms, and shared targets (anomalyco#37811) fix(simulation): validate semantic click identity (anomalyco#37808) feat(simulation): expose semantic UI snapshots (anomalyco#37802) fix(tui): move agent cycling to shift-tab (anomalyco#37706) fix(tui): load root sessions in switcher (anomalyco#37784) ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Share text/reasoning fragment reconciliation across root and
child owners so projected content is not replayed twice. Emit
ordered footer updates, unify searchable panel control, and
prepare attachments once so prompt and command paths stay aligned.