Skip to content

Releases: thevibeworks/grok-plugin-cc

v0.1.0 — Grok inside Claude Code

Choose a tag to compare

@lroolle lroolle released this 12 Jul 17:48

Why install

You work in Claude Code and want a second model's opinion without leaving your session. This plugin wires xAI's Grok CLI in the same way OpenAI's codex-plugin-cc wires Codex: reviews, delegation, session handoff.

/plugin marketplace add thevibeworks/grok-plugin-cc
/plugin install grok@grok-cc
/grok:review

What's in 0.1.0

  • /grok:review, /grok:adversarial-review — structured, schema-validated findings. Read-only by construction: Grok runs with a read_file,grep,list_dir tool allowlist (no shell, no writes) — enforcement that holds even in containers where the OS sandbox silently degrades.
  • /grok:rescue + grok-rescue subagent — delegate tasks, resume sessions (--resume), opt into writes (--write), run in background.
  • /grok:transfer — import the current Claude conversation into Grok (grok import), continue with grok --resume <id>.
  • /grok:status / result / cancel / setup — job control and prereq checks.

Requires your own Grok CLI + xAI account or XAI_API_KEY; uses your existing ~/.grok config and limits. 52 tests, zero runtime dependencies, Node 18.18+, Apache-2.0.