feat: add macOS monitoring deep-link and handoff diagnostics#25
Merged
Conversation
ts-9fb41d closes the remaining reduced-v1 monitoring gaps in the Control Center. After syncing the branch with main, reconnect handling, retained terminal detail, and daemon target diagnostics were already present, but the required menu bar deep-link and explicit handoff-unavailable surfaces were still missing. The root cause was that the monitoring model exposed workload ordering and retained detail state, but not first-class menu bar shortcuts or operator-facing handoff failure copy. The menu bar could only focus the sessions lane generically, and session detail reduced attachability failure to an implicit 'Attach: Pending' label. This change adds menu bar session shortcuts backed by the monitoring snapshot, routes those deep links through shared session selection logic, forces an immediate refresh so the detail pane populates without waiting for the next poll, and surfaces explicit 'Opencode handoff unavailable' copy in session detail. It also adds regression coverage for shortcut ordering, deep-link selection, reconnect reload, retained detail, and handoff-unavailable state, plus matrix and handoff documentation. During live smoke verification, explicit daemon URL overrides were found to resolve inconsistently across CLI commands; that follow-on issue was split into ts-3db986 rather than folded into this app-focused task.
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
Context
main