fix(chat): move routing details into response popovers#107
Merged
tcballard merged 1 commit intoJul 20, 2026
Merged
Conversation
tcballard
marked this pull request as ready for review
July 20, 2026 16:43
tcballard
merged commit Jul 20, 2026
58639fd
into
codex/restart-gateway-after-app-replacement
9 checks passed
This was referenced Jul 21, 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
Implements
WF-ROADMAP-0015 desktop v0.1.0 chat routing presentation.Adds:
Scope
Included
Excluded
Product / Architecture Decisions
info.circlereplaces the verboseRouting detailslabel.RoutingOutputsPanelremains the single detailed-routing renderer and is hosted in a bounded native popover.User-Facing Contract
CLI
No CLI changes.
Human Output
The chat window keeps the thread primary at every supported width. Each routed response shows its route receipt and an information icon that opens full routing details.
JSON Output
No JSON changes.
Exit Codes
No exit-code changes.
Verification
Ran
env CLANG_MODULE_CACHE_PATH=/private/tmp/wayfinder-responsive-module-cache SWIFTPM_MODULECACHE_OVERRIDE=/private/tmp/wayfinder-responsive-module-cache WAYFINDER_DISABLE_SWIFTPM_SANDBOX=1 swift test --disable-sandbox --scratch-path /private/tmp/wayfinder-responsive-build --package-path macos/WayfinderMacgit diff --checkenv CODESIGN_IDENTITY="Developer ID Application: Thomas Ballard (R8HXTBY3NM)" WAYFINDER_DESKTOP_BUILD_NUMBER=1 DIST_DIR=/private/tmp/wayfinder-routing-popover-signed CLANG_MODULE_CACHE_PATH=/private/tmp/wayfinder-responsive-release-cache SWIFTPM_MODULECACHE_OVERRIDE=/private/tmp/wayfinder-responsive-release-cache WAYFINDER_DISABLE_SWIFTPM_SANDBOX=1 macos/WayfinderMac/script/build_release_bundle.shCovered
apple-localresponse rendered the compactLocal routereceipt and information control without a right-hand column.Review Path
WayfinderChatWindow.swiftfor removal of window-level inspector state and controls.ChatTurnHistoryRow.swiftfor the response-level info affordance and popover.ChatConversationView.swiftfor the simplified interaction contract.ChatWorkspaceChrome.swiftandChatStateTests.swiftfor deleted three-column assumptions.Notes For Reviewer
This PR is intentionally stacked on PR #106 so the installed acceptance build includes its gateway-replacement fix. After #106 merges, retarget or rebase this branch onto
main; its functional diff is one chat presentation commit.