Coalesce same-tool transcript rows and stream live shell output - #920
Merged
TheGreatAxios merged 3 commits intoSep 11, 2026
Merged
TheGreatAxios merged 3 commits into
TheGreatAxios merged 3 commits into
Conversation
Collaborator
Author
Independent criticMeets CL-7758 on the happy path: same-tool lanes with a count chip, Blocking: none. Merge. Non-blocking: pwd-probe marker can flash in the live tail; Alt+C/preview follow last-merged result not |
The transcript treated each call as its own row and hid live shell output until settle, so long turns were noisy and a running command gave no signal.
A rate-limited second write could sit until the next chunk or settle, and a shared feed mixed parallel run_shell tails. Hydrate and rollback also dropped older member ids and truncated call snapshots.
TheGreatAxios
force-pushed
the
cl-7758-coalesce-consecutive-same-tool-rows-and-stream-live-shell
branch
from
September 11, 2026 22:35
36a33e1 to
2f28a4a
Compare
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.
Summary
· ×N) and a past-tense settle head.spawn_agentstays one row per dispatch;manage_taskspaints no row.run_shellrows stream up to three live output lines from a bounded per-call 8 KiB feed, then a last-three preview and a non-zeroexit Nat settle.Verification
bun run typecheck,bun run build, andbun run testpassbun run checkexited 0 (oxfmt/oxlint,tsc --noEmit, build, guarded suite 6914 pass / 0 fail)Fixes CL-7758