| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Mem0 OpenCode Plugin (v0.3.0) source code.tar.gz | 2026-09-08 | 19.8 MB | |
| Mem0 OpenCode Plugin (v0.3.0) source code.zip | 2026-09-08 | 20.8 MB | |
| README.md | 2026-09-08 | 1.1 kB | |
| Totals: 3 Items | 40.7 MB | 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.