冯基魁
|
d3f95e0738
|
fix(llm): classify zai token limit overflow (#35671)
|
2026-07-07 09:46:27 -05:00 |
|
Dax
|
9e11b45908
|
feat(core): add command registry (#30624)
|
2026-06-04 02:57:43 -04:00 |
|
Dax
|
fbda5fadda
|
refactor(core): move v1 schemas into core (#30473)
|
2026-06-03 02:42:13 +00:00 |
|
opencode-agent[bot]
|
c6f77e50f8
|
chore: generate
|
2026-05-31 01:09:55 +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 |
|
Kit Langton
|
7028d7f3be
|
fix(session): prevent double auto-compaction from filterCompacted reorder (#27545)
|
2026-05-14 13:56:12 -04:00 |
|
Kit Langton
|
f71d79c0e6
|
Source HTTP API ID path patterns (#26623)
|
2026-05-09 22:58:47 -04:00 |
|
opencode-agent[bot]
|
ff04b7c672
|
chore: generate
|
2026-05-08 04:18:54 +00:00 |
|
Aiden Cline
|
64a3e384dc
|
fix: tweaks to transform logic for anthropic and bedrock (#26276)
|
2026-05-07 23:17:43 -05:00 |
|
André Cruz
|
e216b1a38f
|
fix(provider): preserve assistant message content when reasoning blocks present (#21370)
Co-authored-by: Omer Koren <54630488+omer-koren@users.noreply.github.com>
Co-authored-by: Aiden Cline <aidenpcline@gmail.com>
|
2026-05-06 18:57:56 -05:00 |
|
Luke Parker
|
b2ee2c9a97
|
feat: refactor bash tool with shell-aware prompts for bash, pwsh+powershell, and cmd (#20039)
|
2026-05-03 09:18:48 +10:00 |
|
Aiden Cline
|
1b5e6aa372
|
fix: bedrock reasoning issue (#25303)
|
2026-05-01 11:15:17 -05:00 |
|
Dax
|
07ac891a99
|
refactor: remove module barrels (#24554)
|
2026-04-27 14:33:33 -04:00 |
|
Aiden Cline
|
377a9981b8
|
fix: bump openrouter sdk version to resolve deepseek reasoning issue (bug was in sdk pkg) (#24435)
|
2026-04-26 00:05:16 -05:00 |
|
Aiden Cline
|
684079f261
|
fix: account for additional openai retry case (#24063)
|
2026-04-23 17:31:43 -04:00 |
|
Shoubhit Dash
|
45b108c69b
|
fix(session): improve session compaction (#23870)
|
2026-04-23 00:25:38 -04:00 |
|
Kit Langton
|
32c3017b00
|
fix: detect attachment mime from file contents (#23291)
|
2026-04-18 11:59:08 -04:00 |
|
Kit Langton
|
b047f7af36
|
feat: unwrap Provider namespace + improved automation script (#22690)
|
2026-04-15 21:44:46 -04:00 |
|
Kit Langton
|
8a63aaef6c
|
fix: preserve interrupted bash output in tool results (#21598)
|
2026-04-09 10:03:26 -04:00 |
|
Aiden Cline
|
5dace6536b
|
feat: AI SDK v6 support (#18433)
|
2026-03-27 15:24:30 -05:00 |
|
André Cruz
|
8016c14695
|
fix(opencode): classify ZlibError from Bun fetch as retryable instead of unknown (#19104)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-03-25 13:08:40 -05:00 |
|
Kit Langton
|
ed45bd6de1
|
fix(session): preserve tagged error messages (#18165)
|
2026-03-18 20:36:53 -04:00 |
|
Johannes Loher
|
3202268123
|
fix(core): consider code: context_length_exceeded as context overflow in API call errors (#17748)
|
2026-03-16 10:25:24 -05:00 |
|
Kit Langton
|
36aee4908f
|
feat(id): brand ProviderID and ModelID (#17110)
|
2026-03-12 09:27:52 -04:00 |
|
Kit Langton
|
2a225d7c72
|
feat(id): brand PartID through Drizzle and Zod schemas (#16966)
|
2026-03-11 23:40:50 +00:00 |
|
Kit Langton
|
b9eaabe80b
|
feat(id): brand WorkspaceID through Drizzle and Zod schemas (#16964)
|
2026-03-11 23:30:17 +00:00 |
|
Kit Langton
|
4401c08142
|
feat(id): brand SessionID through Drizzle and Zod schemas (#16953)
|
2026-03-11 23:16:56 +00:00 |
|
Aiden Cline
|
9e441a3ec3
|
chore: kill old copilot 403 message that was used for old plugin migration (#16904)
|
2026-03-10 16:20:41 -05:00 |
|
Aiden Cline
|
671f90a945
|
tweak: add new ContextOverflowError type (#12777)
|
2026-02-08 23:54:01 -06:00 |
|
Aiden Cline
|
e4f069ea64
|
fix: parse mid stream openai responses style errors to prevent infinite retries for errors that should STOP execution (#12768)
|
2026-02-08 20:55:41 -06:00 |
|
Aiden Cline
|
4a98b986ea
|
fix: ensure images are properly returned as tool results
|
2026-01-21 23:54:44 -06:00 |
|
Aiden Cline
|
4c4f51cc29
|
core: fix issue when switching models (mainly between providers) where past reasoning/metadata would be sent to server and cause 400 errors since they came from another account/provider
|
2026-01-20 16:39:00 -06:00 |
|
Aiden Cline
|
c568f0b748
|
chore: rename toModelMessage -> toModelMessages
|
2026-01-20 16:16:23 -06:00 |
|
Aiden Cline
|
72a6fc1208
|
test: fix
|
2026-01-16 15:52:51 -06:00 |
|
Aiden Cline
|
ffa65001b9
|
Revert "fix: ensure that tool attachments arent sent as user messages (#8944)"
This reverts commit 9fed2f9029.
|
2026-01-16 15:50:24 -06:00 |
|
Aiden Cline
|
9fed2f9029
|
fix: ensure that tool attachments arent sent as user messages (#8944)
|
2026-01-16 12:47:43 -06:00 |
|
Aiden Cline
|
3607fccf63
|
Revert "test: fix test now that image fix went in"
This reverts commit f1ecc531ac.
|
2026-01-16 09:34:00 -06:00 |
|
Aiden Cline
|
f1ecc531ac
|
test: fix test now that image fix went in
|
2026-01-16 00:11:30 -06:00 |
|
seilk
|
358a037f86
|
feat: add litellmProxy provider option for explicit LiteLLM compatibility (#8658)
Co-authored-by: Mark Henderson <Mark.Henderson99@hotmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
|
2026-01-15 22:01:15 +00:00 |
|
Aiden Cline
|
5ee70ce2e3
|
test: fix
|
2026-01-12 12:33:39 -06:00 |
|
Aiden Cline
|
55fb243f82
|
test: add message-v2 test
|
2026-01-02 12:28:40 -06:00 |
|