Changed:
- Reuses shared conversation preparation, memory formatting, project/session/global scope utilities, and telemetry while preserving Pi's native extension API and
@mem0/pi-agent-pluginpackage name. - Pi loads the built
dist/entry.jsextension instead of executing source TypeScript from an installed package. Builds also publish the library entry point and declarations.
Removed:
- Removed Dream consolidation and pin commands, skills, configuration, types, and exports. The remaining commands are remember, search, forget, tour, scope, and status. Update integrations that import removed APIs or invoke removed commands.
Fixes:
- Global memory tool scope requires the user to select
/mem0-scope globalor configure a global default first. Empty and wildcard identities are rejected. - Memory update and delete accept the
mem0:<uuid>and[mem0:<uuid>]citations displayed in tool results, as well as raw IDs. - Shared capture preparation filters conversation roles and redacts content; telemetry removes sensitive keys inside nested structures.