Commit graph

111 commits

Author SHA1 Message Date
Kit Langton
e57a1c7930
docs: refresh agent guidance 2026-08-14 23:25:47 -04:00
opencode-agent[bot]
2ca6d8ee49 chore: generate 2026-08-14 17:10:13 +00:00
opencode-agent[bot]
d6c299cee7
fix(ai): remove over-safe provider error handling (#42610)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-14 12:08:59 -05:00
opencode-agent[bot]
923cb28a0a chore: generate 2026-08-14 16:39:28 +00:00
Shoubhit Dash
638cb414c4
test(ai): harden websocket lifecycle coverage (#42600) 2026-08-14 22:07:06 +05:30
Shoubhit Dash
445aacf92e
feat(ai): add Responses websocket continuation (#42596) 2026-08-14 22:06:29 +05:30
Shoubhit Dash
a2a53032d4
feat(core): manage session websocket channels (#41564) 2026-08-14 22:05:43 +05:30
Shoubhit Dash
c0ae362996
refactor(ai): unify OpenAI Responses transport (#41048) 2026-08-14 22:04:16 +05:30
Shoubhit Dash
de32afe358
refactor(ai): add sequential websocket channel seam (#41045) 2026-08-14 22:03:31 +05:30
Shoubhit Dash
2d953a69de
fix(ai): harden websocket error contracts (#40695) 2026-08-14 22:01:37 +05:30
opencode-agent[bot]
01cbdcb8e4
fix(ai): batch Anthropic parallel tool results (#41948)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-12 00:18:50 -05:00
opencode-agent[bot]
9d63ca8f90 chore: generate 2026-08-12 04:19:09 +00:00
opencode-agent[bot]
e3bd82013c
fix(ai): preserve stream transport failures (#41779)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
2026-08-11 23:17:48 -05:00
opencode-agent[bot]
3489abedc0 chore: generate 2026-08-12 01:12:18 +00:00
Dax Raad
49a4175a34 fix: make workspace imports NodeNext compatible 2026-08-11 21:09:46 -04:00
Kit Langton
37a8c6c916
fix(ai): merge Bedrock tool result messages (#41780) 2026-08-11 13:03:31 -04:00
Aiden Cline
16aad9e6ad
fix(core): derive fallback message for empty AI SDK provider errors (#41450) 2026-08-10 11:19:44 -05:00
opencode-agent[bot]
0dcedc199c
chore: merge dev into v2 (#41460)
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com>
2026-08-10 03:36:24 +00:00
Aiden Cline
9bc4eea79a
refactor(core): replace integration prompts with forms (#40997) 2026-08-09 22:00:18 -05:00
opencode-agent[bot]
7bd6d002bb chore: generate 2026-08-10 00:20:36 +00:00
Dax Raad
ab872ffb0e fix(ai): reduce message lowering trace overhead 2026-08-09 20:18:30 -04:00
Kit Langton
1ca86ad973
fix(ai): break ToolResultValue type circularity (#41303) 2026-08-08 13:19:48 -04:00
opencode-agent[bot]
7afe537c69
fix(ai): align chat assistant content (#41210)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-08-07 23:59:46 -05:00
opencode-agent[bot]
4194d55522 chore: generate 2026-08-08 04:21:03 +00:00
James Long
5e6370363b
fix(tui): refine provider failure presentation (#41179) 2026-08-07 23:11:32 -04:00
Aiden Cline
6f3a3600b9
fix(ai): forward chat cache keys (#41131) 2026-08-07 14:06:37 -05:00
Aiden Cline
9ca650f97c
refactor(ai): promote prompt cache key (#39965) 2026-08-07 13:43:00 -05:00
opencode-agent[bot]
db3b54a30d
fix(ai): preserve Gemini agent loop parity (#41109)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-07 12:27:22 -05:00
Aiden Cline
dcae95e2bb
feat(ai): expose model compatibility options (#40942) 2026-08-06 17:46:05 -05:00
Aiden Cline
0cce215de4
fix(ai): harden compatible chat parsing (#40798) 2026-08-05 23:54:41 -05:00
Aiden Cline
ae494ffce5
fix(core): retire legacy provider aliases (#40487) 2026-08-05 23:27:14 -05:00
opencode-agent[bot]
f9ac6f3171
fix(ai): restore Responses tool input semantics (#40553)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-04 20:46:51 -05:00
opencode-agent[bot]
62e5d73d45
fix(ai): classify malformed Responses tool calls (#40549)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-04 20:40:36 -05:00
opencode-agent[bot]
ad9a95f6ee
fix(ai): preserve Gemini tool finish semantics (#40546)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-04 20:29:06 -05:00
Aiden Cline
4ed343706d
fix: retry empty incomplete streams (#40535) 2026-08-04 19:38:56 -05:00
Dax Raad
53b8111121 refactor: rename tool call ID fields 2026-08-04 17:08:12 -04:00
Aiden Cline
aa820db18d
feat(plugin): add session HTTP middleware (#40327) 2026-08-04 09:15:52 -05:00
Shoubhit Dash
8ce850e142
fix(ai): expose client service requirements (#40275) 2026-08-03 17:01:32 +05:30
opencode-agent[bot]
bf7f0cb521
feat(ai): add native Bedrock Mantle support (#40119)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-08-02 11:16:22 -05:00
Aiden Cline
634b9b21dd
refactor(ai): align multimodal naming (#40073) 2026-08-01 21:57:05 -05:00
Aiden Cline
003b22edda
fix: preserve provider error status (#39976) 2026-08-01 11:06:00 -05:00
opencode-agent[bot]
b69e51d835
refactor(ai): simplify provider options (#39924)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-31 13:27:32 -05:00
Aiden Cline
b498a5c6c4
feat(ai): expand OpenRouter native support (#39907) 2026-07-31 12:57:18 -05:00
Aiden Cline
3468aa0140
feat(ai): configure chat max tokens field (#39909) 2026-07-31 11:14:08 -05:00
Aiden Cline
7129ed6e62
fix(core): respect model input limits (#39797) 2026-07-31 10:41:36 -05:00
Aiden Cline
ff2b184af1
feat(ai): support Gemini thinking levels (#39796) 2026-07-30 23:38:00 -05:00
Aiden Cline
98229d466d
feat(plugin): add session request hook (#39764) 2026-07-30 21:11:22 -05:00
Aiden Cline
cc1289048e
refactor(core): isolate AI SDK native mappings (#39761) 2026-07-30 18:38:29 -05:00
Aiden Cline
7625cbdf47
feat(core): route providers through native AI (#39615) 2026-07-30 11:26:18 -05:00
Aiden Cline
906dc8f5b2
fix(ai): apply catalog settings to provider models (#39613) 2026-07-29 22:42:47 -05:00