feat(tui): transcript signals overhaul — fixes, calm additions, verdict chips - #113
Merged
Conversation
…tput row, failed-turn head mark, notice cap - queue count owned solely by the shelf chip; status line and footer stop repeating it - status line renders reconnect state in place instead of hiding on disconnect - new-output indicator is one persistent footer row (color pulse, no reflow) - failed turns carry a danger ✗ on the turn head, persisting into history - visible notices capped to one line; older notes fold into a count
- reduceMotion setting + --reduce-motion flag: transcript clock lane ticks at 2s, steady output row - folded turn heads show 'N tools · M agents · Ts' (sum of sealed step durs) - BEL on turn failure and approval-urgent entry, reusing the bell gate with a re-arm latch
…pt chips, last-event age - build/lint/vet/race outcomes parse into compact verdict chips alongside the tests chip - collapsed summaries render dot-tallies (one glyph per step) with numeric count - sub-agent chips carry per-child state glyphs from subagent_state frames - telemetry receipts compress to width-stable chips - streaming head shows last-event age once stale (>5s), same slow lane under reduceMotion
- failure bell re-arms on every locally submitted turn, not only wire turns - verdict chips never claim success without confirmed exit metadata; suppressed on failed steps - foldTally omits the duration segment for resumed turns with zero sealed durs - failed-turn mark contract corrected (in-session only; replay derives nothing) - build failure regex anchored to go-build shapes; markdown headings can no longer paint failures - notice strip prefers alert-tier notices over newer benign transients
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
bodek | 5980424 | Commit Preview URL Branch Preview URL |
Sep 12 2026, 10:34 AM |
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
Consolidated delivery of the transcript signals/visualization review (multi-wave audit + 3 user personas + synthesis judge, all bodek-only scope):
Fixes (e2fa8a8)
◌ reconnecting · backoff Ns) instead of hiding on disconnect↓ new outputis one persistent footer row — color pulse, no insert/remove reflowAdditions (a02b6dd)
reduceMotionsetting +--reduce-motion: transcript clock lane at 2s, steady output row (motion-sickness friendly)N tools · M agents · Ts(sum of sealed step durs)Refinements (18d7db5)
◔ ▸ ✓ ✗) from subagent_state framesAdversarial review hardening (5980424)
3-judge panel confirmed 6/6 findings + 1 sweep finding; all fixed test-first:
Testing
make fmt/make vet/make lint(0 issues) /make test(race, all packages green)Notes