Skip to content

Releases: jamubc/grok-build-providers

Release list

v1.1.0

Choose a tag to compare

@jamubc jamubc released this 18 Jun 20:31
2aa0d7a

Added

  • grok-openrouter connector (passthrough) for OpenRouter's unified model gateway.
  • Live model discovery for passthrough connectors: the model picker fetches {baseUrl}/models at runtime, with a windowed list view for large catalogues.
  • Type-to-filter search in the model picker.
  • Per-provider manifest fragments: each provider is defined by its own providers/<id>/provider.json, aggregated into providers/providers.json by scripts/aggregate-manifest.js. Adding a provider is a new file in a new directory, with no edits to a shared file.
  • Build scripts: npm run build, build:manifest, build:bins, and check:manifest.

Changed

  • Passthrough connectors (DeepSeek, Qwen, OpenRouter) no longer pin static models lists; they are fetched live with a defaultModel fallback.
  • providers/providers.json is now a generated aggregate of the fragments; edit the fragment and run npm run build.
  • Provider order in the manifest, the TUI menus, and the package.json bin map is now alphabetical by id.

v1.0.0

Choose a tag to compare

@jamubc jamubc released this 03 Jun 23:53

Install

npm install -g grok-build-providers

View on npm


What'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> or grok-build-providers all.
  • Active connector switcher, per-connector model selector, and in-TUI session launcher (space to launch).
  • Opt-in proxy tracing via GROK_PROXY_DEBUG=1.