diff --git a/README.md b/README.md index bad8e29..732e85c 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,32 @@ # conduit +## Install (SHA-256) + +Pin GitHub Release **v0.6.0** and verify `SHA256SUMS`. Website `install.sh` / `install.ps1` abort on mismatch. + +https://github.com/LinespottingOrg/GrokBuildRemote-Agents/releases/tag/v0.6.0 +https://github.com/LinespottingOrg/GrokBuildRemote-Agents/blob/main/docs/PINNED-INSTALL.md + +``` +96cef605d3e030ccef99d27ea6240e0d3b668dd045e6b5b9e585c9fd03c6ef23 gbr-agent-darwin-amd64 +de7e065ef2cf6877b3b2cd04679a67b627f876337f529247e236204543e4062c gbr-agent-darwin-arm64 +a50a5c41993e6531a3b477eb409ccc845212bf541384dc803061c80657f86719 gbr-agent-linux-amd64 +5bfd22c7110234942c4c02ff8154b836d0af45a9422c178a4f52010187d40061 gbr-agent-linux-arm64 +f773b89fd31310172b756e0593e0f3b2382b0a3440af2a7d0a8b3073b0c23e27 gbr-agent-windows-amd64.exe +8fb9efcbc7e2ac91c11964944bf0f45e31bb23f4356d9dcb4b305d7cb9b0fe8c gbr-agent-windows-arm64.exe +``` + +```bash +VER=v0.6.0 +BASE=https://github.com/LinespottingOrg/GrokBuildRemote-Agents/releases/download/$VER +# swap darwin-arm64 for your OS/arch +curl -fsSL -o gbr-agent-darwin-arm64 "$BASE/gbr-agent-darwin-arm64" +curl -fsSL -o SHA256SUMS "$BASE/SHA256SUMS" +shasum -a 256 -c SHA256SUMS --ignore-missing +gbr-agent pair && gbr-agent run +``` + + **A local-first, provider-aware coding agent for the terminal.** Conduit began as a Go port of Claude Code. It still keeps that compatibility where it matters: Claude OAuth, Anthropic wire format, the familiar tool surface, project memory, sessions, plugins, and MCP. It has also grown into its own agent runtime: Conduit-owned config, multi-account switching, role-based model assignment, OpenAI-compatible providers such as Gemini, and local/MCP-backed models can all live in one TUI. @@ -351,11 +378,24 @@ Hook types: `command` (shell), `http` (POST JSON to URL), `prompt` (inject resul "playwright": { "command": "npx", "args": ["@playwright/mcp@latest"] + }, + "gbr": { + "command": "node", + "args": ["GrokBuildRemote-Agents/mcp/gbr-mcp/bin/gbr-mcp.js"] } } } ``` +**Build Remote Agent** (optional phone spectator): install +https://grokbuildremote.com/ (`gbr-agent` **v0.6.0+**), run `gbr-agent pair` +then `gbr-agent run`, clone +https://github.com/LinespottingOrg/GrokBuildRemote-Agents and `npm install` +in `mcp/gbr-mcp`, then point the `gbr` args at `bin/gbr-mcp.js`. Attach is +only `http://127.0.0.1:8788` or that stdio MCP — not a second pair protocol. +Independent product. Not affiliated with xAI or SpaceX. Never put mailbox +keys in `mcp.json`. + --- ## Themes @@ -449,3 +489,10 @@ Reference map: [PARITY.md](PARITY.md) MIT — see [LICENSE](LICENSE). Conduit is an independent project and is not affiliated with or endorsed by Anthropic. Claude® is a trademark of Anthropic, PBC. + +## What the phone sees + +**Terminal windows** on this PC (machine-wide mailbox). Not headless OpenCode / CodeNomad sidecar / Electron. `:8788` in a sidecar is Bot API JSON, not a transcript. + +https://github.com/LinespottingOrg/GrokBuildRemote-Agents/blob/main/docs/WHAT-THE-PHONE-SEES.md +https://grokbuildremote.com/integrations.html