dsh-memory-gate 0.11.2 → 0.11.3
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 +13 -0
- package/README.md +2 -2
- package/package.json +13 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 0.11.3 - 2026-09-08
|
|
4
|
+
|
|
5
|
+
- Compatibility/listing release for DSH STORE (AI-Scarlett/DSH-Store#636):
|
|
6
|
+
- Add `dsh.compatibility.dshReleases` exact compatibility records for the
|
|
7
|
+
current official latest-three DSH window (`0.1.2-rc.1`, `0.1.3-alpha.1`,
|
|
8
|
+
`0.1.3-alpha.2`) so the fixed-Commit catalog can restore the listing.
|
|
9
|
+
- Widen `peerDependencies` for `@deepseek-ai/dsh-agent`, `@deepseek-ai/dsh-commands`,
|
|
10
|
+
`@deepseek-ai/dsh-llm`, and `@deepseek-ai/dsh-session` to also accept
|
|
11
|
+
`0.1.3-alpha.x`; add the matching `dsh.compatibility.dsh` range.
|
|
12
|
+
- Sync README target Harness and Git-install version pin to `0.11.3`.
|
|
13
|
+
- No runtime behavior change; existing `use`/`verify`/`ignore` decisions and
|
|
14
|
+
backtest scenarios remain unchanged.
|
|
15
|
+
|
|
3
16
|
## 0.11.2 - 2026-08-28
|
|
4
17
|
|
|
5
18
|
- Compatibility release for upstream `dsh` v0.1.2-alpha.1:
|
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ over time — all auditable, bounded (≤3 claims / 1200 chars by default),
|
|
|
24
24
|
no extra model call. (Local SQLite + FTS5 storage; no embeddings, no
|
|
25
25
|
external memory API.)
|
|
26
26
|
|
|
27
|
-
当前版本:`0.11.
|
|
27
|
+
当前版本:`0.11.3`。目标 Harness:`0.1.3-alpha.2`(兼容 `0.1.0-rc.6` 起的 Harness),Node.js `>=22.5`。
|
|
28
28
|
|
|
29
29
|
## v1 能力
|
|
30
30
|
|
|
@@ -72,7 +72,7 @@ dsh web
|
|
|
72
72
|
也可以用 Git 地址安装并锁定版本:
|
|
73
73
|
|
|
74
74
|
```bash
|
|
75
|
-
dsh plugin --profile web add git+https://github.com/GIT121995/dsh-memory-gate.git#v0.11.
|
|
75
|
+
dsh plugin --profile web add git+https://github.com/GIT121995/dsh-memory-gate.git#v0.11.3
|
|
76
76
|
```
|
|
77
77
|
|
|
78
78
|
卸载:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-memory-gate",
|
|
3
|
-
"version": "0.11.
|
|
3
|
+
"version": "0.11.3",
|
|
4
4
|
"description": "Retrieved ≠ injected: CBDC-gated memory for DeepSeek Harness — decides how memory is USED (use/verify/ignore decisions, feedback learning, full audit); local SQLite + FTS5, bounded, no extra model call",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"repository": {
|
|
@@ -58,6 +58,14 @@
|
|
|
58
58
|
"dsh": {
|
|
59
59
|
"bundle": {
|
|
60
60
|
"patch": "./cordis.patch.yml"
|
|
61
|
+
},
|
|
62
|
+
"compatibility": {
|
|
63
|
+
"dsh": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.1",
|
|
64
|
+
"dshReleases": {
|
|
65
|
+
"0.1.2-rc.1": "compatible",
|
|
66
|
+
"0.1.3-alpha.1": "compatible",
|
|
67
|
+
"0.1.3-alpha.2": "compatible"
|
|
68
|
+
}
|
|
61
69
|
}
|
|
62
70
|
},
|
|
63
71
|
"dependencies": {
|
|
@@ -65,10 +73,10 @@
|
|
|
65
73
|
},
|
|
66
74
|
"peerDependencies": {
|
|
67
75
|
"@deepseek-ai/cordis": "^4.0.1",
|
|
68
|
-
"@deepseek-ai/dsh-agent": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1",
|
|
69
|
-
"@deepseek-ai/dsh-commands": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1",
|
|
70
|
-
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1",
|
|
71
|
-
"@deepseek-ai/dsh-session": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1"
|
|
76
|
+
"@deepseek-ai/dsh-agent": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.1",
|
|
77
|
+
"@deepseek-ai/dsh-commands": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.1",
|
|
78
|
+
"@deepseek-ai/dsh-llm": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.1",
|
|
79
|
+
"@deepseek-ai/dsh-session": "^0.1.0-rc.6 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.1"
|
|
72
80
|
},
|
|
73
81
|
"devDependencies": {
|
|
74
82
|
"@deepseek-ai/cordis": "^4.0.1",
|