Add Grok Build agent#307
Merged
Merged
Conversation
Bump from 0.1.210 to latest stable 0.2.11. macOS x64 and Windows arm64 artifacts are now available, so add darwin-x86_64 and windows-aarch64.
Closed
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new registry entry for xAI's Grok Build agent as a raw binary distribution across all six supported platforms, along with a 16x16 monochrome SVG icon.
Changes:
- New
grok-build/agent.jsonregisteringGrok Buildv0.2.11 with binary URLs hosted on Google Cloud Storage and thegrok agent stdiolaunch command. - New
grok-build/icon.svg, a 16x16 monochrome SVG usingcurrentColor.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| grok-build/agent.json | Registers the Grok Build agent with raw-binary archives per platform and the agent stdio args. |
| grok-build/icon.svg | Adds the agent's icon, conforming to the registry's 16x16 monochrome currentColor requirement. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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
Adds xAI's Grok Build to the ACP registry as a binary distribution.
The registry does not support installer-script distributions, so this entry points directly at the raw binaries used by xAI's installer and launches ACP with
grok agent stdio.Notes
0.2.11artifacts for macOS arm64/x64, Linux arm64/x64, and Windows arm64/x64.currentColor.Validation
uv run --with jsonschema .github/workflows/build_registry.py --dry-runuv run --with agent-client-protocol .github/workflows/verify_agents.py --agent grok-build --type binary --auth-check --timeout 10 --auth-timeout 15