summaryrefslogtreecommitdiffhomepage
path: root/packages/plugin/src/index.ts
AgeCommit message (Collapse)Author
2026-05-01refactor: rename workspace adapters (#25272)Kit Langton
2026-04-20chore: generateopencode-agent[bot]
2026-04-20fix(plugin): add env parameter to WorkspaceAdaptor.create type (#23235)James Murdza
2026-04-13feat: add experimental.compaction.autocontinue hook to disable auto ↵Aiden Cline
continuing after compaction (#22361)
2026-04-13feat(core): expose workspace adaptors to plugins (#21927)James Long
2026-04-06tweak: adjust chat.params hook to allow altering of the maxOutputTokens (#21220)Aiden Cline
2026-04-01feat: add new provider plugin hook for resolving models and sync models from ↵Aiden Cline
github models endpoint (falls back to models.dev) (#20533)
2026-03-27Single target plugin entrypoints (#19467)Sebastian
2026-03-27tui plugins (#19347)Sebastian
2026-03-25fix: ensure enterprise url is set properly during auth flow (#19212)Aiden Cline
2026-03-18feat: integrate support for multi step auth flows for providers that require ↵Aiden Cline
additional questions (#18035)
2026-03-10Fix ESM imports for @opencode-ai/plugin (#16916)Dax
2026-02-18feat(plugin): pass sessionID and callID to shell.env hook input (#13662)Helge Tesdal
2026-02-12feat(hook): add tool.definition hook for plugins to modify tool description ↵Spoon
and parameters (#4956)
2026-02-12core: expose tool arguments in shell hook for plugin visibilityDax Raad
2026-02-03feat(plugin): add shell.env hook for manipulating environment in tools and ↵Tyler Gannon
shell (#12012)
2026-01-25ignore: rm spoof and bump plugin versionAiden Cline
2026-01-21add chat.headers hook, adjust codex and copilot plugins to use itAiden Cline
2026-01-18feat(hook): command execute before hook (#9267)Spoon
2026-01-10feat: pass sessionID to chat.system.transform (#7718)Spoon
2026-01-10fix: add ChatGPT-Account-Id header for organization subscriptions (#7603)Frédéric DE MATOS
2026-01-04core: add variant to chat.message inputAiden Cline
2025-12-29feat(plugin): expose server URL to plugins (#6373)Eduardo Santos de Brito
2025-12-22feat(plugin): allow compaction hook to replace prompt entirely (#5907)Joel Hooks
2025-12-17feat(plugin): add experimental.session.compacting hook for pre-compaction ↵Joel Hooks
context injection (#5698) Co-authored-by: Aiden Cline <[email protected]>
2025-12-15add ability to set topKAiden Cline
2025-12-14feat: restore experimental.chat.messages.transform and add ↵DS
experimental.chat.system.transform hooks (#5542)
2025-12-11add experimental.chat.messages.transform hook (#5207)Jorgen Henriksen
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-12-07feat: add experimental.text.complete plugin hook (#4962)franlol
2025-12-02fix: correct Provider type in chat.params plugin hook (#5003)Ben Vargas
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-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-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-02wip: pluginsDax Raad