stratagate-dsh 0.2.26 → 0.2.29
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 +18 -0
- package/README.md +4 -4
- package/dist/client.js +354 -931
- package/dist/index.js +120 -2
- package/dist/index.js.map +1 -1
- package/docs/README.zh-CN.md +4 -4
- package/package.json +56 -10
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,23 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.29 - 2026-08-25
|
|
4
|
+
|
|
5
|
+
- Keep the long-term memory explorer fixed to the browser viewport by removing transforms from its animated content ancestor.
|
|
6
|
+
- Add regression coverage for the full-screen positioning contract.
|
|
7
|
+
|
|
8
|
+
## 0.2.28 - 2026-08-25
|
|
9
|
+
|
|
10
|
+
- Refine the DSH Memory UI with clearer brand, navigation, hierarchy, spacing, and interaction states while retaining native DSH theme tokens.
|
|
11
|
+
- Add restrained view, Block expansion, graph layout, detail panel, popover, and skeleton-loading motion with reduced-motion support.
|
|
12
|
+
- Improve keyboard focus visibility, active navigation semantics, meaningful mascot alternative text, and tactile hover and pressed feedback.
|
|
13
|
+
|
|
14
|
+
## 0.2.27 - 2026-08-25
|
|
15
|
+
|
|
16
|
+
- Add optional semantic Tags to newly projected Knowledge Graph nodes for search, filtering, and understandable group names while keeping Node Type unchanged.
|
|
17
|
+
- Detect dynamic communities with seeded, weighted Leiden using active edges, relationship density, shared Events, Node Type, and Tags; Tags only strengthen existing structural affinity.
|
|
18
|
+
- Render ephemeral Cluster compound nodes with Cytoscape.js and fCoSE for clearer separation, overlap avoidance, pan/zoom, and relationship highlighting.
|
|
19
|
+
- Keep existing graph snapshots untouched: the projector version is unchanged, no historical Events are requeued, and nodes without Tags continue to render and cluster normally.
|
|
20
|
+
|
|
3
21
|
## 0.2.26 - 2026-08-25
|
|
4
22
|
|
|
5
23
|
- Size Knowledge Graph nodes by their long-term importance using supporting Events, active relationships, sustained recent activity, and current-workspace affinity.
|
package/README.md
CHANGED
|
@@ -8,13 +8,13 @@ The plugin adapts DSH session events to the existing StrataGate memory engine; i
|
|
|
8
8
|
|
|
9
9
|
## Preview
|
|
10
10
|
|
|
11
|
-
###
|
|
11
|
+
### Knowledge graph and event timeline
|
|
12
12
|
|
|
13
|
-

|
|
14
14
|
|
|
15
|
-
###
|
|
15
|
+
### Layered short-term memory
|
|
16
16
|
|
|
17
|
-

|
|
18
18
|
|
|
19
19
|
## How it is designed
|
|
20
20
|
|