Files
grok-build-hud/commands/setup.md
T
Redredchen01 bb6a1321fb Release grok-build-hud v0.3.0: Claude-HUD-style same-window status for Grok Build
Multi-line tmux strip (context, quota, tools, todos, git), theme sync with
Grok UI, full/essential/minimal presets, one-shot installer, EN+ZH docs,
and 40 unit tests.
2026-07-17 15:45:25 +08:00

46 lines
885 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
description: Install grok-build-hud dashboard + same-window multi-line status
---
# grok-build-hud setup
One-time setup (from the plugin / repo root):
```bash
npm install && npm run build
# Preferred: full same-window HUD (tmux multi-line strip)
node bin/grok-build-hud.js --install-dashboard
node bin/grok-build-hud.js --theme auto
node bin/grok-build-hud.js --preset full
```
Or: `bash scripts/install.sh` / `npm run install-local`.
## Start Grok with HUD (same Terminal tab)
```bash
grok-hud-run
```
You should see **23 rows** at the bottom (context + usage bars), not a second window.
## Hooks only (scrollback annotations)
```bash
node bin/grok-build-hud.js --install-hooks
```
Reload in Grok: `/hooks` then press `r`.
Example annotation:
```text
[hud] ctx 30% 154k/500k │ turns 3 │ tools 78 │ live │ project
```
## Verify
```bash
grok-hud status
```