Commit graph

208 commits

Author SHA1 Message Date
Dax Raad
fc11ed3838 feat(session): define explicit fork boundaries 2026-07-29 09:50:24 -04:00
Dax Raad
2a85c861e0 fix(session): hide pending admission sequence 2026-07-29 09:50:24 -04:00
Aiden Cline
62320947d9
fix(core): refresh system prompt references (#39245) 2026-07-27 21:52:31 -05:00
Kit Langton
7eb51d0507
feat(core): diagnose prompt cache prefix changes (#39139) 2026-07-27 13:44:02 -04:00
Dax Raad
8db7487c89 refactor(core): consolidate tool architecture 2026-07-26 20:16:58 -04:00
Aiden Cline
c5bf4edb10
fix(ai): preserve response message phases (#38777) 2026-07-25 14:06:00 -05:00
Kit Langton
b2afb35527
refactor(core): settle steps lock-free by joining tool fibers first (#38743) 2026-07-25 13:43:17 -04:00
Kit Langton
5ae2d6d3f6
refactor(core): settle declined tool calls durably with typed reasons (#38734) 2026-07-24 18:18:02 +00:00
Kit Langton
2200d100d0
refactor(core): name the unsettled-tool sweep scope and untangle hosted settlement (#38724) 2026-07-24 13:32:14 -04:00
Kit Langton
68ef893818
fix(core): start all suspended sessions promptly (#38720) 2026-07-24 16:58:50 +00:00
Kit Langton
7ab3dd04ad
refactor(core): unify tool fiber bookkeeping into one owned structure (#38719) 2026-07-24 16:55:43 +00:00
Kit Langton
5aa276c117
refactor(core): mint assistant message identity before the step runs (#38717) 2026-07-24 16:11:31 +00:00
Aiden Cline
4605308be2
feat(core): render CodeMode catalog deltas from structured snapshots (#38183) 2026-07-24 10:20:26 -05:00
Kit Langton
6e4a972bb9
refactor(core): clean up callModel readability (#38706) 2026-07-24 11:17:20 -04:00
Kit Langton
0f3c30118c
refactor(core): simplify session runner loop and pending input scopes (#38602) 2026-07-24 14:27:23 +00:00
Kit Langton
7456598cde
fix(core): share one tool snapshot per request (#38596) 2026-07-24 02:54:22 +00:00
Aiden Cline
6401eeaea0
feat(ai): preserve raw finish reasons (#38423) 2026-07-23 18:16:11 -05:00
Kit Langton
e7ecee5df2
fix(core): isolate tool hook outcomes (#38571) 2026-07-23 17:40:42 -04:00
Kit Langton
79c1544072
refactor(tools): unify tool APIs and result handling (#38367) 2026-07-23 21:13:31 +00:00
Aiden Cline
8cac010bac
fix(core): stop forcing toolChoice none on session.generate (#38557) 2026-07-23 14:12:23 -05:00
Kit Langton
203b9f59b7
fix(core): load dynamic models for generation (#38401) 2026-07-22 22:26:08 -04:00
Dax Raad
89e3141079 fix(core): preserve cache for session generation 2026-07-22 12:21:40 -04:00
Kit Langton
5a9ed4d350
fix: make tool progress live-only (#38217) 2026-07-22 10:40:07 -04:00
Aiden Cline
23483ea013
feat(ai): support custom reasoning fields (#38227) 2026-07-21 23:42:59 -05:00
Dax Raad
e84938b309 fix(core): make session warming observable 2026-07-21 21:30:05 -04:00
Dax
8de40be6ea
feat(plugin): expose app metadata (#38179) 2026-07-21 22:16:25 +00:00
Aiden Cline
7ec1b6e580
feat(core): deliver CodeMode catalog through instructions (#38003) 2026-07-21 14:46:18 -05:00
opencode-agent[bot]
caf727ecb7
fix(core): filter unsupported media inputs (#38145)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-21 13:44:10 -05:00
Dax
9c38358197
refactor: centralize client identity (#38148) 2026-07-21 14:01:04 -04:00
Dax
69d7c2add7
feat(util): configure package publishing (#38129) 2026-07-21 12:32:23 -04:00
Dax
e0810753f2
refactor: extract shared util package (#37828) 2026-07-21 10:34:29 -04:00
Dax Raad
43c08387f1 refactor: isolate legacy flags 2026-07-20 21:42:02 -04:00
Dax Raad
0b2e2cbab0 fix(core): ignore empty provider api keys 2026-07-20 15:29:13 -04:00
Kit Langton
ba0bbdafaa
fix(core): preserve the first terminal failure (#37705) 2026-07-19 00:00:23 -04:00
Kit Langton
a288cb5a0c
fix(core): continue after malformed tool input (#37701) 2026-07-18 23:09:08 -04:00
Kit Langton
57ff57595a
fix(core): safely recover malformed tool input (#37698) 2026-07-18 21:52:45 -04:00
opencode-agent[bot]
0d68b0bb20
fix(tui): style interrupted compaction neutrally (#37655)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-18 13:41:01 -05:00
opencode-agent[bot]
529d55b1c3
fix(core): remove session import cycle (#37596)
Co-authored-by: James Long <17031+jlongster@users.noreply.github.com>
2026-07-18 13:24:47 +00:00
opencode-agent[bot]
9b3a4655f1
fix(core): clarify user-executed shell history (#37515)
Co-authored-by: Aiden Cline <rekram1-node@users.noreply.github.com>
2026-07-17 10:49:02 -05:00
Kit Langton
44f7bb71c1
chore: upgrade Effect to beta.98 (#37498) 2026-07-17 10:31:27 -04:00
Aiden Cline
73567f3570
feat(core): record title and compaction usage in session totals (#37441) 2026-07-17 00:10:30 -05:00
Kit Langton
e4a16830f1
feat(core): add transient session generation (#37330) 2026-07-16 14:28:54 -04:00
Kit Langton
56c0658e6f
refactor(core): extract session model request preparation (#37210) 2026-07-16 10:58:06 -04:00
Kit Langton
4829308f2d
fix(core): preserve logical step across retries (#37316) 2026-07-16 10:54:51 -04:00
Kit Langton
fc37ae4452
refactor(core): split instruction observation and commit (#37208) 2026-07-16 10:37:00 -04:00
Kit Langton
a5b28c2af2
refactor(core): rename guidance modules (#37207) 2026-07-16 10:05:09 -04:00
Kit Langton
dc7e0f6d2e
refactor(core): extract session context loading (#37203) 2026-07-15 22:22:44 -04:00
Aiden Cline
b4be28d4c3
tweak: adjust compaction to clearly indicate the convo history (#37195) 2026-07-15 19:28:26 -05:00
Aiden Cline
720f062cd0
refactor(core): select system prompts through plugins (#37181) 2026-07-15 18:21:32 -05:00
opencode-agent[bot]
f92d84746b
refactor(plugin): scope context hook to session (#37175)
Co-authored-by: Dax Raad <d@ironbay.co>
2026-07-15 16:32:00 -04:00