mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-05 09:29:52 +00:00
6 lines
391 B
Markdown
6 lines
391 B
Markdown
# 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.
|