Add Build Remote Agent phone pairing (gbr/1) - #2616
Open
LinespottingPrivate wants to merge 2 commits into
Open
Conversation
Comment on lines
+138
to
+165
| ## Build Remote Agent (phone pairing) | ||
|
|
||
| Pair a phone running [Build Remote Agent](https://grokbuildremote.com/) to this Kimi Code CLI session. Protocol `gbr/1`. Phone is spectator + veto, not orchestrator. | ||
|
|
||
| Independent product by Linespotting AB. Not affiliated with xAI or SpaceX. | ||
|
|
||
| ```bash | ||
| curl -fsSL https://grokbuildremote.com/install.sh | bash | ||
| gbr-agent version # v0.6.0+ | ||
| gbr-agent pair && gbr-agent run | ||
| git clone https://github.com/LinespottingOrg/GrokBuildRemote-Agents.git | ||
| cd GrokBuildRemote-Agents/mcp/gbr-mcp && npm install | ||
| ``` | ||
|
|
||
| Add the local stdio MCP server (loopback only). Never put mailbox keys in MCP config. | ||
|
|
||
| ```sh | ||
| kimi mcp add --transport stdio gbr -- node /path/to/GrokBuildRemote-Agents/mcp/gbr-mcp/bin/gbr-mcp.js | ||
| ``` | ||
|
|
||
| Attach the Bot API directly: | ||
|
|
||
| ```sh | ||
| curl -sS http://127.0.0.1:8788/health | ||
| curl -sS http://127.0.0.1:8788/v1/sessions | ||
| ``` | ||
|
|
||
| Phone: Build Remote Agent → scan the QR from `gbr-agent pair` (or type the 8-char code). Unpair in Settings before changing PCs. |
Contributor
There was a problem hiding this comment.
🟡 English-only doc section breaks locale mirroring
The new Build Remote Agent (phone pairing) section is added only to the English page, with no counterpart in docs/zh/customization/mcp.md. The docs guide requires Chinese as source of truth, edited first and mirrored across locales.
Prompt for agents
docs/AGENTS.md states the Chinese docs are the source of truth for non-changelog pages and that locales must be mirrored (edit docs/zh first, then translate to docs/en). This PR adds a new section only to docs/en/customization/mcp.md. Add the equivalent section to docs/zh/customization/mcp.md so the two locales stay in sync.
Was this helpful? React with 👍 or 👎 to provide feedback.
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.
Add Build Remote Agent as a pairing device for this desktop agent.
The paid iOS/Android app spectates (and can inject into) the local session through the free MIT
gbr-agent. Protocolgbr/1. Phone is spectator + veto, not orchestrator.Independent product by Linespotting AB. Not affiliated with xAI or SpaceX.
Pair (unchanged)
Phone: open Build Remote Agent → scan the QR or type the 8-char code. Unpair in Settings before changing PCs.
Attach (only these)
http://127.0.0.1:8788aftergbr-agent rungbr-mcp(node mcp/gbr-mcp/bin/gbr-mcp.js)This PR is docs/example only. No mailbox keys, no
X-GBR-Key, nodevice.json.