summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src
AgeCommit message (Collapse)Author
2025-10-26chore: cleanup versioned zod imports (#3460)Jérôme Benoit
Signed-off-by: Jérôme Benoit <[email protected]> Co-authored-by: opencode-agent[bot] <opencode-agent[bot]@users.noreply.github.com> Co-authored-by: rekram1-node <[email protected]>
2025-09-18rework custom toolsDax Raad
2025-09-18support custom tools (#2668)Dax
2025-09-09ci: formatDax Raad
2025-09-08feat: add dynamic tool registration for plugins and external services (#2420)Zack Jackson
2025-09-01docs: sdkDax Raad
2025-09-01Refactor to support multiple instances inside single opencode process (#2360)Dax
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-08-21add plugin hook for configDax Raad
2025-08-18fix anthropic console auth (#2049)Dax
2025-08-14allow plugins to create custom auth providersDax Raad
2025-08-10support agent optionsDax Raad
2025-08-04re-export shell $ for pluginDax Raad
2025-08-03wip: pluginsDax Raad
2025-08-03wip: plugin load from packageDax Raad
2025-08-02wip: pluginsDax Raad