claude-mem 13.5.5 → 13.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.codex-plugin/plugin.json +1 -1
- package/README.md +4 -2
- package/dist/index.d.ts +7 -0
- package/dist/index.js +8 -0
- package/dist/npx-cli/index.js +258 -258
- package/dist/opencode-plugin/index.js +1 -1
- package/dist/sdk/index.d.ts +109 -0
- package/dist/sdk/index.js +183 -0
- package/openclaw/openclaw.plugin.json +1 -1
- package/package.json +12 -10
- package/plugin/.claude-plugin/plugin.json +1 -1
- package/plugin/.codex-plugin/plugin.json +1 -1
- package/plugin/package.json +1 -1
- package/plugin/scripts/context-generator.cjs +1 -1
- package/plugin/scripts/mcp-server.cjs +30 -30
- package/plugin/scripts/server-beta-service.cjs +136 -137
- package/plugin/scripts/transcript-watcher.cjs +14 -14
- package/plugin/scripts/worker-service.cjs +271 -260
- package/plugin/ui/viewer-bundle.js +12 -12
package/README.md
CHANGED
|
@@ -414,6 +414,8 @@ open/commercial boundary.
|
|
|
414
414
|
|
|
415
415
|
---
|
|
416
416
|
|
|
417
|
-
### What About
|
|
417
|
+
### What About CMEM?
|
|
418
418
|
|
|
419
|
-
|
|
419
|
+
CMEM is a token created by a 3rd party but officially embraced by the creator of Claude-Mem (Alex Newman, @thedotmack). The token acts as a community catalyst for growth and a vehicle for bringing CMEM to the developers and knowledge workers that need it most.
|
|
420
|
+
|
|
421
|
+
Official BASE CA: 0x76b1967eec0ccaeb001bbbb2b40dc4badba31ba3
|
package/dist/index.d.ts
ADDED