UNOFFICIAL · OPEN SOURCE · MIT

GROK BUILD.
NOW IN YOUR EDITOR.

Grokbit is the VS Code cockpit for xAI's Grok Build CLI and optional Claude Code. Plan first, review every edit in an inline diff, run the built-in Grokbit Actions workflow (explore → plan → implement → test → document), keep parallel sessions on track, render images and video in chat, and dictate by voice. The CLI does the heavy lifting — this is mission control.

v2026.8.33CURRENT BUILD
2AGENTS
3FLIGHT MODES
WIN·MAC·LINUXNATIVE — NO WSL

01 — MISSION

THE BEST INTERFACE
IS THE ONE YOU'RE ALREADY IN.

Terminals are great for launching agents. They're a terrible place to supervise one. When an AI is rewriting your code, you want a diff, not a wall of scrolling text — and you want it next to the code it's changing.

Grokbit straps a flight deck on top of Grok Build (default) and optional Claude Code: each session in its own editor tab, permission cards with the diff rendered inside them, Grokbit Actions for a grounded plan → implement → test loop, your open files as first-class context, and status dots that show which parallel session needs you. Rapid iteration, full telemetry, and an abort handle on every maneuver.

A new Grokbit session tab with Grokbit Actions and Session setup on a full-width canvas

02 — FLIGHT SYSTEMS

EVERY SUBSYSTEM,
ENGINEERED FOR CONTROL.

S-01

Inline-Diff Permission Cards

Every proposed edit renders as a green/red diff inside the permission card — allow this change, allow always (path/command scoped when known), or reject. Nothing lands on disk until you approve.

S-02

Plan First — Enforced

Draft a plan before anything changes. A client-side gate blocks workspace writes and non-read-only commands until you approve, reject, or comment on the plan card.

S-03

Dual Agents

Grok Build is the default; switch a tab to optional Claude Code when you need it. Split New session, per-backend login and logout, history resumes on the right agent.

S-04

Grokbit Actions

Bundled explore → plan → implement → test → document workflow on both backends. Click a tile to seed the composer — nothing sends until you press Enter. See the Actions section below.

S-05

Multi-Session Tabs

Each chat is a native editor tab. Activity-bar launcher with status dots, scrollable recent history, and tabs that restore after a VS Code reload.

S-06

File Chips & Docs

Drag from Explorer, +, right-click Send File, or Alt+G. Optional active-editor context. Top-bar Docs browser to open, reveal, attach, or seed workspace documents.

S-07

Activity Carousel

While the agent works, tool calls and steps roll into one compact strip with a step counter — then collapse to a plain-language summary. Prefer the classic stream? Turn compact activity off.

S-08

Status-Bar HUD

Always-visible model · thinking · mode · context % · working spinner · “needs you” count. Status dots on the launcher; optional passive notifications when a hidden tab waits.

S-09

Inline Images & Video

/imagine and /imagine-video render right in the chat — thumbnails you can open, videos with native playback. Survives session resume.

S-10

Voice Control

Mic in the composer → live speech-to-text. Say "grok send" (configurable) to submit hands-free. Optional; needs ffmpeg and a separate xAI API key for STT.

S-11

Resumable History

Resume, rename, delete, search. Merged Grok + Claude list with backend badges. Past edits keep view-diff after restore.

S-12

Rich Chat

Markdown, offline LaTeX (MathJax), Mermaid diagrams, slash-command autocomplete, MCP tools via CLI config, and chat zoom from 60–300%.

03 — GROKBIT ACTIONS

EXPLORE. PLAN. IMPLEMENT.
TEST. DOCUMENT.

A workflow that ships with the extension and works on both Grok and Claude. Open Grokbit Actions in a session, click a tile to seed the composer — nothing auto-sends. Skills install to your user skill folders so the CLIs can run them too.

01

Explore

/grokbit-explore

Map relevant code first — compact, cited orientation before you change anything.

02

Plan

/grokbit-plan

Grounded, reviewed plan — claims from the repo, tasks with proof commands, then your approval.

03

Implement

/grokbit-implement

One task at a time; each check passes or is reverted — no half-finished state left behind.

04

Test

/grokbit-test

Baseline behavior before the change, then prove what did and didn’t change.

05

Document

/grokbit-document

Write the doc, then run every command in it so the guide stays honest.

04 — FLIGHT MODES

PICK YOUR RISK TOLERANCE.

DEFAULT

AGENT

Grok acts directly and raises a permission card when it judges a write or shell action sensitive. You stay in the loop where it matters.

SUPERVISED AUTONOMY
YOLO

AUTO ACCEPT

Every permission request auto-approved. No restart, just a flag flip — for when you trust the trajectory and want maximum velocity.

FULL SEND

05 — LAUNCH SEQUENCE

T-MINUS TWO COMMANDS.

T-2

INSTALL THE GROK BUILD CLI & SIGN IN

curl -fsSL https://x.ai/cli/install.sh | bash
grok /login
irm https://x.ai/cli/install.ps1 | iex
grok /login

Sign in with a SuperGrok or X Premium+ subscription — or set an XAI_API_KEY from console.x.ai.

T-1

INSTALL THE EXTENSION

code --install-extension grokbit.grokbit

Or search Grokbit in the VS Code Marketplace / Open VSX. Works in VS Code, Cursor, Windsurf, and VSCodium.

T-0

LIFTOFF

Reload the window, click the blackhole icon in the activity bar (or Ctrl/Cmd+;), and type your first prompt. Main engine start. Optional Claude Code tabs need the claude CLI signed in plus the ACP adapter — onboarding can install the adapter for you.

06 — TELEMETRY

FOOTAGE FROM ORBIT.

New Grokbit session with Grokbit Actions and Session setup on a full-width canvas
New tab — Actions + Session setup
A prompt and its rendered Markdown response in a Grokbit editor tab
A prompt and its rendered response
Plan first mode — draft and approve before workspace writes
Plan first — approve before anything moves
Activity-bar launcher with multiple sessions and status dots
Launcher — multi-session with status dots
Recent sessions in the activity-bar launcher
Recent history in the activity bar
Session history popover to resume, rename, delete, or search sessions
Chat history — resume, rename, search

07 — FLIGHT LOG

EVERY MANEUVER,
ON THE RECORD.

Pulled live from the extension's changelog on GitHub — this is the same release history that ships with every build.

Loading flight log…

YOUR EDITOR IS THE LAUNCHPAD.

Free. Open source. Two commands from liftoff.