Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 31 Aug 13:37

2.0.0 (2026-08-31)

  • feat!: call image models through an OpenAI-compatible endpoint (bc24662)

BREAKING CHANGES

  • GEMINI_API_KEY is no longer read. Set GENERATE_API_KEY
    instead, and note that a Google AI key will not authenticate against
    OpenRouter. pregen.py and worker.py exit 2 with that instruction when
    they
    find only the old variable, rather than silently declining to generate.
    --gemini-key is now --api-key on both pregen.py and verify.py.