diff --git a/grok-build/agent.json b/grok-build/agent.json new file mode 100644 index 00000000..a2ce6057 --- /dev/null +++ b/grok-build/agent.json @@ -0,0 +1,33 @@ +{ + "id": "grok-build", + "name": "Grok Build", + "version": "0.1.210", + "description": "xAI's coding agent and CLI", + "website": "https://docs.x.ai/build/overview", + "authors": ["xAI"], + "license": "proprietary", + "distribution": { + "binary": { + "darwin-aarch64": { + "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.1.210-macos-aarch64", + "cmd": "./grok", + "args": ["agent", "stdio"] + }, + "linux-aarch64": { + "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.1.210-linux-aarch64", + "cmd": "./grok", + "args": ["agent", "stdio"] + }, + "linux-x86_64": { + "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.1.210-linux-x86_64", + "cmd": "./grok", + "args": ["agent", "stdio"] + }, + "windows-x86_64": { + "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.1.210-windows-x86_64.exe", + "cmd": "./grok.exe", + "args": ["agent", "stdio"] + } + } + } +} diff --git a/grok-build/icon.svg b/grok-build/icon.svg new file mode 100644 index 00000000..5cb93b2d --- /dev/null +++ b/grok-build/icon.svg @@ -0,0 +1,3 @@ + + +