diff options
| author | Adam Malczewski <[email protected]> | 2026-05-23 19:07:21 +0900 |
|---|---|---|
| committer | Adam Malczewski <[email protected]> | 2026-05-23 19:07:21 +0900 |
| commit | 997b00034435440d412f955e05e53f09bae83f9e (patch) | |
| tree | 22d1f530e9e1a97bd19286456d2f06793bd030f7 /dispatch.toml | |
| parent | ff00dec6ae2971bee38c74cb00fe034de9a839ee (diff) | |
| download | dispatch-997b00034435440d412f955e05e53f09bae83f9e.tar.gz dispatch-997b00034435440d412f955e05e53f09bae83f9e.zip | |
feat: google gemini provider, adaptive thinking for opus 4.7, model search filter
- Added Google (Gemini) as a provider: add-key UI, env var resolution via resolveApiKey, usage tracking via native models endpoint + gemini.google.com cookie scraping
- @ai-sdk/anthropic upgraded to v3 (adaptive thinking support) with LanguageModelV1 cast for ai v4 compat
- Claude Opus 4.7 uses adaptive thinking (type: adaptive); all other models keep explicit budget tokens
- Model selector modal: search filter with space matching dash/underscore
- Copy button: all tool results truncated at 300 chars
- Sidebar layout fix: Claude Reset panel removed from flex-1 fill to prevent overlap
Diffstat (limited to 'dispatch.toml')
| -rw-r--r-- | dispatch.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dispatch.toml b/dispatch.toml index b35f27a..ebcd3c7 100644 --- a/dispatch.toml +++ b/dispatch.toml @@ -25,6 +25,11 @@ base_url = "https://opencode.ai/zen/go/v1" id = "opencode-2" provider = "opencode-go" base_url = "https://opencode.ai/zen/go/v1" +[[keys]] +id = "newyorkiedog" +provider = "google" +base_url = "https://generativelanguage.googleapis.com/v1beta/openai" + # ─── Permissions ───────────────────────────────────────────────── [permissions] |
