You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds the migration release path for universal macOS updates: existing installs can still update through appcast.xml, while updated apps move to AgentSignalBar-macos-universal-appcast.xml.
Ships the macOS app and bundled CLI as universal binaries for Apple Silicon and Intel Macs.
Improves Codex account login/removal feedback and Codex Desktop presence accuracy.
Changes
New builds now point Sparkle at AgentSignalBar-macos-universal-appcast.xml.
Release packaging keeps publishing the legacy appcast.xml and AgentSignalBar.dmg bridge for older installs.
GitHub release publishing now uploads both legacy assets and versioned universal macOS assets.
CI now cross-builds Intel Mac slices for the app and CLI products.
Fixes
Fixed saved Codex account removal so deleting the active saved account also clears or switches the active auth state.
Improved Codex login handling by resolving more CLI install paths, opening the browser auth URL from codex login output, and surfacing timeout/failure output.
Fixed idle presence rows so closed Terminal, VS Code, Xcode, and JetBrains entrypoints no longer appear as running sessions.
Fixed Codex Desktop presence so a visible desktop app window can show as opened without falsely marking idle IDE/terminal detections as active work.
Fixed universal packaging edge cases, including debug universal builds and Sparkle framework extended attributes that could break strict code-signature checks.