• v4.1.2 1c4183d943

    Add support for localhost unauthenticated requests
    Some checks failed
    docker-image / docker (push) Has been cancelled
    goreleaser / goreleaser (push) Has been cancelled

    airkjw released this 2025-08-27 13:20:25 +00:00 | 2037 commits to main since this release

    • Introduced AllowLocalhostUnauthenticated flag allowing unauthenticated requests from localhost.
    • Updated authentication middleware to bypass checks for localhost when enabled.

    Add new Gemini CLI models and update model registry function

    • Introduced GetGeminiCLIModels for updated Gemini CLI model definitions.
    • Added new models: "Gemini 2.5 Flash Lite" and "Gemini 2.5 Pro".
    • Updated RegisterModels to use GetGeminiCLIModels in Gemini client initialization.
    Downloads