Integrate reviewed visual and first-run improvements - #295
Merged
hamzamerzic merged 16 commits intoJul 28, 2026
Merged
Conversation
hamzamerzic
enabled auto-merge (squash)
July 28, 2026 00:08
This was referenced Jul 28, 2026
hamzamerzic
force-pushed
the
integration/visual-rollout-20260728
branch
from
July 28, 2026 03:17
c0db5de to
f14c79c
Compare
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Reconciles the optimistic queue handoff with the shared primary-action identity so Send, Steer, and Stop never fade or remount through an empty frame. Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
Distinguish an offline new-chat landing from a server creation failure, target the actual Chats region instead of the retired drawer group, and keep the stop-ordering fixture streaming long enough for a loaded CI worker. Co-authored-by: Möbius Agent <mobius-agent@users.noreply.github.com>
hamzamerzic
force-pushed
the
integration/visual-rollout-20260728
branch
from
July 28, 2026 03:20
f14c79c to
a287e66
Compare
github-merge-queue
Bot
removed this pull request from the merge queue due to failed status checks
Jul 28, 2026
hamzamerzic
enabled auto-merge
July 28, 2026 03:47
This was referenced Jul 28, 2026
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
This integration lands the reviewed visual/UI queue together so GitHub can validate the combined shell once rather than serially retesting seven overlapping branches.
pageshowand initializing empty-chat scroll identity before the transcript mountsReconciliation
The composer work combines #292 and #294 deliberately: the optimistic queue lifecycle from #292 now uses #294's single stable primary-action identity and no opacity-zero transition. This avoids landing two mutually overwriting implementations.
The branch also carries the first-boot route/renderer alignment, explicit Builder test setup added after #288's original hosted E2E failure, and the hosted-run corrections that make first-chat failure, navigation, and Steer→Stop checks exercise their current reachable states. The final hosted trace exposed the first-send reset at the owning lifecycle seam: the empty state had no scroll node, so identity initialization was deferred until after the pin was armed. Identity now initializes before that intentional early return.
Supersedes #285, #287, #288, #291, #292, #293, and #294 after merge. #286 has already landed independently.
Testing
git diff --checkCo-authored-by: Möbius Agent mobius-agent@users.noreply.github.com