From e548346a02faff07d4f45b2eb0a6cc57d91a5bd5 Mon Sep 17 00:00:00 2001 From: FineComputer14451 Date: Mon, 7 Sep 2026 02:47:19 +0000 Subject: [PATCH] docs: split Chat Build Mode from terminal Grok Build Clarify that Chat picker Build is Build Mode (grok.me), not the Termux grok CLI. Update workflow, FAQ, and Pages What's new / FAQ. --- docs/FAQ.md | 7 ++++++- docs/GROK-46-WORKFLOW.md | 37 ++++++++++++++++++++++++++++--------- website/index.html | 24 +++++++++++++++++++----- 3 files changed, 53 insertions(+), 15 deletions(-) diff --git a/docs/FAQ.md b/docs/FAQ.md index cd9872a..06cf3fa 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -141,7 +141,12 @@ bash ~/GrokHunter/scripts/install_grok_statusline.sh ## How should I split Grok chat vs Grok Build? -See [GROK-46-WORKFLOW.md](GROK-46-WORKFLOW.md) — chat for think, Build for code, Bot for glue; catalog default **`grok-4.6`**. +See [GROK-46-WORKFLOW.md](GROK-46-WORKFLOW.md) — chat for think, Chat **Build Mode** for shareable prototypes, terminal **Grok Build** for repo/lab code, Bot for glue; catalog default **`grok-4.6`**. + + +## Is Chat "Build" the same as Grok Build on Termux? + +**No.** Chat picker **Build** opens **Build Mode** (in-chat sites/apps/games → `*.grok.me`). Terminal **Grok Build** (`grok` / `grokhunter`) edits your lab repo. Details: [GROK-46-WORKFLOW.md](GROK-46-WORKFLOW.md#chat-build-mode-vs-grok-build-cli) · [xAI Build Mode](https://x.ai/news/grok-build-mode). ## How do I check the models profile / API key? diff --git a/docs/GROK-46-WORKFLOW.md b/docs/GROK-46-WORKFLOW.md index c17c721..e276e5b 100644 --- a/docs/GROK-46-WORKFLOW.md +++ b/docs/GROK-46-WORKFLOW.md @@ -7,14 +7,32 @@ See also: [GROK-46.md](GROK-46.md) · [GROK-BUILD-1.0.md](GROK-BUILD-1.0.md) · ## Surfaces -| Surface | Best for | Model to pin | -|---------|----------|--------------| -| **Grok chat** (web/app) | Research, writing, quick Q&A, non-repo thinking | Grok 4.6 (chat UI selector) | +| Surface | Best for | Model / mode to pin | +|---------|----------|---------------------| +| **Grok chat** (web/app) | Research, writing, quick Q&A, non-repo thinking | Chat modes: Auto / Fast / **Expert** / Heavy (4.6-generation Chat) | +| **Chat → Build** (Build Mode) | Shareable sites, apps, games, dashboards in chat → `*.grok.me` | Picker tile **Build** — *not* the terminal CLI ([xAI](https://x.ai/news/grok-build-mode)) | | **Grok Bot** | Orchestration, connectors, PRs, multi-agent seating | Account default (Bot); not your main phone file editor | | **Grok Build** (`grok`) | Repo work, multi-file edits, long agent loops | Catalog default **`grok-4.6`** | | **Coding Team** (Benjamin → Lucas → Harper) | Design → ship → harden | Same `grok-4.6` via `~/.grok/agents/` | | **Aider** (`aider-grok`) | Focused diffs when the Build TUI is heavy | `AIDER_MODEL=grok-4.6` | + +## Chat Build Mode vs Grok Build CLI + +Same word, **two products**: + +| | **Build Mode** (Chat picker → **Build**) | **Grok Build** (`grok` / `grokhunter`) | +|--|------------------------------------------|----------------------------------------| +| Where | grok.com / iOS / Android Chat | Termux or desktop terminal | +| Does | Describe → live preview in chat → publish `*.grok.me` (or custom domain) | Reads/edits your repo, shell, agents, skills | +| Best for | Prototypes you want to share as a link | GrokHunter lab, multi-file code, Coding Team | +| Code | Optional — you need not touch it | Primary surface — works in your files | +| Tier note | Early Beta; announced for SuperGrok Heavy ([news](https://x.ai/news/grok-build-mode)) | Lab install + SuperGrok login or `XAI_API_KEY` | + +**Rule:** repo / lab work → terminal **Grok Build**. Shareable app-in-chat → Chat **Build Mode**. Do not treat the Chat **Build** tile as “open my phone rootfs.” + +Chat mode map (Auto/Fast/Expert/Heavy/Build): skill `grok-chat-model-map` / Studio plan PR [#48](https://github.com/FineComputer14451/Grok-Imagine-Cinematic-Studio/pull/48). + ## Grok Build model Use the catalog default **`grok-4.6`** (no V9 `/model` pickers). Former aliases @@ -25,11 +43,12 @@ Use the catalog default **`grok-4.6`** (no V9 `/model` pickers). Former aliases ## Day-to-day routing -1. **Decide / research** → Grok chat 4.6 (or Bot for “what should we do?”). -2. **Plan a change** → `grok` (default `grok-4.6`), or `grokhunter plan "…"`. -3. **Implement** → default `grok-4.6` (or Coding Team Lucas); keep turns small. -4. **Harden / review** → Harper, or another `grok` turn on the diff. -5. **Bot** → install, tunnels, GitHub, connectors — glue, not primary editor on phone. +1. **Decide / research** → Grok chat **Auto** or **Expert** (4.6-generation Chat), or Bot for “what should we do?”. +2. **Shareable prototype (no local repo)** → Chat picker **Build** (Build Mode → preview / `grok.me`). +3. **Plan a repo change** → terminal `grok` (default `grok-4.6`), or `grokhunter plan "…"`. +4. **Implement in the lab** → default `grok-4.6` (or Coding Team Lucas); keep turns small — *not* Chat Build Mode. +5. **Harden / review** → Harper, or another `grok` turn on the diff. +6. **Bot** → install, tunnels, GitHub, connectors — glue, not primary editor on phone. ## Lab checklist (Termux / desktop) @@ -45,7 +64,7 @@ Confirm the default coding model remains **`grok-4.6`**. ## Success criteria - `grokhunter status` shows `models=yes` and profile on 4.6. -- You know: chat for think, Build for code, Bot for glue. +- You know: chat for think, Chat **Build Mode** for shareable prototypes, terminal **Grok Build** for repo/lab code, Bot for glue. - Imagine models never selected for coding. ## Related diff --git a/website/index.html b/website/index.html index 29ca26b..296cdd9 100644 --- a/website/index.html +++ b/website/index.html @@ -34,7 +34,7 @@ href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap" rel="stylesheet" /> - +
@@ -527,9 +527,10 @@

Grok Build Connect

Chat ↔ Build workflow

docs/GROK-46-WORKFLOW.md - — how Grok 4.6 chat pairs with on-device Grok Build, plus the - Imagine models map - (incl. Agent Mode). + — Grok 4.6 chat vs on-device Grok Build. Chat picker Build is + Build Mode (shareable grok.me apps), not the Termux CLI. + Imagine map: + incl. Agent Mode.

@@ -1205,6 +1206,19 @@

Common questions

Android Grok Bot currently has no custom-MCP settings screen.

+ +
+ Is Chat Build the same as Grok Build on Termux? +

+ No. Chat picker Build is Build Mode + (in-chat sites/apps/games → *.grok.me). Terminal + Grok Build (grok / grokhunter) edits your lab repo. + See + GROK-46-WORKFLOW.md + and + xAI Build Mode. +

+
What about V9 /model pickers?

@@ -1451,6 +1465,6 @@

Ship code from your pocket

- +