superlocalmemory 3.4.4 → 3.4.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.
package/README.md CHANGED
@@ -22,6 +22,10 @@
22
22
  <a href="#dual-interface-mcp--cli"><img src="https://img.shields.io/badge/CLI-Agent--Native-green?style=for-the-badge" alt="CLI Agent-Native"/></a>
23
23
  </p>
24
24
 
25
+ <p align="center">
26
+ <video src="https://github.com/user-attachments/assets/c3b54a1d-f62a-4ea7-bba7-900435e7b3ab" width="800" autoplay loop muted playsinline></video>
27
+ </p>
28
+
25
29
  ---
26
30
 
27
31
  ## Why SuperLocalMemory?
@@ -339,17 +343,6 @@ Built-in compliance tools: GDPR Article 15/17 export + complete erasure, tamper-
339
343
  slm dashboard # Opens at http://localhost:8765
340
344
  ```
341
345
 
342
- <details open>
343
- <summary><strong>Dashboard Demo — v3.4.4 "Neural Glass"</strong> (click to collapse)</summary>
344
- <p align="center">
345
- <a href="https://github.com/qualixar/superlocalmemory/issues/15">
346
- <video src="https://github.com/user-attachments/assets/c3b54a1d-f62a-4ea7-bba7-900435e7b3ab" width="800" autoplay loop muted playsinline>
347
- Your browser does not support the video tag. <a href="https://github.com/qualixar/superlocalmemory/issues/15">Watch the demo</a>.
348
- </video>
349
- </a>
350
- </p>
351
- </details>
352
-
353
346
  **v3.4.4 "Neural Glass":** 21-tab sidebar dashboard with light + dark theme. Knowledge Graph (Sigma.js WebGL, community detection), Health Monitor, Entity Explorer (1,300+ entities), Mesh Peers (P2P agent communication), Ingestion Status (Gmail/Calendar/Transcript management), Privacy blur mode. Always-on daemon with auto-start. 8 mesh MCP tools built-in. Cross-platform: macOS + Windows + Linux. All data stays local.
354
347
 
355
348
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "superlocalmemory",
3
- "version": "3.4.4",
3
+ "version": "3.4.5",
4
4
  "description": "Information-geometric agent memory with mathematical guarantees. 4-channel retrieval, Fisher-Rao similarity, zero-LLM mode, EU AI Act compliant. Works with Claude, Cursor, Windsurf, and 17+ AI tools.",
5
5
  "keywords": [
6
6
  "ai-memory",
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "superlocalmemory"
3
- version = "3.4.4"
3
+ version = "3.4.5"
4
4
  description = "Information-geometric agent memory with mathematical guarantees"
5
5
  readme = "README.md"
6
6
  license = {text = "AGPL-3.0-or-later"}
@@ -12,7 +12,7 @@
12
12
  <!-- Inter Variable (Linear's signature typeface with cv01/ss03) — via jsdelivr (CSP-allowed) -->
13
13
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/inter-ui@4.1.0/inter-variable.min.css">
14
14
  <!-- Neural Glass Design System v1.0 -->
15
- <link rel="stylesheet" href="static/css/neural-glass.css?v=344b">
15
+ <link rel="stylesheet" href="static/css/neural-glass.css?v=345">
16
16
 
17
17
  <style>
18
18
  :root {
@@ -2064,7 +2064,7 @@
2064
2064
  <!-- Filter functions (filterByCluster, filterByEntity — used by clusters.js, modal.js) -->
2065
2065
  <script src="static/js/graph-filters.js"></script>
2066
2066
  <!-- v3.4.1: Ask My Memory chat interface -->
2067
- <script src="static/js/memory-chat.js?v=344b"></script>
2067
+ <script src="static/js/memory-chat.js?v=345"></script>
2068
2068
  <!-- v3.4.1: Quick Insight Actions (5 one-click intelligence buttons) -->
2069
2069
  <script src="static/js/quick-actions.js"></script>
2070
2070
  <!-- v3.4.1: Memory Timeline (D3 time axis, zoom, trust colors) -->
@@ -2095,11 +2095,11 @@
2095
2095
  <script src="static/js/fact-detail.js"></script>
2096
2096
 
2097
2097
  <!-- Neural Glass v3.4.4 — Dashboard V2 -->
2098
- <script src="static/js/ng-health.js?v=344b"></script>
2099
- <script src="static/js/ng-ingestion.js?v=344b"></script>
2100
- <script src="static/js/ng-entities.js?v=344b"></script>
2101
- <script src="static/js/ng-mesh.js?v=344b"></script>
2102
- <script src="static/js/ng-shell.js?v=344b"></script>
2098
+ <script src="static/js/ng-health.js?v=345"></script>
2099
+ <script src="static/js/ng-ingestion.js?v=345"></script>
2100
+ <script src="static/js/ng-entities.js?v=345"></script>
2101
+ <script src="static/js/ng-mesh.js?v=345"></script>
2102
+ <script src="static/js/ng-shell.js?v=345"></script>
2103
2103
 
2104
2104
  <footer style="text-align:center; padding:24px; border-top:1px solid var(--bs-border-color); font-size:0.8125rem;">
2105
2105
  <div style="display:flex; align-items:center; justify-content:center; gap:8px; margin-bottom:8px;">