Skip to content

v1.18.2

Choose a tag to compare

@github-actions github-actions released this 04 Apr 11:45

Bug Fix

  • Fixed background-agents plugin failing to load in OpenCode 1.3.13 — The plugin used ESM named imports from unique-names-generator, which publishes CJS as its main entry point without an exports field. OpenCode's plugin loader (unlike Node.js) cannot extract named exports from CJS modules. Switched to default import + destructure.

Closes #229