dsh-prime-memory 0.12.1 → 0.12.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.
Files changed (2) hide show
  1. package/dsh.plugin.json +2 -2
  2. package/package.json +13 -9
package/dsh.plugin.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "id": "dsh-prime-memory",
3
3
  "name": "dsh-prime-memory",
4
- "version": "0.11.0",
4
+ "version": "0.12.3",
5
5
  "description": {
6
6
  "en": "Layered distilled memory plugin (L0 capture → L1 atomic memory → L2 scenes → L3 persona) with automatic recall injection before each model step.",
7
7
  "zh": "L0~L3 分层蒸馏记忆插件:自动捕获对话、抽取原子记忆、整合场景块、蒸馏核心画像,并在模型步骤前自动召回注入。"
@@ -13,7 +13,7 @@
13
13
  },
14
14
  "license": "MIT",
15
15
  "engines": {
16
- "dsh": ">=0.1.1-rc.2 <0.2.0-0"
16
+ "dsh": ">=0.1.2-rc.1 <0.1.3-0"
17
17
  },
18
18
  "components": {
19
19
  "host": "dist/index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dsh-prime-memory",
3
- "version": "0.12.1",
3
+ "version": "0.12.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org",
6
6
  "access": "public",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "engines": {
62
62
  "node": ">=22.16.0",
63
- "dsh": ">=0.1.2-rc.1 <0.2.0-0"
63
+ "dsh": ">=0.1.2-rc.1 <0.1.3-0"
64
64
  },
65
65
  "keywords": [
66
66
  "dsh",
@@ -83,16 +83,20 @@
83
83
  },
84
84
  "peerDependencies": {
85
85
  "@deepseek-ai/cordis": "^4.0.1",
86
- "@deepseek-ai/dsh-agent": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2",
87
- "@deepseek-ai/dsh-home-paths": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2",
88
- "@deepseek-ai/dsh-llm": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2",
89
- "@deepseek-ai/dsh-session": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2",
90
- "@deepseek-ai/dsh-settings": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2",
91
- "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2",
92
- "@deepseek-ai/dsh-tools": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || ^0.1.5-rc.2"
86
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0",
87
+ "@deepseek-ai/dsh-client-connection": ">=0.1.2-rc.1 <0.1.3-0",
88
+ "@deepseek-ai/dsh-client-ui-primitives": ">=0.1.2-rc.1 <0.1.3-0",
89
+ "@deepseek-ai/dsh-home-paths": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0",
90
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0",
91
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0",
92
+ "@deepseek-ai/dsh-settings": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0",
93
+ "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0",
94
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.2 || ^0.1.2-rc.1 || ^0.1.3-rc.1 || >=0.1.5-rc.2 <0.1.6-0"
93
95
  },
94
96
  "peerDependenciesMeta": {
95
97
  "@deepseek-ai/dsh-agent": { "optional": true },
98
+ "@deepseek-ai/dsh-client-connection": { "optional": true },
99
+ "@deepseek-ai/dsh-client-ui-primitives": { "optional": true },
96
100
  "@deepseek-ai/dsh-home-paths": { "optional": true },
97
101
  "@deepseek-ai/dsh-llm": { "optional": true },
98
102
  "@deepseek-ai/dsh-session": { "optional": true },