From 3c49bb5dac654af663e3f71c9bf3f839ec5977f7 Mon Sep 17 00:00:00 2001 From: $H!NDGEKYUME Date: Mon, 1 Jun 2026 09:50:28 +0800 Subject: [PATCH 1/6] Update grok-build to version 0.2.13 --- grok-build/agent.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/grok-build/agent.json b/grok-build/agent.json index c7b60154..cbc5e026 100644 --- a/grok-build/agent.json +++ b/grok-build/agent.json @@ -1,7 +1,7 @@ { "id": "grok-build", "name": "Grok Build", - "version": "0.2.11", + "version": "0.2.13", "description": "xAI's coding agent and CLI", "website": "https://docs.x.ai/build/overview", "authors": ["xAI"], @@ -9,32 +9,32 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.2.11-macos-aarch64", + "archive": "https://x.ai/cli/grok-0.2.13-macos-aarch64", "cmd": "./grok", "args": ["agent", "stdio"] }, "darwin-x86_64": { - "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.2.11-macos-x86_64", + "archive": "https://x.ai/cli/grok-0.2.13-macos-x86_64", "cmd": "./grok", "args": ["agent", "stdio"] }, "linux-aarch64": { - "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.2.11-linux-aarch64", + "archive": "https://x.ai/cli/grok-0.2.13-linux-aarch64", "cmd": "./grok", "args": ["agent", "stdio"] }, "linux-x86_64": { - "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.2.11-linux-x86_64", + "archive": "https://x.ai/cli/grok-0.2.13-linux-x86_64", "cmd": "./grok", "args": ["agent", "stdio"] }, "windows-aarch64": { - "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.2.11-windows-aarch64.exe", + "archive": "https://x.ai/cli/grok-0.2.13-windows-aarch64.exe", "cmd": "./grok.exe", "args": ["agent", "stdio"] }, "windows-x86_64": { - "archive": "https://storage.googleapis.com/grok-build-public-artifacts/cli/grok-0.2.11-windows-x86_64.exe", + "archive": "https://x.ai/cli/grok-0.2.13-windows-x86_64.exe", "cmd": "./grok.exe", "args": ["agent", "stdio"] } From 997e78cae51136bcad0a980140c9409e2d36ec9c Mon Sep 17 00:00:00 2001 From: $H!NDGEKYUME Date: Mon, 1 Jun 2026 09:51:13 +0800 Subject: [PATCH 2/6] Fix grok-build cmd paths to use versioned filenames --- grok-build/agent.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/grok-build/agent.json b/grok-build/agent.json index cbc5e026..26bfe7a0 100644 --- a/grok-build/agent.json +++ b/grok-build/agent.json @@ -10,32 +10,32 @@ "binary": { "darwin-aarch64": { "archive": "https://x.ai/cli/grok-0.2.13-macos-aarch64", - "cmd": "./grok", + "cmd": "./grok-0.2.13-macos-aarch64", "args": ["agent", "stdio"] }, "darwin-x86_64": { "archive": "https://x.ai/cli/grok-0.2.13-macos-x86_64", - "cmd": "./grok", + "cmd": "./grok-0.2.13-macos-x86_64", "args": ["agent", "stdio"] }, "linux-aarch64": { "archive": "https://x.ai/cli/grok-0.2.13-linux-aarch64", - "cmd": "./grok", + "cmd": "./grok-0.2.13-linux-aarch64", "args": ["agent", "stdio"] }, "linux-x86_64": { "archive": "https://x.ai/cli/grok-0.2.13-linux-x86_64", - "cmd": "./grok", + "cmd": "./grok-0.2.13-linux-x86_64", "args": ["agent", "stdio"] }, "windows-aarch64": { "archive": "https://x.ai/cli/grok-0.2.13-windows-aarch64.exe", - "cmd": "./grok.exe", + "cmd": "./grok-0.2.13-windows-aarch64.exe", "args": ["agent", "stdio"] }, "windows-x86_64": { "archive": "https://x.ai/cli/grok-0.2.13-windows-x86_64.exe", - "cmd": "./grok.exe", + "cmd": "./grok-0.2.13-windows-x86_64.exe", "args": ["agent", "stdio"] } } From cde8f69f532b067ede0114a1c0992a79504f3190 Mon Sep 17 00:00:00 2001 From: $H!NDGEKYUME Date: Mon, 1 Jun 2026 09:53:57 +0800 Subject: [PATCH 3/6] Update Grok Build website URL --- grok-build/agent.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/grok-build/agent.json b/grok-build/agent.json index 26bfe7a0..c7957f5c 100644 --- a/grok-build/agent.json +++ b/grok-build/agent.json @@ -3,7 +3,7 @@ "name": "Grok Build", "version": "0.2.13", "description": "xAI's coding agent and CLI", - "website": "https://docs.x.ai/build/overview", + "website": "https://x.ai/cli", "authors": ["xAI"], "license": "proprietary", "distribution": { From 3180e5950569583205e65063c9a8249441f4ce63 Mon Sep 17 00:00:00 2001 From: $H!NDGEKYUME Date: Mon, 1 Jun 2026 10:07:09 +0800 Subject: [PATCH 4/6] Update Grok Build icon Reference: https://x.ai/cli --- grok-build/icon.svg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grok-build/icon.svg b/grok-build/icon.svg index 5cb93b2d..69f573cb 100644 --- a/grok-build/icon.svg +++ b/grok-build/icon.svg @@ -1,3 +1,3 @@ - - + + \ No newline at end of file From c321af80146195910693530eb6c9a0c839187632 Mon Sep 17 00:00:00 2001 From: $H!NDGEKYUME Date: Wed, 3 Jun 2026 09:23:45 +0800 Subject: [PATCH 5/6] Update grok-build to version 0.2.16 --- grok-build/agent.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/grok-build/agent.json b/grok-build/agent.json index c7957f5c..a3b5c050 100644 --- a/grok-build/agent.json +++ b/grok-build/agent.json @@ -1,7 +1,7 @@ { "id": "grok-build", "name": "Grok Build", - "version": "0.2.13", + "version": "0.2.16", "description": "xAI's coding agent and CLI", "website": "https://x.ai/cli", "authors": ["xAI"], @@ -9,33 +9,33 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://x.ai/cli/grok-0.2.13-macos-aarch64", - "cmd": "./grok-0.2.13-macos-aarch64", + "archive": "https://x.ai/cli/grok-0.2.16-macos-aarch64", + "cmd": "./grok-0.2.16-macos-aarch64", "args": ["agent", "stdio"] }, "darwin-x86_64": { - "archive": "https://x.ai/cli/grok-0.2.13-macos-x86_64", - "cmd": "./grok-0.2.13-macos-x86_64", + "archive": "https://x.ai/cli/grok-0.2.16-macos-x86_64", + "cmd": "./grok-0.2.16-macos-x86_64", "args": ["agent", "stdio"] }, "linux-aarch64": { - "archive": "https://x.ai/cli/grok-0.2.13-linux-aarch64", - "cmd": "./grok-0.2.13-linux-aarch64", + "archive": "https://x.ai/cli/grok-0.2.16-linux-aarch64", + "cmd": "./grok-0.2.16-linux-aarch64", "args": ["agent", "stdio"] }, "linux-x86_64": { - "archive": "https://x.ai/cli/grok-0.2.13-linux-x86_64", - "cmd": "./grok-0.2.13-linux-x86_64", + "archive": "https://x.ai/cli/grok-0.2.16-linux-x86_64", + "cmd": "./grok-0.2.16-linux-x86_64", "args": ["agent", "stdio"] }, "windows-aarch64": { - "archive": "https://x.ai/cli/grok-0.2.13-windows-aarch64.exe", - "cmd": "./grok-0.2.13-windows-aarch64.exe", + "archive": "https://x.ai/cli/grok-0.2.16-windows-aarch64.exe", + "cmd": "./grok-0.2.16-windows-aarch64.exe", "args": ["agent", "stdio"] }, "windows-x86_64": { - "archive": "https://x.ai/cli/grok-0.2.13-windows-x86_64.exe", - "cmd": "./grok-0.2.13-windows-x86_64.exe", + "archive": "https://x.ai/cli/grok-0.2.16-windows-x86_64.exe", + "cmd": "./grok-0.2.16-windows-x86_64.exe", "args": ["agent", "stdio"] } } From d196108e5bb3ea14151fcbc2abd40cc1d910999c Mon Sep 17 00:00:00 2001 From: $H!NDGEKYUME Date: Thu, 4 Jun 2026 14:01:30 +0800 Subject: [PATCH 6/6] Update grok-build to version 0.2.20 --- grok-build/agent.json | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/grok-build/agent.json b/grok-build/agent.json index a3b5c050..0c231445 100644 --- a/grok-build/agent.json +++ b/grok-build/agent.json @@ -1,7 +1,7 @@ { "id": "grok-build", "name": "Grok Build", - "version": "0.2.16", + "version": "0.2.20", "description": "xAI's coding agent and CLI", "website": "https://x.ai/cli", "authors": ["xAI"], @@ -9,33 +9,33 @@ "distribution": { "binary": { "darwin-aarch64": { - "archive": "https://x.ai/cli/grok-0.2.16-macos-aarch64", - "cmd": "./grok-0.2.16-macos-aarch64", + "archive": "https://x.ai/cli/grok-0.2.20-macos-aarch64", + "cmd": "./grok-0.2.20-macos-aarch64", "args": ["agent", "stdio"] }, "darwin-x86_64": { - "archive": "https://x.ai/cli/grok-0.2.16-macos-x86_64", - "cmd": "./grok-0.2.16-macos-x86_64", + "archive": "https://x.ai/cli/grok-0.2.20-macos-x86_64", + "cmd": "./grok-0.2.20-macos-x86_64", "args": ["agent", "stdio"] }, "linux-aarch64": { - "archive": "https://x.ai/cli/grok-0.2.16-linux-aarch64", - "cmd": "./grok-0.2.16-linux-aarch64", + "archive": "https://x.ai/cli/grok-0.2.20-linux-aarch64", + "cmd": "./grok-0.2.20-linux-aarch64", "args": ["agent", "stdio"] }, "linux-x86_64": { - "archive": "https://x.ai/cli/grok-0.2.16-linux-x86_64", - "cmd": "./grok-0.2.16-linux-x86_64", + "archive": "https://x.ai/cli/grok-0.2.20-linux-x86_64", + "cmd": "./grok-0.2.20-linux-x86_64", "args": ["agent", "stdio"] }, "windows-aarch64": { - "archive": "https://x.ai/cli/grok-0.2.16-windows-aarch64.exe", - "cmd": "./grok-0.2.16-windows-aarch64.exe", + "archive": "https://x.ai/cli/grok-0.2.20-windows-aarch64.exe", + "cmd": "./grok-0.2.20-windows-aarch64.exe", "args": ["agent", "stdio"] }, "windows-x86_64": { - "archive": "https://x.ai/cli/grok-0.2.16-windows-x86_64.exe", - "cmd": "./grok-0.2.16-windows-x86_64.exe", + "archive": "https://x.ai/cli/grok-0.2.20-windows-x86_64.exe", + "cmd": "./grok-0.2.20-windows-x86_64.exe", "args": ["agent", "stdio"] } }