mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-30 16:13:34 +00:00
391 B
391 B
Plugin Package Guide
- The plugin package has two versions: Effect and Promise.
- In the Effect version, every domain must extend the corresponding Effect API client interface from
@opencode-ai/client/effect/api. - Do not redefine functions that already exist on the Effect API client interface.
- Plugin domains add only the additional functions that make sense in the plugin context.