feat(release): make v0.1.2 always ready#5
Merged
Conversation
Implements docs/v0.1.2-always-ready.md.\n\nAdds the selected Signal First status-item treatment while preserving the existing native click target, icon language, and compact review and CI states.
Implements docs/v0.1.2-always-ready.md. Adds: - project-aware tooltip, context-menu, and accessibility copy - exact Codex task routing through validated thread URLs - fail-closed Terminal and iTerm TTY routing with visible recovery - focused routing, fallback, privacy, and accessibility coverage
tcballard
marked this pull request as ready for review
July 18, 2026 16:16
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
docs/v0.1.2-always-ready.md.Adds:
Scope
Included
Codex needs you,Claude needs you, or the generic agent fallback.codex://threads/<UUID>.Excluded
Product / Architecture Decisions
NSStatusItemandNSStatusBarButton; the bloom is a native variable-width title, not a second control or custom pill.WorkItemtitle for needs-you copy so the engine remains the source of provider identity.codex://threads/<UUID>route.CI!and review-number states.User-Facing Contract
Menu Bar
Codex needs you.Settings
CLI
No CLI contract changes.
Human Output
Unavailable focus shows a native warning that the exact task could not be opened and confirms that the interruption remains active.
JSON Output
No public JSON contract changes.
Exit Codes
No exit-code contract changes.
Verification
Ran
swift test --filter 'TerminalFocuserTests|MenuBarPresenterTests|AgentFocusRouterTests'swift testswift build -c releaseCONFIGURATION=release CODE_SIGN_IDENTITY=- SWIFT_BUILD_PATH=/tmp/meanwhile-routing-release-build APP_OUTPUT_DIR=/tmp/meanwhile-routing-app ./Scripts/package-app.shgit diff --checkCovered
Review Path
AgentFocusRouterandTerminalFocuserexact-route behavior.MenuBarPresenter, status-item mapping, and accessibility semantics.docs/v0.1.2-always-ready.md.Notes For Reviewer
GlobalHotKeydeinitializer issue; this branch adds no new strict-concurrency diagnostics.