Skip to content

Viewer polish: full-message overlay rebuild churn + widget conversation tail #85

Description

@rz1989s

Summary

Viewer/UX polish deferred from SPEC-6-4 (PR #82):

  1. Full-message overlay rebuild churn during live appends — while the full-message overlay is open on a live timeline, every live append triggers renderShell(), which rebuilds the overlay stack (src/panel/fleet-panel.ts live-subscription callback). Content comes from the stable this.fullMessageEvent, so behavior is correct — but an early-return in the render path when fullMessageEvent is set (and its event is unchanged) avoids the churn.
  2. Widget conversation tail (original SPEC-6-4 brainstorm garnish) — the above-editor widget could show the last N lines of the selected running run's conversation, consuming the same public fine-tier events (fleet:child:* / RunLog.subscribe). Only worth doing when a consumer asks; the live overlay covers the need today.

Both are additive polish; no contract impact.

Surfaced during the SPEC-6-4 SDD run (dogfooding).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions