@muthuishere/crossmem 0.1.5 → 0.1.6
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/README.md +1 -1
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
**Portable context memory across local agent tools.**
|
|
4
4
|
|
|
5
|
-
`crossmem` discovers your local Claude Code, Codex, Devin, Copilot, and OpenCode session stores, lists available sessions, and emits a clean context bundle that can be loaded into another agent session — so context follows you across tools and repos.
|
|
5
|
+
`crossmem` discovers your local Claude Code, Codex, Devin, Copilot (VS Code and CLI), and OpenCode session stores, lists available sessions, and emits a clean context bundle that can be loaded into another agent session — so context follows you across tools and repos.
|
|
6
6
|
|
|
7
7
|
It is primarily a fast, local-first context CLI. It sends no telemetry; everything is local reads.
|
|
8
8
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@muthuishere/crossmem",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.6",
|
|
4
4
|
"description": "Portable context memory across local agent tools.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"crossmem",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"README.md"
|
|
35
35
|
],
|
|
36
36
|
"optionalDependencies": {
|
|
37
|
-
"@muthuishere/crossmem-darwin-arm64": "0.1.
|
|
38
|
-
"@muthuishere/crossmem-darwin-x64": "0.1.
|
|
39
|
-
"@muthuishere/crossmem-linux-arm64": "0.1.
|
|
40
|
-
"@muthuishere/crossmem-linux-x64": "0.1.
|
|
41
|
-
"@muthuishere/crossmem-windows-x64": "0.1.
|
|
37
|
+
"@muthuishere/crossmem-darwin-arm64": "0.1.6",
|
|
38
|
+
"@muthuishere/crossmem-darwin-x64": "0.1.6",
|
|
39
|
+
"@muthuishere/crossmem-linux-arm64": "0.1.6",
|
|
40
|
+
"@muthuishere/crossmem-linux-x64": "0.1.6",
|
|
41
|
+
"@muthuishere/crossmem-windows-x64": "0.1.6"
|
|
42
42
|
},
|
|
43
43
|
"os": [
|
|
44
44
|
"darwin",
|