stratagate-dsh 0.2.49 → 0.2.54
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 +24 -1
- package/dist/client.js +9 -5
- package/dist/index.js +313 -40
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
-
## 0.2.
|
|
3
|
+
## 0.2.54 - 2026-09-07
|
|
4
|
+
|
|
5
|
+
- Keep the virtualized short-term memory dock below host overlays and hide it while a visible modal dialog such as Settings is open.
|
|
6
|
+
|
|
7
|
+
## 0.2.53 - 2026-09-06
|
|
8
|
+
|
|
9
|
+
- Prefer DSH's formal `settingsNavigation.openSection()` contract when opening a prepared Feedback draft, while retaining the HTTP deep link and legacy rc.7 navigation as compatibility fallbacks.
|
|
10
|
+
- Replace the permanently expanded Feedback report with an on-demand preview that shares the exact generated report snapshot used for clipboard copy and diagnostic download.
|
|
11
|
+
- Keep real report, diagnostic-log, and Memory content out of GitHub Issue URLs; prefill only the optional title and a generic HTML paste instruction.
|
|
12
|
+
|
|
13
|
+
## 0.2.52 - 2026-09-05
|
|
14
|
+
|
|
15
|
+
- Return the Feedback draft entry as an absolute link derived from DSH's active Web server port, so the conversation renderer keeps it clickable without hardcoding a port.
|
|
16
|
+
|
|
17
|
+
## 0.2.51 - 2026-09-04
|
|
18
|
+
|
|
19
|
+
- Keep the current short-term memory Block status visible above the composer when its inline conversation row scrolls out of view or is virtualized away.
|
|
20
|
+
- Show explicit open, sealed, compressing, failed, and compressed L0-L5 states while retaining expandable read-only Block details.
|
|
21
|
+
- Reuse the existing session feed and browser observers without adding runtime dependencies.
|
|
22
|
+
|
|
23
|
+
## 0.2.50 - 2026-09-04
|
|
4
24
|
|
|
5
25
|
- Keep feedback reports local instead of placing diagnostics, conversations, errors, or graph data in GitHub Issue URLs.
|
|
6
26
|
- Add a read-only report preview, clipboard-assisted Issue flow, and an exact UTF-8 diagnostic file download fallback.
|
|
7
27
|
- Build diagnostics from explicit field allowlists, preserve full report content, and warn users before including potentially private memory data.
|
|
28
|
+
- Add the local-only `feedback_prepare` Agent tool and editable AI-assisted feedback drafts in the feedback page.
|
|
29
|
+
- Detect explicit StrataGate tool, ingestion, Block derivation, and Graph projection failures for a short temporary Agent suggestion, with a global five-day cooldown.
|
|
30
|
+
- Keep GitHub submission manual and keep diagnostic logs and memory data opt-in.
|
|
8
31
|
|
|
9
32
|
## 0.2.48 - 2026-09-03
|
|
10
33
|
|