2402 Commits

Author SHA1 Message Date
opencode 0794954467 release: v0.6.0 v0.6.0 2025-09-01 21:43:13 +00:00
Dax Raad 4fa6df14ae docs: sdk 2025-09-01 17:35:52 -04:00
Aiden Cline bac6f3918d fix: tui attachment bound (#2361) 2025-09-01 16:33:36 -05:00
Jay V 5fd349d369 docs: update email 2025-09-01 17:30:32 -04:00
Dax aea78046d0 Refactor to support multiple instances inside single opencode process (#2360)
This release has a bunch of minor breaking changes if you are using opencode plugins or sdk

1. storage events have been removed (we might bring this back but had some issues)
2. concept of `app` is gone - there is a new concept called `project` and endpoints to list projects and get the current project
3. plugin receives `directory` which is cwd and `worktree` which is where the root of the project is if it's a git repo
4. the session.chat function has been renamed to session.prompt in sdk. it no longer requires model to be passed in (model is now an object)
5. every endpoint takes an optional `directory` parameter to operate as though opencode is running in that directory
2025-09-01 17:15:49 -04:00
Aiden Cline cb5bf46f18 add --command to opencode run (#2348) 2025-09-01 14:19:18 -05:00
Dax Raad 42722933ef wip: cloud 2025-09-01 11:53:43 -04:00
Dax Raad d82099fff0 wip: cloud 2025-09-01 11:47:58 -04:00
GitHub Action 90d8f2fe5d ignore: update download stats 2025-09-01 2025-09-01 12:04:32 +00:00
Dax Raad 163385843c wip: cloud 2025-09-01 04:03:07 -04:00
Dax Raad cd41d154ef wip: cloud 2025-09-01 03:55:48 -04:00
Dax Raad 42dc32cac6 wip: cloud 2025-09-01 03:53:49 -04:00
Dax Raad 9532546da0 wip: cloud 2025-09-01 03:51:45 -04:00
Dax Raad ac90473d3f wip: sync 2025-09-01 03:15:38 -04:00
Dax Raad 40fc416789 wip: cloud 2025-09-01 03:13:05 -04:00
Dax Raad f8ce2a82a1 wip: cloud 2025-09-01 03:10:40 -04:00
Dax Raad 0b6affe1bf wip: cloud 2025-09-01 03:04:49 -04:00
Dax Raad 1c8f9b7500 wip: cloud 2025-09-01 03:04:07 -04:00
Dax Raad 85dd3c4abc wip: cloud 2025-09-01 02:57:47 -04:00
Dax Raad 48d835599e wip: cloud 2025-09-01 02:55:10 -04:00
Dax Raad ba96940ec6 wip: cloud 2025-09-01 02:28:21 -04:00
Dax Raad 88dbbc0b97 wip: cloud 2025-09-01 02:21:36 -04:00
Régis Blanc a45f0febbf fix: ensure gopls lsp id matches docs (#2344) 2025-08-31 21:52:08 -05:00
Aiden Cline 6df5b8dc64 ignore: better error logging (#2346) 2025-08-31 17:11:04 -05:00
Beshoy Girgis bf77aa6acd feat: Allow provider timeout override (#1982) 2025-08-31 14:06:02 -04:00
Aiden Cline f7e413fe95 fix: ensure shell cmds can be properly aborted (#2339) 2025-08-31 12:48:30 -05:00
Aiden Cline ed9a2aa2df fix: adjust title generation prompt to prevent direct response instead of title gen (#2338) 2025-08-31 11:01:19 -05:00
GitHub Action 26b3be7c6b ignore: update download stats 2025-08-31 2025-08-31 12:04:06 +00:00
Andre van Tonder 1e2c48b3ad fix: resolve virtual envs for python LSP (#2155)
Co-authored-by: rekram1-node <aidenpcline@gmail.com>
2025-08-30 23:53:03 -05:00
Aiden Cline 174177c304 fix: ensure command uses currently selected model (#2336) 2025-08-30 15:41:06 -05:00
Aiden Cline b28229a645 add support for lsp workspace/didChangeConfiguration (#2334) 2025-08-30 14:49:13 -05:00
Jay V 9784619443 ignore: cloud 2025-08-30 15:28:35 -04:00
Jay V 1ec283a00e ignore: cloud styles 2025-08-30 15:27:46 -04:00
Dax Raad 35101a30a5 wip: cloud 2025-08-30 15:20:51 -04:00
Aiden Cline 9d9179a021 fix: resolve [pasted lines] when passing paste as arguments for command (#2333) 2025-08-30 10:56:00 -05:00
Aiden Cline 4b2c8c1528 tweak: ensure run command doesn't send request if no prompt present (#2332) 2025-08-30 10:39:28 -05:00
Roderik van der Veer d4669a33fc fix: change command selection to prefer exact matches over fuzzy sear… (#2314) 2025-08-30 09:44:27 -05:00
GitHub Action d7dd7b8b84 ignore: update download stats 2025-08-30 2025-08-30 12:03:53 +00:00
Anton edfc1c315a Use a single rust LSP server instance for entire cargo workspace (#2292) 2025-08-30 06:00:39 +00:00
opencode 4af5cf9223 release: v0.5.29 v0.5.29 2025-08-30 06:00:39 +00:00
Dax Raad 901c85cef7 ignore: sync 2025-08-30 01:36:25 -04:00
Dax Raad d609d57dc4 ignore: fix stuff 2025-08-30 01:19:03 -04:00
Dax Raad 1caed3b7f1 ignore: fix dev remote 2025-08-30 01:06:48 -04:00
Dax Raad 5a8b0e455b ignore: cloud resource 2025-08-30 00:58:22 -04:00
Frank 34841b7c9c wip: cloud 2025-08-29 23:32:17 -04:00
Frank 12eadc6103 wip cloud 2025-08-29 23:02:27 -04:00
Aiden Cline 8d51ab434f fix: mcp tool not triggering hooks (#2320) 2025-08-29 21:51:06 -05:00
Jay V bad27eb6e0 ignore: cloud keys section 2025-08-29 20:04:57 -04:00
Dax Raad 22df2a2955 ignore: create key for new workspace 2025-08-29 19:56:29 -04:00
Frank 3323f9367a wip: cloud 2025-08-29 19:45:17 -04:00