v1.18.2
Bug Fix
- Fixed
background-agentsplugin failing to load in OpenCode 1.3.13 — The plugin used ESM named imports fromunique-names-generator, which publishes CJS as its main entry point without anexportsfield. OpenCode's plugin loader (unlike Node.js) cannot extract named exports from CJS modules. Switched to default import + destructure.
Closes #229