@muthuishere/crossmem 0.1.8 → 0.1.9

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 +2 -2
  2. package/package.json +6 -6
package/README.md CHANGED
@@ -85,10 +85,10 @@ Every command has built-in help: `crossmem help load`, `crossmem --version`.
85
85
  | Copilot (VS Code) | `~/Library/Application Support/Code/User/workspaceStorage/<id>/.../*.jsonl` (macOS), `~/.config/Code/User/...` (Linux) | `%APPDATA%\Code\User\workspaceStorage\<id>\...` |
86
86
  | Copilot CLI | `~/.copilot/session-store.db` (SQLite) | same |
87
87
  | Devin CLI | `~/.local/share/devin/cli/sessions.db` (SQLite) | `%APPDATA%\Cognition\cli\sessions.db` |
88
- | Devin desktop | `~/Library/Application Support/Devin/User/workspaceStorage/<id>/.../*.jsonl` (macOS), `~/.config/Devin/User/...` (Linux) | `%APPDATA%\Devin\User\workspaceStorage\<id>\...` |
88
+ | Devin desktop | `~/.codeium/windsurf/cascade/*.pb` — encrypted, discovery only | same |
89
89
  | OpenCode | `~/.local/share/opencode/opencode*.db` (SQLite) | `%APPDATA%\opencode\opencode*.db` |
90
90
 
91
- The Devin desktop app is a VS Code fork (formerly Windsurf), so its chat is read the same way as VS Code's. `$CLAUDE_CONFIG_DIR` / `$CODEX_HOME` are honored when set, and `%LOCALAPPDATA%`, `$XDG_DATA_HOME`, VS Code Insiders, and the old Windsurf folders are checked too.
91
+ The Devin desktop app stores its own Cascade conversations encrypted, so they cannot be read; desktop work driven through its `devin-cli` connector lands in the Devin CLI store and *is* readable. `$CLAUDE_CONFIG_DIR` / `$CODEX_HOME` are honored when set, and `%LOCALAPPDATA%`, `$XDG_DATA_HOME`, VS Code Insiders, and the old Windsurf folders are checked too.
92
92
 
93
93
  Run `crossmem config` to see which of these were found on your machine. If a tool keeps its sessions elsewhere, repoint it in `~/.config/crossmemcli/config.json`:
94
94
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@muthuishere/crossmem",
3
- "version": "0.1.8",
3
+ "version": "0.1.9",
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.8",
38
- "@muthuishere/crossmem-darwin-x64": "0.1.8",
39
- "@muthuishere/crossmem-linux-arm64": "0.1.8",
40
- "@muthuishere/crossmem-linux-x64": "0.1.8",
41
- "@muthuishere/crossmem-windows-x64": "0.1.8"
37
+ "@muthuishere/crossmem-darwin-arm64": "0.1.9",
38
+ "@muthuishere/crossmem-darwin-x64": "0.1.9",
39
+ "@muthuishere/crossmem-linux-arm64": "0.1.9",
40
+ "@muthuishere/crossmem-linux-x64": "0.1.9",
41
+ "@muthuishere/crossmem-windows-x64": "0.1.9"
42
42
  },
43
43
  "os": [
44
44
  "darwin",