Skip to content

feat: add macOS monitoring deep-link and handoff diagnostics#25

Merged
baiirun merged 1 commit into
mainfrom
codex/ts-9fb41d-daemon-diagnostics
Mar 15, 2026
Merged

feat: add macOS monitoring deep-link and handoff diagnostics#25
baiirun merged 1 commit into
mainfrom
codex/ts-9fb41d-daemon-diagnostics

Conversation

@baiirun

@baiirun baiirun commented Mar 15, 2026

Copy link
Copy Markdown
Owner

Summary

  • add menu bar session shortcuts that deep-link into the correct Control Center session detail and force an immediate refresh
  • surface explicit handoff-unavailable copy in session detail instead of leaving attachability failure implicit
  • add regression coverage and matrix/solution docs for reconnect reloads, retained detail, deep links, and handoff diagnostics

Context

  • completes the remaining ts-9fb41d gaps after syncing the branch with current main
  • follow-on CLI daemon URL override inconsistency found during live smoke verification was split into ts-3db986 rather than folded into this PR

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.
@baiirun
baiirun merged commit 7f8506b into main Mar 15, 2026
2 checks passed
@baiirun
baiirun deleted the codex/ts-9fb41d-daemon-diagnostics branch March 15, 2026 05:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant