Grégoire Morpain
e3b4d4ad49
feat(bedrock): config options and authentication precedence ( #6377 )
2026-01-05 12:51:43 -06:00
Aiden Cline
d72d7ab510
tweak: prioritize free gpt-5-mini for small model in github copilot
2026-01-04 08:21:09 -06:00
Aiden Cline
96a00ffea9
core: update github copilot model model priority list
2026-01-04 00:57:35 -06:00
Mike English
70881b2937
fix: cloudflare-ai-gateway sdk.chat undefined error ( #6407 )
2026-01-02 11:24:13 -06:00
alcpereira
8b35d56a48
fix: remove outdated Haiku filter for GitHub Copilot ( #6593 )
2026-01-01 14:04:31 -06:00
Aiden Cline
34aecda47c
tweak: default to ai-sdk/opeai-compatible if no npm package provided
2025-12-31 14:54:21 -06:00
Qio
db84ee17f4
feat: add gemini-3-flash to fast models list ( #6497 )
...
Co-authored-by: qio <handsomehust@gmail.com >
2025-12-31 00:11:47 -06:00
OpeOginni
0b1f6a7d2d
feat: bundle in @ai-sdk/vercel version 1.0.31 for aisdk v5 support ( #6512 )
2025-12-31 00:10:42 -06:00
Aiden Cline
81fef60266
fix: ensure variants also work for completely custom models ( #6481 )
...
Co-authored-by: Daniel Smolsky <dannysmo@gmail.com >
2025-12-30 16:37:32 -06:00
Aiden Cline
ed0c0d90be
feat: add variants toggle ( #6325 )
...
Co-authored-by: Github Action <action@github.com >
2025-12-29 21:43:50 -06:00
GitHub Action
896d18ab3f
chore: generate
2025-12-29 04:44:48 +00:00
Grégoire Morpain
893888536a
fix(bedrock): support region and bearer token configuration ( #6332 )
...
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-28 22:44:15 -06:00
Matt Silverlock
9898fbe8ef
providers: add Cloudflare AI Gateway ( #5174 )
2025-12-23 17:31:58 -06:00
Blake North
87b5b34280
fix(providers.opencode): check config for api key in addition to auth ( #5906 )
2025-12-22 15:20:40 -06:00
Aiden Cline
f9be2bab3a
fix: bundle more providers to fix breaking ai sdk issue
2025-12-22 15:12:18 -06:00
Adam
4a8e8f537c
wip(desktop): progress
2025-12-14 21:38:58 -06:00
Dax
fed4776451
LLM cleanup ( #5462 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2025-12-14 21:11:30 -05:00
Seb Duerr
df55ad89ab
Add Cerebras integration header with opencode identifier ( #5354 )
2025-12-10 19:36:58 -06:00
Dax Raad
ffc4d53923
add models.dev family
2025-12-10 14:30:28 -05:00
Aiden Cline
df64612d54
better interleaved thinking support ( #5298 )
2025-12-09 16:32:12 -06:00
Jérôme Benoit
52bb43eebd
fix: SAP AI Core Vercel AI SDK v2 support ( #5180 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@sap.com >
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org >
2025-12-08 11:27:47 -06:00
Aiden Cline
c30b1130ee
fix: provider url merging logic
2025-12-07 13:01:05 -06:00
Dax Raad
1b05d5dd8e
tui: prevent deprecated models from appearing in model picker
2025-12-06 18:18:45 -05:00
Julian Visser
52db0f23a6
fix : #5064 ProviderInitError github-copilot-enterprise ( #5123 )
2025-12-05 09:53:32 -06:00
Jérôme Benoit
bef4fdfc4b
fix: add getModel to SAP AI Core provider for correct SDK initialization ( #5086 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org >
2025-12-04 22:43:22 -06:00
Dax Raad
668d5a76d5
core: ensure model npm package falls back to dev models config when not explicitly defined
2025-12-04 15:39:52 -05:00
Jérôme Benoit
b9c1f10016
feat: Add SAP AI Core provider support ( #5023 )
...
Signed-off-by: Jérôme Benoit <jerome.benoit@piment-noir.org >
2025-12-04 14:07:23 -06:00
Dax Raad
10cc15aabe
fix anthropic api key error
2025-12-03 23:18:24 -05:00
Dax
6d3fc63658
core: refactor provider and model system ( #5033 )
...
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: thdxr <thdxr@users.noreply.github.com >
2025-12-03 21:09:03 -05:00
Dax Raad
ee4437ff32
core: add provider test coverage for upcoming refactor
...
Add comprehensive test suite for Provider module to ensure safe
refactoring of provider internals. Tests cover:
- Provider loading from env vars and config
- Provider filtering (disabled_providers, enabled_providers)
- Model whitelist/blacklist
- Model aliasing and custom providers
- getModel, getProvider, closest, defaultModel functions
Also adds Env module for instance-scoped environment variable access,
enabling isolated test environments without global state pollution.
2025-12-03 18:30:42 -05:00
Aiden Cline
b457923970
core: fix GitHub Copilot Enterprise authentication failing with sdk.chat undefined error
2025-12-02 23:37:10 -06:00
Aiden Cline
f1bb5870ce
fix: copilot responses bug w/ gpt 5 mini
2025-12-01 14:36:49 -06:00
Aiden Cline
6e2379a28c
get codex working in copilot ( #4914 )
...
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com >
Co-authored-by: GitHub Action <action@github.com >
2025-11-29 21:47:29 -06:00
Dax Raad
813d287a09
core: add explore agent for fast codebase navigation and improve task UI display
2025-11-28 21:13:07 -05:00
Aiden Cline
b44971668c
fix: global prefix handling w/ aws bedrock ( #4757 )
2025-11-26 00:21:59 +00:00
Aiden Cline
23a721f0a2
remove hardcoded openrouter provider
2025-11-24 16:11:12 -06:00
Aiden Cline
9e44085a69
adjust bundled provider logic, fix tree shaking stuff ( #4708 )
2025-11-24 15:48:54 -06:00
Adam
acf1dd8500
wip(share): more styling
2025-11-24 15:10:40 -06:00
Huang Qi
b4fd4bb257
fix: add explicit fallback model and prevent direct opencode provider calls ( #4653 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-23 22:51:15 -06:00
Frank
bbc9142fc5
wip: zen
2025-11-23 15:21:47 -05:00
Aiden Cline
30ffcaa667
tweak: start bundling in some ai-sdk packages ( #4649 )
2025-11-23 01:29:20 -06:00
Dax Raad
75c29d4d1c
summary optimizaitons
2025-11-22 11:32:49 -05:00
Ian Maurer
e018e16898
fix(cli): ensure clean exit on provider/model errors ( #4223 )
...
Co-authored-by: GitHub Action <action@github.com >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-21 02:01:19 -06:00
Aiden Cline
fffe20cbe5
add provider whitelist
2025-11-21 01:24:44 -06:00
geril07
c0d9f21c0f
feat: whitelist/blacklist config options for provider ( #3416 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2025-11-21 01:01:30 -06:00
Dax
23ea8ba1ce
Tui onboarding ( #4569 )
...
Co-authored-by: GitHub Action <action@github.com >
2025-11-21 00:21:06 -05:00
Aiden Cline
cf934357c9
fix: make use openrouter ai sdk package to fix interlevened thinking models
2025-11-20 16:32:44 -06:00
Aiden Cline
51bba6e634
tweak: default to disabling fetch timeout in provider options
2025-11-19 16:20:29 -06:00
Aiden Cline
9d068c20bb
fix: openrouter ai sdk package support
2025-11-19 14:22:51 -06:00
Dax Raad
7c0cc94023
rework default model
2025-11-18 12:01:41 -05:00