diff --git a/entry b/entry index 95b3598..9729904 100755 --- a/entry +++ b/entry @@ -149251,7 +149251,9 @@ to fix this, add the required secret to your GitHub repository: 4. set the value to your API key 5. click "Add secret" -configure your model at ${settingsUrl}`; +configure your model at ${settingsUrl} + +for full setup instructions, see https://docs.pullfrog.com/keys`; } function hasEnvVar(name) { const value2 = process.env[name]; diff --git a/test/__snapshots__/models.test.ts.snap b/test/__snapshots__/models.test.ts.snap index d4c0b79..7d2c17d 100644 --- a/test/__snapshots__/models.test.ts.snap +++ b/test/__snapshots__/models.test.ts.snap @@ -23,12 +23,12 @@ exports[`latest model per provider snapshot > matches snapshot 1`] = ` "releaseDate": "2026-03-17", }, "opencode": { - "modelId": "nemotron-3-super-free", - "releaseDate": "2026-03-11", + "modelId": "gpt-5.4-nano", + "releaseDate": "2026-03-17", }, "openrouter": { - "modelId": "openrouter/hunter-alpha", - "releaseDate": "2026-03-11", + "modelId": "minimax/minimax-m2.7", + "releaseDate": "2026-03-18", }, "xai": { "modelId": "grok-4-1-fast-non-reasoning", diff --git a/utils/apiKeys.ts b/utils/apiKeys.ts index 880dd74..d25bcf7 100644 --- a/utils/apiKeys.ts +++ b/utils/apiKeys.ts @@ -20,7 +20,9 @@ to fix this, add the required secret to your GitHub repository: 4. set the value to your API key 5. click "Add secret" -configure your model at ${settingsUrl}`; +configure your model at ${settingsUrl} + +for full setup instructions, see https://docs.pullfrog.com/keys`; } function hasEnvVar(name: string): boolean {