Commit Graph

195 Commits

Author SHA1 Message Date
xiaojie.zj 7b730e5225 add: add zenmux doc and header (#3597)
Co-authored-by: xiaojie.zj <xiaojie.zj@antgroup.com>
2025-11-15 21:37:30 -06:00
Frank 45c046fcfb fix: incorrect sonnet price calculation 2025-11-14 18:46:43 -05:00
GitHub Action 3344655b11 chore: format code 2025-11-14 22:44:36 +00:00
sredfern 9c6c5fa346 fix(provider): support local file paths for custom providers (#4323) 2025-11-14 16:43:59 -06:00
Aiden Cline 6ef0b7201f fix: add azure exclusion 2025-11-14 11:54:00 -06:00
Aiden Cline e569a81396 set verbosity to low for gpt-5.1 (match codex) 2025-11-14 11:52:29 -06:00
Shantur Rathore 6ee3cd1a17 set promptCacheKey for openai compatible providers (#4203)
Co-authored-by: GitHub Action <action@github.com>
2025-11-14 11:41:01 -06:00
Frank a03daf6331 zen: use gpt-5-nano as small model 2025-11-14 00:59:00 -05:00
Aiden Cline 840f332700 fix: max tokens when using models like opus with providers other than anthropic (#4307) 2025-11-13 16:39:09 -06:00
Aiden Cline 8ee22fe386 fix: custom model name merging 2025-11-12 13:55:13 -06:00
Aiden Cline 639fc6ed64 fix: costs being 0 when using custom model id overrides (#4219) 2025-11-11 15:58:14 -06:00
OpeOginni 020b131a1f Fix/google vertex configs (#4169)
Co-authored-by: GitHub Action <action@github.com>
2025-11-10 13:25:03 -06:00
Dax Raad 3867f88966 Merge remote-tracking branch 'origin/dev' into dev 2025-11-08 20:21:02 -05:00
Dax Raad 1819472982 improve startup speed 2025-11-08 20:18:36 -05:00
GitHub Action 9855771157 chore: format code 2025-11-08 01:59:02 +00:00
Nicolai van der Smagt 0fd59de486 fix: resolve Mistral API compatibility issues (#2440)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-06 20:05:59 -05:00
Dax Raad 5be6405521 codex tweaks 2025-11-06 19:14:01 -05:00
Nicolai van der Smagt e189c90cc0 fix: resolve Mistral API compatibility issues (#2440)
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-06 16:53:02 -06:00
Dax Raad ed8913324e big format 2025-11-06 13:03:12 -05:00
Aiden Cline 7d29890d25 fix: eu-west-2 aws bedrock issue 2025-11-05 10:14:08 -06:00
Ola bf4d4ea0ae feat(provider): add GitHub Enterprise support for Copilot (#2522)
Co-authored-by: Jon-Mikkel Korsvik <48263282+jkorsvik@users.noreply.github.com>
Co-authored-by: GitHub Action <action@github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2025-11-04 15:36:12 -06:00
Aiden Cline 0dd2fd09ae tweak: filter out deprecated models 2025-10-31 10:48:51 -05:00
Filip 0c840433c8 add optional headers field to model config (#3546) 2025-10-30 23:35:26 -05:00
Dax Raad 5d8d65bedc do not set temperature for claude models 2025-10-28 01:14:25 -04:00
Aurelien Ribon e6c7aeb3c1 fix: dont set reasoning effort to medium for gpt-5-pro (#3474) 2025-10-27 10:50:57 -05:00
Jérôme Benoit 0787f01d1d chore: cleanup versioned zod imports (#3460)
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com>
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: rekram1-node <rekram1-node@users.noreply.github.com>
2025-10-26 14:50:41 -05:00
Aiden Cline 0d0bc44f9e Remove claude-haiku-4.5 from default priority for GitHub Copilot session title generation 2025-10-26 01:21:34 -05:00
Paulo Edgar Castro a3b2d34a5f fix: timeout param that allows user to disable provider timeout (#3443) 2025-10-25 12:08:27 -05:00
Aiden Cline d11ed02f1e fix: bedrock reasoning 2025-10-24 17:35:08 -05:00
Dax Raad 69128ae829 codex does not have reasoning effort set 2025-10-24 00:29:34 -04:00
theVinchi decab36f66 add Amazon Nova models to us-* prefix requirement list (#3357) 2025-10-22 11:41:38 -05:00
Aiden Cline b6ae1914bc tweak 2025-10-22 11:29:10 -05:00
Aiden Cline 16dbe312a8 tweak 2025-10-22 11:28:06 -05:00
Aiden Cline fba5a7a0e7 tweak: model priority 2025-10-22 11:12:32 -05:00
Aiden Cline 7420e5b6e1 change default title model 2025-10-22 10:41:08 -05:00
Aiden Cline e25a4ed732 fix: provider option transforms (#3331) 2025-10-21 11:08:21 -05:00
Matt Gillard 17a55b1f28 added AU inference for bedrock haiku 4.5 (#3206)
Co-authored-by: Matt Gillard <matt-github@gillard.biz>
2025-10-16 23:48:41 -05:00
Aiden Cline 39c6b40610 fix: timeout option (#3229) 2025-10-16 17:47:41 -05:00
seridescent c58da112ab fix: use ai-sdk openai chat language model instead of completion language model (#3204) 2025-10-16 00:59:49 -05:00
Dax Raad fa3cf830cb core: filter out alpha status models from provider list 2025-10-15 20:12:37 -04:00
Matt Gillard e594d5a1ae updated bedrock provider for the new Australian sonnet 4.5 cross region inference (#3050)
Co-authored-by: Matt Gillard <matt-github@gillard.biz>
2025-10-15 11:09:22 -05:00
Dax Raad 87ff866318 core: improve dependency management and error handling for more reliable builds 2025-10-14 01:33:25 -04:00
Aiden Cline 0beda25798 fix: custom model (#3156) 2025-10-13 19:58:19 -05:00
Aiden Cline a0600e82d9 fix: typecheck (#3149) 2025-10-13 14:51:12 -05:00
AB 15d5c03f64 fix: add useCompletionUrls option to fix certain azure setups (#2528)
Co-authored-by: andreas.blass <andreas.blass@outlook.com>
Co-authored-by: GitHub Action <action@github.com>
2025-10-13 14:16:21 -05:00
OpeOginni 2e870df2b7 fix: add timeout to fetch models.dev refresh request (#3059) 2025-10-12 00:20:22 -05:00
Aiden Cline 73cc3e1a95 feat: allow read tool to handle images (#3052) 2025-10-09 09:05:11 -05:00
Aiden Cline 431312634c fix: max output tokens when using large thinking budget (#2976) 2025-10-04 23:38:41 -05:00
Yuku Kotani 4c60276d10 feat: Vertex AI support; add google-vertex and google-vertex-anthropic providers (#2347) 2025-10-04 01:10:38 -04:00
Dax Raad 2cb3255556 turn on codex medium reasoning again 2025-10-03 06:46:07 -04:00