fix(desktop): correct Grok Build setup guide URL - #4846
Open
armstrongj2001 wants to merge 1 commit into
Open
Conversation
The Grok Build preset's setup guide pointed at https://build.x.ai/docs, which has no DNS record — the Setup guide button in the harness picker leads to an unreachable page. $ getent hosts build.x.ai → no record $ getent hosts docs.x.ai → 2606:4700::6812:1350 Point it at the live documentation instead. The preset's command and args are unchanged and remain correct: Grok Build ships native ACP over stdio, which `grok agent stdio` exposes. Signed-off-by: armstrongj2001 <110222228+armstrongj2001@users.noreply.github.com>
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.
Problem
The Grok Build harness preset points its "Setup guide" link at
https://build.x.ai/docs, which is unreachable — the hostname has no DNS record at all, so the button leads to a dead page rather than a 404.This is user-facing: the link sits behind the Setup guide button in the harness picker, so anyone trying to connect Grok Build hits it while looking for install instructions.
Fix
Point the preset at xAI's live Grok Build documentation.
The preset's
commandandargsare unchanged and remain correct — Grok Build ships native ACP over stdio, whichgrok agent stdioexposes:Testing
just cipasses locally (fmt, clippy, desktop lint, Tauri clippy, unit tests, mobile tests).https://docs.x.ai/build/overviewresolves and returns200.irm https://x.ai/cli/install.ps1 | iexand confirmedgrok agent stdiomatches the preset's invocation.No UI changes — this is a string constant, so no screenshots apply.
🤖 Generated with Claude Code