stratagate-dsh 0.2.39 → 0.2.42
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 +17 -0
- package/dist/client.js +37 -5
- package/dist/index.js +82 -15
- package/dist/index.js.map +1 -1
- package/package.json +8 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.2.42 - 2026-09-01
|
|
4
|
+
|
|
5
|
+
- Restore live assistant rendering on DSH `0.1.0-rc.7` by publishing memory-citation location data under the registered conversation kind.
|
|
6
|
+
- Derive answer-tail citations from supported `memory_record_use` tool call and result events instead of persisting an unsupported custom session event.
|
|
7
|
+
- Preserve read compatibility for legacy citation events while allowing migrated session history to replay without refresh-only failures.
|
|
8
|
+
|
|
9
|
+
## 0.2.41 - 2026-09-01
|
|
10
|
+
|
|
11
|
+
- Render program-owned Event, Knowledge Graph, and Block citations under the exact assistant answer that adopted them through `memory_record_use`.
|
|
12
|
+
- Preserve adopted evidence kind, source reference, Block level, and expansion state in durable usage audits and session history.
|
|
13
|
+
- Open citation details directly from the answer tail, including the selected memory content and its source conversation.
|
|
14
|
+
|
|
15
|
+
## 0.2.40 - 2026-08-31
|
|
16
|
+
|
|
17
|
+
- Make Knowledge Graph limits explicit, render the top 100 nodes by default, and let users reveal 100 more at a time.
|
|
18
|
+
- Add total-aware pagination for Events and Blocks in 40-item pages and usage audits in 100-item pages.
|
|
19
|
+
|
|
3
20
|
## 0.2.39 - 2026-08-31
|
|
4
21
|
|
|
5
22
|
- Preview external-memory imports without writes, skip exact duplicates deterministically, and ask the configured model to adjudicate Top-K local matches.
|