v1.0.0
Install
npm install -g grok-build-providersWhat's included
Four connectors for Grok Build, managed through an interactive TUI or headless CLI:
| Command | Provider | Default Model |
|---|---|---|
grok-agy |
Gemini (Antigravity inline proxy) | gemini-3.5-flash |
grok-codex |
Codex (inline proxy) | gpt-5.5 |
grok-deepseek |
DeepSeek API | deepseek-v4-flash |
grok-qwen |
Alibaba DashScope Qwen Coder | qwen2.5-coder-32b-instruct |
Added
- Interactive TUI (
grok-build-providers) to install, configure, verify, launch, and uninstall connectors. - Zero-dependency inline HTTP proxy for custom connectors, started on demand and shut down when idle.
- Headless install via
grok-build-providers <connector>orgrok-build-providers all. - Active connector switcher, per-connector model selector, and in-TUI session launcher (
spaceto launch). - Opt-in proxy tracing via
GROK_PROXY_DEBUG=1.