@awiki/dsh-plugin 0.3.0 → 0.3.1

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 (3) hide show
  1. package/README.md +1 -1
  2. package/README.zh.md +1 -1
  3. package/package.json +42 -42
package/README.md CHANGED
@@ -74,7 +74,7 @@ dsh plugin --profile web add @awiki/dsh-model-proxy@latest
74
74
  The profile installer both adds the package and activates its bundle layer. A
75
75
  plain `npm i @awiki/dsh-plugin` in a DSH project only installs the package; it
76
76
  does not activate the bundle, so the profile command remains the recommended
77
- installation path. This release line targets the `0.1.0-rc.8` package family
77
+ installation path. This release line targets the `0.1.1-rc.2` package family
78
78
  and pins every direct Host peer exactly, preventing npm from mixing prerelease
79
79
  families in a DSH root dependency tree.
80
80
 
package/README.zh.md CHANGED
@@ -63,7 +63,7 @@ dsh plugin --profile web add @awiki/dsh-model-proxy@latest
63
63
 
64
64
  Profile 安装器会同时添加包并激活 bundle layer。在 DSH 项目根目录执行普通的
65
65
  `npm i @awiki/dsh-plugin` 只会安装依赖,不会激活 bundle,因此仍推荐使用上述
66
- Profile 命令。本发布线面向 `0.1.0-rc.8` 包族,并精确锁定所有直接 Host peer,
66
+ Profile 命令。本发布线面向 `0.1.1-rc.2` 包族,并精确锁定所有直接 Host peer,
67
67
  防止 npm 在 DSH 根依赖树中混用不同的预发布版本族。
68
68
 
69
69
  从 `0.2.0-rc.4` 起,`@awiki/dsh-plugin` 是唯一规范包名。原
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@awiki/dsh-plugin",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "AWiki identity and messaging plugin for DeepSeek Harness",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -122,24 +122,24 @@
122
122
  },
123
123
  "peerDependencies": {
124
124
  "@deepseek-ai/cordis": "^4.0.1",
125
- "@deepseek-ai/dsh-agent": "0.1.0-rc.8",
126
- "@deepseek-ai/dsh-agent-default-model": "0.1.0-rc.8",
127
- "@deepseek-ai/dsh-api-remotes": "0.1.0-rc.8",
128
- "@deepseek-ai/dsh-brand": "0.1.0-rc.8",
129
- "@deepseek-ai/dsh-client-connection": "0.1.0-rc.8",
130
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.8",
131
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.8",
132
- "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.8",
133
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.8",
134
- "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.8",
135
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.8",
136
- "@deepseek-ai/dsh-invariants": "0.1.0-rc.8",
137
- "@deepseek-ai/dsh-llm": "0.1.0-rc.8",
138
- "@deepseek-ai/dsh-session": "0.1.0-rc.8",
139
- "@deepseek-ai/dsh-settings": "0.1.0-rc.8",
140
- "@deepseek-ai/dsh-tools": "0.1.0-rc.8",
141
- "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.8",
142
- "@deepseek-ai/dsh-workspace": "0.1.0-rc.8",
125
+ "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
126
+ "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2",
127
+ "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
128
+ "@deepseek-ai/dsh-brand": "0.1.1-rc.2",
129
+ "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
130
+ "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
131
+ "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
132
+ "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2",
133
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
134
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
135
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
136
+ "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
137
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
138
+ "@deepseek-ai/dsh-session": "0.1.1-rc.2",
139
+ "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
140
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
141
+ "@deepseek-ai/dsh-typert-protocol": "0.1.1-rc.2",
142
+ "@deepseek-ai/dsh-workspace": "0.1.1-rc.2",
143
143
  "react": "^18.2.0"
144
144
  },
145
145
  "peerDependenciesMeta": {
@@ -151,29 +151,29 @@
151
151
  "@deepseek-ai/cordis": "^4.0.1",
152
152
  "@deepseek-ai/cordis-plugin-include": "^1.0.6",
153
153
  "@deepseek-ai/cordis-plugin-loader": "^1.0.2",
154
- "@deepseek-ai/dsh": "0.1.0-rc.8",
155
- "@deepseek-ai/dsh-agent": "0.1.0-rc.8",
156
- "@deepseek-ai/dsh-agent-default-model": "0.1.0-rc.8",
157
- "@deepseek-ai/dsh-api-remotes": "0.1.0-rc.8",
158
- "@deepseek-ai/dsh-brand": "0.1.0-rc.8",
159
- "@deepseek-ai/dsh-client-connection": "0.1.0-rc.8",
160
- "@deepseek-ai/dsh-client-locale": "0.1.0-rc.8",
161
- "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.8",
162
- "@deepseek-ai/dsh-client-test-runtime": "0.1.0-rc.8",
163
- "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.8",
164
- "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.8",
165
- "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.8",
166
- "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.8",
167
- "@deepseek-ai/dsh-invariants": "0.1.0-rc.8",
168
- "@deepseek-ai/dsh-llm": "0.1.0-rc.8",
169
- "@deepseek-ai/dsh-session": "0.1.0-rc.8",
170
- "@deepseek-ai/dsh-settings": "0.1.0-rc.8",
171
- "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.8",
172
- "@deepseek-ai/dsh-tools": "0.1.0-rc.8",
173
- "@deepseek-ai/dsh-typert-generator": "0.1.0-rc.8",
174
- "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.8",
175
- "@deepseek-ai/dsh-user-approval": "0.1.0-rc.8",
176
- "@deepseek-ai/dsh-workspace": "0.1.0-rc.8",
154
+ "@deepseek-ai/dsh": "0.1.1-rc.2",
155
+ "@deepseek-ai/dsh-agent": "0.1.1-rc.2",
156
+ "@deepseek-ai/dsh-agent-default-model": "0.1.1-rc.2",
157
+ "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2",
158
+ "@deepseek-ai/dsh-brand": "0.1.1-rc.2",
159
+ "@deepseek-ai/dsh-client-connection": "0.1.1-rc.2",
160
+ "@deepseek-ai/dsh-client-locale": "0.1.1-rc.2",
161
+ "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2",
162
+ "@deepseek-ai/dsh-client-test-runtime": "0.1.1-rc.2",
163
+ "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2",
164
+ "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2",
165
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.1-rc.2",
166
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2",
167
+ "@deepseek-ai/dsh-invariants": "0.1.1-rc.2",
168
+ "@deepseek-ai/dsh-llm": "0.1.1-rc.2",
169
+ "@deepseek-ai/dsh-session": "0.1.1-rc.2",
170
+ "@deepseek-ai/dsh-settings": "0.1.1-rc.2",
171
+ "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2",
172
+ "@deepseek-ai/dsh-tools": "0.1.1-rc.2",
173
+ "@deepseek-ai/dsh-typert-generator": "0.1.1-rc.2",
174
+ "@deepseek-ai/dsh-typert-protocol": "0.1.1-rc.2",
175
+ "@deepseek-ai/dsh-user-approval": "0.1.1-rc.2",
176
+ "@deepseek-ai/dsh-workspace": "0.1.1-rc.2",
177
177
  "@testing-library/react": "^16.3.2",
178
178
  "@types/node": "^24.3.0",
179
179
  "@types/react": "^18.3.23",