Aiden Cline
a7d3f76f99
feat(core): add session form service ( #34855 )
2026-07-02 17:15:18 -05:00
Simon Klee
3e36163298
feat(mini): migrate mini to v2 ( #34895 )
...
feat(run): migrate non-interactive prompts to V2
feat(run): route mini prompts through V2
fix(run): use current session contracts
fix(run): fix V2 prompt turns
feat(cli): add mini subcommand
feat(run): use settled execution events
fix(run): handle remote prompt file attachments
feat(run): send prompt files as attachments
feat(run): use current APIs for run state
fix(run): adopt app-node runtime deps
feat(run): track subagent sessions
feat(run): move catalogs and default model onto current APIs
2026-07-02 12:06:49 +02:00
James Long
5e2b06579a
chore: merge dev into v2 ( #34788 )
...
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com >
Co-authored-by: Kit Langton <kit.langton@gmail.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Affan Ali <93028901+affanali2k3@users.noreply.github.com >
Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com >
Co-authored-by: Frank <frank@anoma.ly >
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: 𝓛𝓲𝓽𝓽𝓵𝓮 𝓕𝓻𝓪𝓷𝓴 <little-frank@opencord.local >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com >
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com >
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com >
Co-authored-by: Ben Guthrie <benjee.012@gmail.com >
Co-authored-by: Dax <mail@thdxr.com >
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com >
Co-authored-by: Max Anderson <max.a.anderson95@gmail.com >
Co-authored-by: Brendan Allan <git@brendonovich.dev >
Co-authored-by: Jack <jack@anoma.ly >
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
Co-authored-by: Dustin Deus <deusdustin@gmail.com >
Co-authored-by: starptech <starptech@starptechs-MBP.fritz.box >
Co-authored-by: Aiden Cline <aidenpcline@gmail.com >
Co-authored-by: usrnk1 <7547651+usrnk1@users.noreply.github.com >
Co-authored-by: Jay <53023+jayair@users.noreply.github.com >
Co-authored-by: runvip <164729189+runvip@users.noreply.github.com >
Co-authored-by: opencode <opencode@sst.dev >
Co-authored-by: Julian Coy <julian@ex-machina.co >
Co-authored-by: Vladimir Glafirov <vglafirov@gitlab.com >
2026-07-01 17:12:00 -04:00
Kit Langton
2cb119b95e
refactor(tui): wire generated client reads ( #34381 )
2026-06-29 11:36:10 -04:00
Kit Langton
c64a4b7557
chore: merge dev into v2 ( #34317 )
...
Co-authored-by: Brendan Allan <14191578+Brendonovich@users.noreply.github.com >
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: Affan Ali <93028901+affanali2k3@users.noreply.github.com >
Co-authored-by: affanali2k3 <affanalikhanxx@gmail.com >
Co-authored-by: Frank <frank@anoma.ly >
Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.com>
Co-authored-by: James Long <longster@gmail.com >
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com >
Co-authored-by: Jay V <air@live.ca >
Co-authored-by: Dax Raad <d@ironbay.co >
Co-authored-by: Aarav Sareen <96787824+arvsrn@users.noreply.github.com >
Co-authored-by: OpeOginni <107570612+OpeOginni@users.noreply.github.com >
Co-authored-by: Luke Parker <10430890+Hona@users.noreply.github.com >
Co-authored-by: Ben Guthrie <benjee.012@gmail.com >
Co-authored-by: Dax <mail@thdxr.com >
Co-authored-by: Filip <34747899+neriousy@users.noreply.github.com >
2026-06-28 11:30:38 -04:00
Dax Raad
2bca4116c0
refactor(tui): use v2 client transport
2026-06-26 14:57:01 -04:00
Dax Raad
095388a5df
feat(tui): add v2 terminal interface
2026-06-26 14:38:25 -04:00
Aiden Cline
eee0d26749
tweak: hide MCP access token prefix ( #33711 )
2026-06-25 20:32:36 -05:00
Aiden Cline
ff84524792
fix(mcp): scope auth status to server URL ( #33924 )
2026-06-25 16:26:00 -05:00
Aiden Cline
aad8dc485a
fix(opencode): always print MCP OAuth URL ( #33716 )
2026-06-24 17:24:16 -05:00
Aiden Cline
1707b5addd
refactor(core): remove shell description input ( #32823 )
2026-06-22 21:18:06 -05:00
Aiden Cline
7d1d72dfa9
fix(tui): preserve worker rejection handling ( #33448 )
...
Co-authored-by: Dax Raad <d@ironbay.co >
2026-06-22 19:57:21 -05:00
Dax
9371e151f4
feat(plugin): add namespaced hook API ( #33416 )
2026-06-22 19:06:57 -04:00
Simon Klee
7814e2f145
cli: add --mini ( #33353 )
2026-06-22 16:27:56 +02:00
Simon Klee
21b4eccb07
run: inline files for attached servers ( #33317 )
2026-06-22 13:20:43 +02: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
Aiden Cline
136282f4db
fix(mcp): use SDK protocol version in debug ( #32243 )
2026-06-13 23:54:45 -05:00
opencode-agent[bot]
4c2a05c0f7
chore: generate
2026-06-13 19:14:37 +00:00
OpeOginni
671aa6a469
fix(opencode): add authorization header to fetch requests in RunCommand ( #29877 )
2026-06-13 14:13:15 -05: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
opencode-agent[bot]
405878e0d2
chore: generate
2026-06-12 22:52:55 +00:00
Sebastian
91ff6fa279
fix(tui): prevent duplicate renderable IDs ( #32110 )
2026-06-13 00:51:32 +02:00
opencode-agent[bot]
9815e41c64
chore: generate
2026-06-11 15:22:48 +00:00
Dax
3a81d46877
refactor(server): serve raw filesystem content ( #31911 )
2026-06-11 11:20:11 -04:00
Aiden Cline
7ab01d6e54
fix(mcp): preserve headers during auth and debug ( #31802 )
2026-06-10 23:12:02 -05:00
Ayush Thakur
61270944d8
fix: recover from expired enterprise auth on remote config load ( #31661 )
2026-06-10 11:02:09 -04: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
Dax
80e328b6c1
refactor(core): unify filesystem search service ( #31566 )
2026-06-09 20:38:02 -04:00
opencode-agent[bot]
ded5a01292
chore: generate
2026-06-09 18:30:51 +00:00
Dax
6cecc3d03e
refactor(core): simplify location filesystem ( #31545 )
2026-06-09 14:28:45 -04:00
Dax
f6f849b34c
refactor(tui): centralize application exit ( #31524 )
2026-06-09 11:46:02 -04:00
opencode-agent[bot]
d8fd4cc4e4
chore: generate
2026-06-08 19:43:41 +00:00
Dax
a5ddb7f291
refactor(core): replace legacy logger with Effect logging ( #31310 )
2026-06-08 15:41:56 -04:00
Aiden Cline
af9dff96df
fix(opencode): await run event loop ( #31389 )
2026-06-08 12:47:39 -05:00
opencode-agent[bot]
fb5df7fa7f
chore: generate
2026-06-08 13:41:54 +00:00
Shoubhit Dash
3448afb3b8
fix: speed up fff file search ( #31366 )
2026-06-08 19:09:55 +05:30
opencode-agent[bot]
3b54d798eb
chore: generate
2026-06-07 21:27:42 +00:00
Simon Klee
42a94c6dd1
run: make minimal mode more minimal ( #31227 )
2026-06-07 23:26:14 +02:00
Dax
6d58d5cde1
refactor(tui): extract standalone package ( #31193 )
2026-06-07 05:24:27 +00:00
opencode-agent[bot]
82f71bef7a
chore: generate
2026-06-07 03:28:52 +00:00
Dax
93316f1fae
refactor(server): canonicalize service API ( #31049 )
2026-06-07 03:27:28 +00:00
Dmitriy Kovalenko
d76293144b
feat(opencode): fff search tools ( #27802 )
...
Co-authored-by: Shoubhit Dash <shoubhit2005@gmail.com >
2026-06-06 19:12:31 +05:30
Aiden Cline
6920cd3d2b
feat(opencode): support non-interactive MCP add ( #31054 )
2026-06-05 21:21:20 -05:00
Aiden Cline
bf54ca7abc
feat(opencode): add search to auth logout command ( #31053 )
2026-06-05 20:51:55 -05:00
James Long
dbd16997f8
fix(tui): inject reminder after moving session ( #31027 )
2026-06-05 17:33:50 -04:00
James Long
d7afeaa8f1
fix(tui): bootstrap new project copies ( #31019 )
2026-06-05 17:10:14 -04:00
opencode-agent[bot]
4ff1a4ca41
chore: generate
2026-06-05 20:49:10 +00:00
James Long
00bef86c4e
feat(tui): delete working copies from move dialog ( #31017 )
2026-06-05 16:47:10 -04:00