Commit Graph

14754 Commits

Author SHA1 Message Date
Dax Raad 3a6312d3a5 feat(core): resolve prompt attachments 2026-07-06 15:04:23 -04:00
Dax Raad 5f77640149 feat(tui): use canonical prompt attachments 2026-07-06 14:35:31 -04:00
Kit Langton 728c74edbb refactor(core): rename system context to instructions (#35583) 2026-07-06 14:29:29 -04:00
Kit Langton 67d34aacd3 refactor(core): remove unused session watermarks (#35579) 2026-07-06 13:55:47 -04:00
Kit Langton e831424ab9 refactor(core): unify live event subscriptions (#35578) 2026-07-06 13:46:59 -04:00
Kit Langton 1a7f7c1cb4 fix(plugin): reload late SDK plugins (#35576) 2026-07-06 13:36:19 -04:00
Dax Raad 74db41164b fix(tui): remove committed undo messages 2026-07-06 13:08:25 -04:00
Dax Raad be3b243402 test(opencode): update active session mock 2026-07-06 13:01:36 -04:00
Dax Raad b6be2c1912 refactor(api): remove watermark sync surface 2026-07-06 13:01:36 -04:00
Aiden Cline 8e3d4a1761 refactor(codemode): split interpreter and stdlib (#35572) 2026-07-06 12:01:14 -05:00
Dax Raad ddd3d85c65 fix(cli): ignore version mismatch on reconnect 2026-07-06 12:35:07 -04:00
Aiden Cline 1bfc3433a8 feat(codemode): expand standard library support (#35566) 2026-07-06 10:36:02 -05:00
opencode-agent[bot] f3d4d0dce6 fix(tui): soften interrupted step styling (#35466)
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
2026-07-06 09:30:55 -05:00
Aiden Cline 4fbfada54a fix(codemode): improve prompting (#35509) 2026-07-06 09:19:04 -05:00
Simon Klee c254d5e276 V2 opentui upgrade (#35544)
Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com>
2026-07-06 15:34:57 +02:00
Simon Klee 6495ee1160 cli: demote version mismatch to warning for now (#35548) 2026-07-06 14:39:58 +02:00
Simon Klee c45256c025 cli/mini: fix run failure handling (#35539) 2026-07-06 12:34:44 +02:00
Simon Klee b2cf7a2953 mini migrate to v2 (#35526) 2026-07-06 11:03:30 +02:00
Simon Klee fbcbf3c6ef mini: fix default model (#35515) 2026-07-06 09:20:23 +02:00
Dax Raad b909389e2b test(opencode): update project service stub 2026-07-06 01:32:58 -04:00
Dax Raad 0e4058b39e feat(api): publish v2 reference 2026-07-06 01:29:08 -04:00
Dax Raad 1eab0137b2 docs: rebuild v2 documentation 2026-07-06 00:58:00 -04:00
Aiden Cline 385de31dff fix(core): expose MCP output schemas to code mode (#35502) 2026-07-05 23:12:45 -05:00
Aiden Cline 029089ee43 fix(mcp): preserve metadata across paginated tools (#35500) 2026-07-05 22:51:08 -05:00
Aiden Cline fef7bc31d6 refactor(core): route questions through forms (#35422) 2026-07-05 22:28:05 -05:00
Aiden Cline 08171bef53 feat(tui): render session forms (#35421) 2026-07-05 19:35:30 -05:00
Dax Raad 6331132f20 fix(client): resolve codegen workspace version 2026-07-05 18:31:15 -04:00
Dax Raad 568c724dd1 chore(client): publish client package 2026-07-05 18:21:23 -04:00
Dax Raad dae0e3e949 feat(plugin): publish generation updates 2026-07-05 17:21:39 -04:00
Dax Raad 1cbc62f5b5 fix(core): reload local plugins on file changes 2026-07-05 16:54:17 -04:00
Dax Raad 96186b5434 fix(core): scope observability to server 2026-07-05 16:22:04 -04:00
Dax Raad 258b620a0a fix(core): tolerate invalid OTLP configuration 2026-07-05 16:14:02 -04:00
Dax Raad 368b7ef0af feat(server): add loaded locations debug endpoint 2026-07-05 15:59:44 -04:00
Dax Raad 535463ec08 feat(core): improve runtime observability 2026-07-05 15:59:44 -04:00
Dax Raad 7d02fd95aa feat(core): manage configurable plugin generations 2026-07-05 15:59:44 -04:00
Aiden Cline 69792763b9 refactor(codemode): namespace public types (#35435) 2026-07-05 11:51:50 -05:00
Aiden Cline ad06e079f8 refactor(codemode): remove generic agent tool (#35420) 2026-07-05 10:41:21 -05:00
Aiden Cline 8a6c75d84b test(core): serve skill fixtures locally (#35429) 2026-07-05 10:40:55 -05:00
Aiden Cline 91bc40f5dc fix(tui): align integration empty state (#35414) 2026-07-05 09:08:09 -05:00
Kit Langton 1a3f83da88 fix(core): validate scalar newtypes (#35381) 2026-07-04 21:43:08 -04:00
Kit Langton cd2a2804e7 fix(protocol): keep internal events off SSE (#35378) 2026-07-04 21:12:45 -04:00
Kit Langton bb9f436047 fix(protocol): expose MCP tool change events (#35373) 2026-07-04 20:47:33 -04:00
Aiden Cline 38f1e91316 feat(codemode): add OpenAPI tool adapter (#35362) 2026-07-04 16:28:11 -05:00
Aiden Cline 6fae8bc87f feat(core): expose deferred tools through execute (#35361) 2026-07-04 16:20:56 -05:00
Simon Klee 46ffcd0f56 fix(run): align mini with current session contracts (#35354) 2026-07-04 21:14:01 +02:00
Simon Klee d17751832d fix(run): restore subprocess output contracts 2026-07-04 21:06:32 +02:00
Aiden Cline 84b98dc355 fix(core): enforce mcp tool permissions (#35345) 2026-07-04 13:03:40 -05:00
Aiden Cline 452e6f955f feat(core): add grouped and deferred tool registration (#35232) 2026-07-04 11:49:24 -05:00
Kit Langton 3209a2b64e fix(core): report missing search paths (#35337) 2026-07-04 12:12:56 -04:00
Kit Langton 2c8cbb2dc1 fix(core): bound recursive file watching (#35323) 2026-07-04 11:55:05 -04:00