summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src
AgeCommit message (Collapse)Author
2025-11-21Tui onboarding (#4569)Dax
Co-authored-by: GitHub Action <[email protected]>
2025-11-09fix: messageID type in chat.message (#4128)Mathias Beugnon
Co-authored-by: GitHub Action <[email protected]>
2025-11-08feat: add input context to chat.params and chat.message (#4085)Mathias Beugnon
2025-11-08chore: format codeGitHub Action
2025-11-06big formatDax Raad
2025-11-04feat(provider): add GitHub Enterprise support for Copilot (#2522)Ola
Co-authored-by: Jon-Mikkel Korsvik <[email protected]> Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Aiden Cline <[email protected]>
2025-10-31OpenTUI is here (#2685)Dax
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