stratagate-dsh 0.2.19 → 0.2.21

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/CHANGELOG.md CHANGED
@@ -1,5 +1,19 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.2.21 - 2026-08-24
4
+
5
+ - Use the current DSH Workspace session list and latest persisted DSH titles as the conversation selector source of truth.
6
+ - Recover pre-thread legacy conversation boundaries from ingestion receipts and render mixed legacy Blocks as read-only virtual fragments without rewriting SQLite.
7
+ - Add More → Feedback & Support with privacy-safe diagnostics, opt-in logs and memory data, GitHub Issue/Feature Request links, and Discussion Q&A.
8
+ - Retry transient read-only browser fetch failures and identify the failed StrataGate endpoint in diagnostics.
9
+
10
+ ## 0.2.20 - 2026-08-24
11
+
12
+ - Redesign Short-term Memory around a per-conversation oldest-to-newest Block distribution, a dedicated horizontal rail, sealed Block distances, and a distinct open Block state.
13
+ - Expand Blocks inline into ordered L0–L5 previews with current-level highlighting and viewport-level, scrollable full-content hover cards that are not clipped by Settings.
14
+ - Keep only one layer menu open, offer expansion only for deeper layers, and distinguish user, Agent, and legacy expansion markers.
15
+ - Migrate storage to schema v7 to persist the source of each Block lift without mislabeling Agent retrieval as a user action.
16
+
3
17
  ## 0.2.19 - 2026-08-23
4
18
 
5
19
  - Make the global Block decay coefficient λ editable in Advanced Settings with `0.05` steps, immediate application to existing workspaces, persistence across restarts, and inheritance by future workspaces.
package/README.md CHANGED
@@ -6,6 +6,16 @@ Automatic, local-first cross-session memory for DeepSeek Harness. StrataGate rem
6
6
 
7
7
  The plugin adapts DSH session events to the existing StrataGate memory engine; it does not implement a second memory system.
8
8
 
9
+ ## Preview
10
+
11
+ ### Layered short-term memory
12
+
13
+ ![StrataGate layered short-term memory view](docs/assets/stratagate-short-term-memory.png)
14
+
15
+ ### Memory structure and diagnostics
16
+
17
+ ![StrataGate memory structure and diagnostics view](docs/assets/stratagate-memory-structure.png)
18
+
9
19
  ## How it is designed
10
20
 
11
21
  StrataGate does not treat memory as a single summary that is continually rewritten. It separates **source evidence, derived memory, retrieval assessment, and usage feedback**: