Skip to content
| Marketplace
Sign in
Visual Studio Code>AI>Seraphina Grok PlannerNew to Visual Studio Code? Get it now.
Seraphina Grok Planner

Seraphina Grok Planner

SynerGro.AI Corp.

| (0) | Free
Copilot tools (anti-hallucination verifier, planner, repo grep) backed by xAI Grok. Reduces fake/random code and lets Copilot navigate huge repos cheaply.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Seraphina Grok Planner — Copilot Tools

This is not a chat UI. It is a set of tools that GitHub Copilot itself can call.

Once installed, Copilot Chat gets three new tools backed by xAI Grok and pure local I/O. Copilot decides when to call them. The user just asks Copilot questions normally.

What Copilot gets

Tool name What it does Cost
seraphina_verify_code Strict anti-hallucination review of a snippet (fake APIs, Math.random in security paths, swallowed exceptions, fabricated imports). Returns SAFE / NEEDS_FIXES / CRITICAL plus corrected code. 1 Grok call
seraphina_plan_task Structured implementation plan with UNVERIFIED: markers + confidence scores. 1 Grok call
seraphina_repo_grep Fast local text/regex search across the workspace (honors common ignore globs, skips binaries). Returns file:line: context. Zero API calls — pure local

seraphina_repo_grep is the one that helps Copilot navigate huge repos cheaply — instead of readFile-ing dozens of files to find a symbol, Copilot can fire one grep tool call and get a structured hit list.

How Copilot invokes them

In Copilot Chat the user can either:

  1. Let Copilot decide — for sufficiently big tasks Copilot will pick the tool itself.
  2. Reference explicitly with #seraphinaVerify, #seraphinaPlan, or #seraphinaGrep in the prompt.

Setup

  1. Install the VSIX (or from Marketplace once published).
  2. Ctrl+Shift+P → Seraphina Grok: Set xAI API Key → paste your key from https://console.x.ai. Stored in the OS keychain via SecretStorage.
  3. Use Copilot normally. The tools show up under the chat input's tool picker.

Settings

Setting Default Notes
seraphinaGrok.model grok-code-fast-1 Also: grok-4, grok-4-fast, grok-3
seraphinaGrok.maxTokens 2048
seraphinaGrok.temperature 0.2 Intentionally strict — low hallucination
seraphinaGrok.repoGrep.maxFiles 50 Truncates after N files with hits
seraphinaGrok.repoGrep.maxHitsPerFile 20

Privacy

  • seraphina_repo_grep runs entirely on your machine. Zero network.
  • seraphina_verify_code and seraphina_plan_task send only the input the tool received (Copilot decides what to send) directly to https://api.x.ai/v1/chat/completions. No middle server.
  • API key lives in the OS keychain via VS Code SecretStorage. A 401/403 from xAI auto-deletes the stored key.

Build from source

npm install
npm run compile
npm run package
code --install-extension seraphina-grok-planner-0.2.0.vsix

License

MIT.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft