Releases: jamubc/grok-build-providers
Releases · jamubc/grok-build-providers
Release list
v1.1.0
Added
grok-openrouterconnector (passthrough) for OpenRouter's unified model gateway.- Live model discovery for passthrough connectors: the model picker fetches
{baseUrl}/modelsat 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 intoproviders/providers.jsonbyscripts/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, andcheck:manifest.
Changed
- Passthrough connectors (DeepSeek, Qwen, OpenRouter) no longer pin static
modelslists; they are fetched live with adefaultModelfallback. providers/providers.jsonis now a generated aggregate of the fragments; edit the fragment and runnpm run build.- Provider order in the manifest, the TUI menus, and the
package.jsonbin map is now alphabetical by id.
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.