stratagate-dsh 0.2.30 → 0.2.32
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 +7 -0
- package/dist/client.js +5 -3
- package/dist/index.js +896 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -187,3 +187,10 @@
|
|
|
187
187
|
## 0.1.0
|
|
188
188
|
|
|
189
189
|
- Initial DeepSeek Harness integration with automatic ingestion, retrieval, expansion, evidence assessment, and use-only reinforcement.
|
|
190
|
+
# 0.2.32
|
|
191
|
+
|
|
192
|
+
- Redesign external AI memory import as a two-step modal with the complete export prompt, one-click copy, JSON validation, and direct import.
|
|
193
|
+
|
|
194
|
+
# 0.2.31
|
|
195
|
+
|
|
196
|
+
- Add v2 external AI memory export/import flow with time-safe candidate parsing and Event adjudication support.
|