Dax
d0eca28681
fix(sdk): preserve V2Event name for SSE streams ( #34171 )
2026-06-27 21:05:47 -04: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
opencode-agent[bot]
775d1bc506
chore: generate
2026-06-26 19:18:18 +00:00
Kit Langton
4a134fbefd
feat(api): add finite durable session history pages ( #34097 )
2026-06-26 14:49:47 -04:00
Dax Raad
0adb097898
fix(core): resolve prompt attachment mime types
2026-06-26 13:51:00 -04:00
opencode-agent[bot]
6c3d3ad12e
chore: generate
2026-06-26 03:35:39 +00:00
opencode-agent[bot]
db2afb968d
chore: generate
2026-06-25 18:25:16 +00:00
Kit Langton
c31dc9c7b7
refactor(schema): tighten public contracts ( #33771 )
2026-06-25 17:10:23 +00:00
Dax
1b1a0b8f5c
feat(server): add permission request endpoints ( #33774 )
2026-06-25 13:55:17 +00:00
Dax
00591ebff4
feat(core): add session snapshot and revert system ( #33226 )
2026-06-24 23:41:16 +00:00
Dax Raad
b406ebb11d
refactor(core): simplify model requests
2026-06-24 13:17:14 -04:00
Dax Raad
f19572eeef
refactor(core): drop filesystem entry mime
2026-06-23 21:49:01 -04:00
Dax
1226de7680
feat(core): map providers to integrations ( #33562 )
2026-06-24 00:53:31 +00:00
Dax
5e12cf6751
feat(core): add opencode integration ( #33555 )
2026-06-23 23:45:02 +00:00
opencode-agent[bot]
6f2e744f0d
chore: generate
2026-06-22 23:08:26 +00:00
Kit Langton
47546248f2
fix(core): reset steps for promoted prompts ( #33452 )
2026-06-22 19:01:14 -04:00
Kit Langton
5a0d0ee92c
refactor(core): simplify session input promotion ( #33443 )
2026-06-22 17:51:49 -04:00
Kit Langton
7b35cb753d
refactor(core): drop legacy compaction event ( #33404 )
2026-06-22 21:39:41 +02:00
Kit Langton
50b05a4f08
refactor(core): simplify session run coordination ( #33388 )
2026-06-22 12:16:30 -04:00
opencode-agent[bot]
1b4aad57b5
chore: generate
2026-06-22 12:22:43 +00:00
Dax Raad
8220bb3d69
feat(server): stream events across locations
2026-06-22 08:12:43 -04:00
Dax Raad
ae65d40c9f
feat(core): expose session switching endpoints
2026-06-21 23:59:22 -04:00
opencode-agent[bot]
b8422fb4fa
chore: generate
2026-06-21 12:07:16 +00:00
Aiden Cline
b7832d396f
fix(tui): gate background shortcut by capability ( #32837 )
2026-06-18 14:54:26 +02:00
Dax
00a6e3fc4a
refactor(core): derive catalog availability from integrations ( #32272 )
2026-06-14 14:44:50 +02:00
opencode-agent[bot]
1d195452f5
chore: generate
2026-06-14 10:48:03 +00:00
James Long
e88dff274b
feat(core): refactor project copies for v2 ( #31943 )
2026-06-12 14:45:16 -04:00
opencode-agent[bot]
20ec96c7ea
chore: generate
2026-06-12 18:16:37 +00:00
Dax
52c1651ef6
refactor(core): simplify integration credentials ( #31968 )
2026-06-12 06:15:25 +00:00
opencode-agent[bot]
1872ab28b1
chore: generate
2026-06-11 21:07:32 +00:00
Kevin Dawkins
c306e804cd
fix(opencode): surface content-filter finish reason as visible error ( #31745 )
...
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
2026-06-11 10:41:11 -05:00
Dax
3a81d46877
refactor(server): serve raw filesystem content ( #31911 )
2026-06-11 11:20:11 -04:00
Dax
7489190405
feat(core): add connector authentication ( #31837 )
2026-06-11 06:31:17 +00:00
Dax
6380bff738
feat(server): add v2 session API endpoints ( #31822 )
2026-06-11 02:55:01 +00:00
Luke Parker
309d613ee5
fix(core): accept deprecated reference config key ( #31659 )
2026-06-10 10:32:35 +00:00
Dax
1add617766
feat(core): add project reference guidance ( #31601 )
2026-06-10 04:08:26 +00:00
opencode-agent[bot]
a55f349bbf
chore: generate
2026-06-10 00:39:58 +00:00
opencode-agent[bot]
afccb78d20
chore: generate
2026-06-09 19:34:54 +00:00
Dax
6cecc3d03e
refactor(core): simplify location filesystem ( #31545 )
2026-06-09 14:28:45 -04:00
James Long
3a9452af21
feat(tui): show project copy in session list ( #31421 )
2026-06-09 12:10:37 -04:00
Dax
ec87cf82cb
refactor(core): consolidate references ( #31539 )
2026-06-09 16:08:58 +00:00
Ben Sandbrook
0722ed6208
feat: add "reasoning" as interleaved field option for vLLM providers ( #30477 )
...
Co-authored-by: Ben Sandbrook <1126483+delta9000@users.noreply.github.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
2026-06-08 23:16:05 -05:00
Dax
93316f1fae
refactor(server): canonicalize service API ( #31049 )
2026-06-07 03:27:28 +00:00
James Long
00bef86c4e
feat(tui): delete working copies from move dialog ( #31017 )
2026-06-05 16:47:10 -04:00
Kit Langton
0c5e557a21
feat(core): bound v2 tool output ( #30999 )
2026-06-05 14:35:19 -04:00
opencode-agent[bot]
e177c674c1
chore: generate
2026-06-05 18:25:57 +00:00
Kit Langton
80da87da0e
feat(core): compact v2 session context ( #30986 )
2026-06-05 13:17:23 -04:00
opencode-agent[bot]
2e8a9d2674
chore: generate
2026-06-05 16:08:20 +00:00
Kit Langton
75c5d0ab83
feat(tui): allow backgrounding synchronous subagents ( #30488 )
2026-06-04 23:40:52 -04:00
Kit Langton
df1e16a619
feat(core): persist v2 session context epochs ( #30789 )
2026-06-04 23:26:43 -04:00