@muthuishere/crossmem 0.1.4 → 0.1.5

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +7 -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, and Copilot 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, 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.4",
3
+ "version": "0.1.5",
4
4
  "description": "Portable context memory across local agent tools.",
5
5
  "keywords": [
6
6
  "crossmem",
@@ -10,6 +10,7 @@
10
10
  "codex",
11
11
  "devin",
12
12
  "copilot",
13
+ "opencode",
13
14
  "cli"
14
15
  ],
15
16
  "homepage": "https://github.com/muthuishere/crossmemcli",
@@ -33,11 +34,11 @@
33
34
  "README.md"
34
35
  ],
35
36
  "optionalDependencies": {
36
- "@muthuishere/crossmem-darwin-arm64": "0.1.4",
37
- "@muthuishere/crossmem-darwin-x64": "0.1.4",
38
- "@muthuishere/crossmem-linux-arm64": "0.1.4",
39
- "@muthuishere/crossmem-linux-x64": "0.1.4",
40
- "@muthuishere/crossmem-windows-x64": "0.1.4"
37
+ "@muthuishere/crossmem-darwin-arm64": "0.1.5",
38
+ "@muthuishere/crossmem-darwin-x64": "0.1.5",
39
+ "@muthuishere/crossmem-linux-arm64": "0.1.5",
40
+ "@muthuishere/crossmem-linux-x64": "0.1.5",
41
+ "@muthuishere/crossmem-windows-x64": "0.1.5"
41
42
  },
42
43
  "os": [
43
44
  "darwin",