-
-
Notifications
You must be signed in to change notification settings - Fork 418
feat: Apple Core AI provider #1444
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from all commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
11d1f6d
feat: collapse Apple Core AI provider stack into one change
i386 16efc6f
fix: apply CodeRabbit auto-fixes
coderabbitai[bot] 3d1bf60
fix: harden Apple provider sidecar lifecycle
i386 eaec658
ci: run Apple provider tests on macos27
i386 b3d18af
fix: resolve host-runtime compile and clippy failures on Apple provid…
i386 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🩺 Stability & Availability | 🟠 Major | ⚡ Quick win
🔎 Supported by static analysis
🏁 Script executed:
Repository: Mesh-LLM/mesh-llm
Length of output: 209
🏁 Script executed:
Repository: Mesh-LLM/mesh-llm
Length of output: 15717
🏁 Script executed:
Repository: Mesh-LLM/mesh-llm
Length of output: 16731
🌐 Web query:
GitHub Actions runner-images Xcode 27 image label xcode-27 xcode-27-xlarge macos27💡 Result:
As of August 25, 2026, Xcode 27 is available for GitHub Actions as a public preview [1][2]. GitHub has introduced a new support model where runner images are keyed to major Xcode versions rather than the underlying operating system [2][3]. To use the Xcode 27 preview, you must target the supported labels in your workflow YAML files [1][2]. The following labels are currently supported [2]: - xcode-27: Used for standard macOS runners [1][2]. - xcode-27-xlarge: Used for larger macOS runners [1][4]. Important considerations regarding this image: - Architecture Limitation: The Xcode 27 image is exclusively available on GitHub's arm64 macOS runners [2][3]. It is not supported on Intel-based runners [2][3]. - Support Model: Under the new support model, each image provides one major Xcode version [2][3]. This shift is intended to simplify targeting specific toolchains [2]. - Preview Status: As a public preview, the image may be subject to instability, and software inventory may change [1][2][3]. Queueing issues may also occur as capacity is balanced [1]. - Documentation: For the exact list of tools, SDK versions, and current software bill of materials, you should consult the official actions/runner-images repository [2][3]. Note that there is no macos27 label; the naming convention has moved specifically to these Xcode-based labels [2][3].
Citations:
🏁 Script executed:
Repository: Mesh-LLM/mesh-llm
Length of output: 11364
🏁 Script executed:
Repository: Mesh-LLM/mesh-llm
Length of output: 790
Use a valid Apple runner label.
The
macos-applerole reachesruns-onasmacos27. GitHub’s public Xcode 27 images usexcode-27orxcode-27-xlarge, so the matrix can fail to start unless a self-hosted runner advertisesmacos27. Configure that runner with the required Apple toolchain, or use a supported label and update related documentation and tests.🤖 Prompt for AI Agents
Source: MCP tools