Add native macOS Desktop and Agent setup prompts - #20
Merged
Conversation
## Why Desktop lacks a native macOS setup path and first-use Agent guidance in the public source. ## What changed - Add macOS runtimes, Python checks, login shells and arm64 DMG packaging. - Expose opt-in Agent prompts and bundled skill/helper discovery. - Preserve Windows/WSL launchers and human approval; reject incompatible backends without cross-platform fallback. ## Testing Cover Desktop units, Core headless checks, isolated bootstrap/runtime behavior, and Electron capture on Windows, WSL and WSLg. Verify Mac delivery build inputs and the shared Core manifest.
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.
Why
Desktop has Windows/WSL launchers, while native macOS setup and the Agent first-use workflow remain outside the public implementation. Operators need a platform-native launch path and exact-instance guidance to use the bundled Core skills and helpers.
What changed
Testing
The first Windows integration test run exposed a hardcoded POSIX path expectation in a Mac unit test. Correcting the host-dependent test expectation and rerunning the full suite passed without changing packaged runtime code. Build/package validation and unsigned evaluation limitations are separate from production signing and installer lifecycle acceptance.