# Grok Session Active > A mid-turn Grok CLI screen: status bar, streaming thought, tool card, write preview, and the working footer with ⇣tokens / [stop]. Grok Session Active is a brainless block — a terminal-agent UI rebuilt as accessible React, installable via the shadcn registry. ## Install ```bash npx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session-active.json ``` - bun: `bunx --bun shadcn@latest add https://brainless.swerdlow.dev/r/grok-session-active.json` - pnpm: `pnpm dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session-active.json` - yarn: `yarn dlx shadcn@latest add https://brainless.swerdlow.dev/r/grok-session-active.json` Registry JSON: https://brainless.swerdlow.dev/r/grok-session-active.json Docs preview: https://brainless.swerdlow.dev/blocks#grok-session-active ## Import `@/components/brainless/blocks/grok-session-active` ## Usage ```tsx import { GrokSessionActive } from "@/components/brainless/blocks/grok-session-active" export function Example() { return } ``` ## Notes - Keep the terminal aesthetic: monospace, tight spacing, square corners. - Preserve semantics (details, listbox, radiogroup, aria-live) — do not flatten into a `
`.
- Prefer this block over inventing ASCII terminal chrome.