Download Latest Version v0.1.0 source code.tar.gz (151.4 kB)
Email in envelope

Get an email when there's a new version of GoGogot

Home / v0.0.8
Name Modified Size InfoDownloads / 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_PROVIDER env var + --provider CLI flag — explicit provider selection, replaces auto-detection
  • Cross-provider alias routingclaude alias 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_PROVIDER as required variable
Source: README.md, updated 2026-03-09