@muthuishere/crossmem 0.1.8 → 0.1.10
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 +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 |
|
|
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
|
|
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.
|
|
3
|
+
"version": "0.1.10",
|
|
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.10",
|
|
38
|
+
"@muthuishere/crossmem-darwin-x64": "0.1.10",
|
|
39
|
+
"@muthuishere/crossmem-linux-arm64": "0.1.10",
|
|
40
|
+
"@muthuishere/crossmem-linux-x64": "0.1.10",
|
|
41
|
+
"@muthuishere/crossmem-windows-x64": "0.1.10"
|
|
42
42
|
},
|
|
43
43
|
"os": [
|
|
44
44
|
"darwin",
|