Mem0 OpenCode Plugin (v0.3.0)
Changed:
- Moved the source from
integrations/mem0-plugin/.opencode-plugin/tointegrations/opencode-plugin/, retaining the@mem0/opencode-pluginpackage name and native OpenCode hooks. - Reuses shared conversation preparation, redaction, scoping, and telemetry. Builds a self-contained Bun/ESM
dist/index.jsand publishes its TypeScript entry declaration. - Global memory tool scope requires the user to enable it in plugin settings first; empty and wildcard identities are rejected.
- Retains the seven commands for context loading, search, remember, forget, scope, status, and tour; bundled skills continue loading through OpenCode's native configuration.
Removed:
- Removed auto-Dream consolidation, its gates and state handling, and the Dream and pin skills/commands. Existing configurations and workflows that use these features must be updated.
Builds:
- Updated build and publish paths for the relocated source directory; the existing release tag prefix and publishing workflow filename are unchanged.