Aiden Cline
33a41c2781
fix(copilot): honor advertised model endpoints ( #34958 )
2026-07-02 10:23:57 -05:00
Aiden Cline
e18daadee9
fix(core): expose models.dev modes as models ( #34521 )
2026-06-29 17:51:06 -05:00
opencode-agent[bot]
2ac323fab7
chore: generate
2026-06-29 15:37:20 +00:00
James Long
bb3db5ee34
refactor(core): finish test layer node conversion ( #34385 )
2026-06-29 11:35:17 -04:00
opencode-agent[bot]
d3899ad09d
chore: generate
2026-06-29 03:49:43 +00:00
James Long
c2ec39c5f4
refactor(core): refine layer node replacements ( #34377 )
2026-06-28 23:48:18 -04:00
James Long
42189a751b
refactor(core): move more tests to nodes ( #34248 )
2026-06-27 18:10:07 +00:00
Dax Raad
5da7e801f2
feat(core): port v2 runtime fixes onto dev
...
Cherry-picks the packages/core changes from the v2 branch onto dev:
- combined ordered stdout/stderr in AppProcess + bash structured output
- edit/apply-patch return FileDiff info with status and line stats
- ignore no-op model switches; record reasoning timestamps
- return unexpected local tool defects to the model and continue
- keep OAuth account metadata out of request bodies
- nest OpenAI reasoning effort/summary options
- load OpenCode provider config asynchronously; batch plugin boot
- export latest public event manifest
Includes the supporting schema reasoning time field and regenerated
client/SDK types.
2026-06-27 00:07:25 -04:00
Dax Raad
cfd64625a3
fix(core): preserve unconfigured console models
2026-06-24 18:58:17 -04:00
opencode-agent[bot]
5d9772ff40
chore: generate
2026-06-24 17:21:26 +00:00
Dax Raad
ae0c03ad62
feat(core): generate model variants
2026-06-24 13:17:14 -04:00
Dax Raad
b406ebb11d
refactor(core): simplify model requests
2026-06-24 13:17:14 -04:00
Kit Langton
460d72cfbd
refactor(schema): extract shared public schemas ( #33571 )
2026-06-23 22:31:06 -04:00
Dax
1226de7680
feat(core): map providers to integrations ( #33562 )
2026-06-24 00:53:31 +00:00
Dax
c6fcb1bd22
feat(core): add opencode integration ( #33560 )
2026-06-24 00:26:54 +00:00
Dax
5e12cf6751
feat(core): add opencode integration ( #33555 )
2026-06-23 23:45:02 +00:00
Dax Raad
2ccb306175
refactor(plugin): use direct runtime registry
2026-06-22 20:10:29 -04:00
Dax
9371e151f4
feat(plugin): add namespaced hook API ( #33416 )
2026-06-22 19:06:57 -04:00
opencode-agent[bot]
6258f23515
chore: generate
2026-06-22 04:17:10 +00:00
Dax
ab2f5b5724
refactor(core): simplify integration test fixtures ( #33292 )
2026-06-22 04:15:34 +00:00
opencode-agent[bot]
b8422fb4fa
chore: generate
2026-06-21 12:07:16 +00:00
Dax
f576efbfa8
feat(plugin): add v2 effect host ( #33111 )
2026-06-21 08:05:49 -04:00
Dax
00a6e3fc4a
refactor(core): derive catalog availability from integrations ( #32272 )
2026-06-14 14:44:50 +02:00
santigc6
085fb73ac3
feat(opencode): add external browser OAuth for snowflake cortex provider ( #31700 )
...
Co-authored-by: santiago.gonzalezcarvajcentenera <santiago.gonzalezcarvajcentenera@colaborador.elcorteingles.es >
Co-authored-by: David Fierro <14184197+davidfierro@users.noreply.github.com >
Co-authored-by: Kamesh Sampath <kamesh.sampath@hotmail.com >
Co-authored-by: Cortex Code <noreply@snowflake.com >
2026-06-13 13:09:45 -05:00
Dax
52c1651ef6
refactor(core): simplify integration credentials ( #31968 )
2026-06-12 06:15:25 +00:00
opencode-agent[bot]
3cf7117cc1
chore: generate
2026-06-11 06:32:44 +00:00
Dax
7489190405
feat(core): add connector authentication ( #31837 )
2026-06-11 06:31:17 +00:00
Kit Langton
dc9bfd4474
fix(core): scope Vertex provider transforms ( #31004 )
2026-06-05 14:55:52 -04:00
opencode-agent[bot]
d7cdbc99e3
chore: generate
2026-06-05 03:21:15 +00:00
Kamesh Sampath
b551fa85c5
feat(core): add Snowflake Cortex provider ( #29901 )
...
Co-authored-by: Cortex Code <noreply@snowflake.com >
2026-06-04 22:19:55 -05:00
opencode-agent[bot]
14e2b0d799
chore: generate
2026-06-04 06:59:09 +00:00
Dax
9e11b45908
feat(core): add command registry ( #30624 )
2026-06-04 02:57:43 -04:00
Aiden Cline
59d31f4a7e
feat: bump bedrock and add proper mantle support for openai models through aws bedrock ( #30464 )
2026-06-04 00:09:12 -05:00
Dax
ff0744b4af
refactor(core): nest model api id ( #30603 )
2026-06-03 14:11:38 -04:00
opencode-agent[bot]
82f03dd036
chore: generate
2026-06-03 17:35:02 +00:00
Dax
f60ac3b450
refactor(core): remove ai sdk option fields ( #30581 )
2026-06-03 17:32:58 +00:00
Dax
e2a8e18298
refactor(core): move database schema ownership ( #29068 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
2026-05-30 21:08:38 -04:00
Dax
999db7786c
feat(core): add location-scoped config loading ( #29625 )
2026-05-30 04:06:08 +00:00
Saurav M H
4854d1631b
fix(opencode): pass OAuth scopes to GoogleAuth for Vertex AI ( #15110 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-05-28 19:05:43 -05:00
JPFrancoia
c137656108
fix(vertex): Vertex (Antropic) provider: use .rep.googleapis.com for continental multi-region endpoints (us, eu) ( #28347 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-05-21 23:03:24 -05:00
Kit Langton
f44c9ebba2
chore: drop dead imports across opencode/core/llm ( #28720 )
2026-05-21 17:03:12 -04:00
opencode-agent[bot]
07f7d103e3
chore: generate
2026-05-21 00:55:10 +00:00
Dax
106fa6518a
Rename v2 auth service to account ( #28260 )
2026-05-21 00:53:27 +00:00
Dax
caa9275323
Add Effect-native core event system ( #27415 )
2026-05-15 00:50:23 +00:00
nv-kasikritc
5241715718
feat(provider): add NVIDIA endpoints origin header ( #27394 )
2026-05-14 17:21:58 -05:00
Dax
4c90312462
refactor(core): move models.dev into core ( #27347 )
2026-05-13 20:58:24 -04:00
Dax
0381c92481
core: expose v2 model listing API ( #25821 )
2026-05-13 14:43:08 +00:00