| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-03-09 | 833 Bytes | |
| v0.0.8 source code.tar.gz | 2026-03-09 | 140.4 kB | |
| v0.0.8 source code.zip | 2026-03-09 | 170.3 kB | |
| Totals: 3 Items | 311.5 kB | 0 | |
v0.0.8
Breaking: Explicit Provider Selection
GOGOGOT_PROVIDER (anthropic | openrouter) and GOGOGOT_MODEL are now required. The agent no longer auto-detects the provider from available API keys.
:::bash
# Add to your .env / environment:
GOGOGOT_PROVIDER=openrouter # new, required
GOGOGOT_MODEL=deepseek # was optional, now required
Changes
GOGOGOT_PROVIDERenv var +--providerCLI flag — explicit provider selection, replaces auto-detection- Cross-provider alias routing —
claudealias resolves correctly for both Anthropic and OpenRouter - Clearer error messages on misconfigured provider/model
- README — added logo, model alias table, updated Docker examples
- Docker Compose — added
GOGOGOT_PROVIDERas required variable