opencode-fractal-memory 0.6.9 → 0.6.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.
@@ -45,3 +45,6 @@ export function stopManagementServer() {
45
45
  activeProcess = null;
46
46
  }
47
47
  }
48
+ process.on("exit", stopManagementServer);
49
+ process.on("SIGINT", stopManagementServer);
50
+ process.on("SIGTERM", stopManagementServer);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-fractal-memory",
3
- "version": "0.6.9",
3
+ "version": "0.6.10",
4
4
  "description": "Fractal memory system for OpenCode with semantic search and automatic compression.",
5
5
  "main": "dist/plugin.js",
6
6
  "exports": {