dsh-messager 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.
- package/README.en.md +4 -3
- package/README.md +3 -2
- package/package.json +49 -49
package/README.en.md
CHANGED
|
@@ -178,9 +178,10 @@ pnpm typecheck # host side
|
|
|
178
178
|
pnpm build # host tsc + client declarations + client bundle (lib/)
|
|
179
179
|
``
|
|
180
180
|
|
|
181
|
-
## Version compatibility (dsh-messager 0.3.
|
|
182
|
-
|
|
183
|
-
- **v0.3.
|
|
181
|
+
## Version compatibility (dsh-messager 0.3.1 / DSH 0.1.2-rc.1)
|
|
182
|
+
|
|
183
|
+
- **v0.3.1 supports only DSH `0.1.2-rc.1`**; all `@deepseek-ai/dsh-*` peerDependencies are pinned to that version.
|
|
184
|
+
- This release only updates the DSH peer dependency versions; notification logic, configuration format, and existing channel behavior are unchanged.
|
|
184
185
|
- Compatibility notes:
|
|
185
186
|
- The removed `dsh-client-runtime` is no longer used. Client session lists use `dsh-api-session-controller`, interaction state uses `dsh-client-ui-session`, and slot services use `dsh-client-ui-renderer`.
|
|
186
187
|
- The `messager` settings namespace is registered from the Loader config and can also be read/written through the plugin's own `/dsh-messager/config` route, which is not subject to DSH's settings namespace allowlist.
|
package/README.md
CHANGED
|
@@ -210,10 +210,11 @@ pnpm typecheck # host 端
|
|
|
210
210
|
pnpm build # host tsc + client 声明 + client bundle(lib/)
|
|
211
211
|
```
|
|
212
212
|
|
|
213
|
-
## 版本兼容(dsh-messager 0.3.
|
|
213
|
+
## 版本兼容(dsh-messager 0.3.1 / DSH 0.1.2-rc.1)
|
|
214
214
|
|
|
215
|
-
- **v0.3.
|
|
215
|
+
- **v0.3.1 仅支持 DSH `0.1.2-rc.1`**;所有 `@deepseek-ai/dsh-*` peerDependencies
|
|
216
216
|
统一锁定该版本,不再兼容旧 RC 接口。
|
|
217
|
+
- 本版本仅更新 DSH peer 依赖版本;通知逻辑、配置格式和现有通道行为不变。
|
|
217
218
|
- client 端适配新版拆分:会话列表来自 `dsh-api-session-controller`,交互状态来自
|
|
218
219
|
`dsh-client-ui-session` 的 `ctx.uiSession.pendingInteractions`,`ctx.slots` 由
|
|
219
220
|
`dsh-client-ui-renderer` 提供;不再依赖已移除的 `dsh-client-runtime`。
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dsh-messager",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "DeepSeek Harness 通知插件:会话交互/任务完成/出错时通过系统通知、浏览器通知、飞书/企业微信/Discord/钉钉/Telegram 推送提醒",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -40,55 +40,55 @@
|
|
|
40
40
|
"@deepseek-ai/cordis": "^4.0.2",
|
|
41
41
|
"@deepseek-ai/cordis-plugin-include": "^1.0.7",
|
|
42
42
|
"@deepseek-ai/cordis-plugin-loader": "^1.0.3",
|
|
43
|
-
"@deepseek-ai/dsh-agent": "0.1.2-
|
|
44
|
-
"@deepseek-ai/dsh-agent-default-model": "0.1.2-
|
|
45
|
-
"@deepseek-ai/dsh-agent-presets": "0.1.2-
|
|
46
|
-
"@deepseek-ai/dsh-api-remotes": "0.1.2-
|
|
47
|
-
"@deepseek-ai/dsh-api-session-controller": "0.1.2-
|
|
48
|
-
"@deepseek-ai/dsh-attachment": "0.1.2-
|
|
49
|
-
"@deepseek-ai/dsh-atomic-write": "0.1.2-
|
|
50
|
-
"@deepseek-ai/dsh-compaction": "0.1.2-
|
|
51
|
-
"@deepseek-ai/dsh-client-connection": "0.1.2-
|
|
52
|
-
"@deepseek-ai/dsh-client-locale": "0.1.2-
|
|
53
|
-
"@deepseek-ai/dsh-client-store": "0.1.2-
|
|
54
|
-
"@deepseek-ai/dsh-client-ui-primitives": "0.1.2-
|
|
55
|
-
"@deepseek-ai/dsh-client-ui-renderer": "0.1.2-
|
|
56
|
-
"@deepseek-ai/dsh-client-ui-session": "0.1.2-
|
|
57
|
-
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-
|
|
58
|
-
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-
|
|
59
|
-
"@deepseek-ai/dsh-code-runtime": "0.1.2-
|
|
60
|
-
"@deepseek-ai/dsh-home-paths": "0.1.2-
|
|
61
|
-
"@deepseek-ai/dsh-host-webserver": "0.1.2-
|
|
62
|
-
"@deepseek-ai/dsh-native-command": "0.1.2-
|
|
63
|
-
"@deepseek-ai/dsh-output-retention": "0.1.2-
|
|
64
|
-
"@deepseek-ai/dsh-scope": "0.1.2-
|
|
65
|
-
"@deepseek-ai/dsh-session": "0.1.2-
|
|
66
|
-
"@deepseek-ai/dsh-session-projection": "0.1.2-
|
|
67
|
-
"@deepseek-ai/dsh-session-query": "0.1.2-
|
|
68
|
-
"@deepseek-ai/dsh-session-title": "0.1.2-
|
|
69
|
-
"@deepseek-ai/dsh-skill": "0.1.2-
|
|
70
|
-
"@deepseek-ai/dsh-storage-domain": "0.1.2-
|
|
71
|
-
"@deepseek-ai/dsh-storage": "0.1.2-
|
|
72
|
-
"@deepseek-ai/dsh-subagent": "0.1.2-
|
|
73
|
-
"@deepseek-ai/dsh-system-prompt": "0.1.2-
|
|
74
|
-
"@deepseek-ai/dsh-tools": "0.1.2-
|
|
75
|
-
"@deepseek-ai/dsh-settings": "0.1.2-
|
|
76
|
-
"@deepseek-ai/dsh-user-approval": "0.1.2-
|
|
77
|
-
"@deepseek-ai/dsh-workspace": "0.1.2-
|
|
43
|
+
"@deepseek-ai/dsh-agent": "0.1.2-rc.1",
|
|
44
|
+
"@deepseek-ai/dsh-agent-default-model": "0.1.2-rc.1",
|
|
45
|
+
"@deepseek-ai/dsh-agent-presets": "0.1.2-rc.1",
|
|
46
|
+
"@deepseek-ai/dsh-api-remotes": "0.1.2-rc.1",
|
|
47
|
+
"@deepseek-ai/dsh-api-session-controller": "0.1.2-rc.1",
|
|
48
|
+
"@deepseek-ai/dsh-attachment": "0.1.2-rc.1",
|
|
49
|
+
"@deepseek-ai/dsh-atomic-write": "0.1.2-rc.1",
|
|
50
|
+
"@deepseek-ai/dsh-compaction": "0.1.2-rc.1",
|
|
51
|
+
"@deepseek-ai/dsh-client-connection": "0.1.2-rc.1",
|
|
52
|
+
"@deepseek-ai/dsh-client-locale": "0.1.2-rc.1",
|
|
53
|
+
"@deepseek-ai/dsh-client-store": "0.1.2-rc.1",
|
|
54
|
+
"@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1",
|
|
55
|
+
"@deepseek-ai/dsh-client-ui-renderer": "0.1.2-rc.1",
|
|
56
|
+
"@deepseek-ai/dsh-client-ui-session": "0.1.2-rc.1",
|
|
57
|
+
"@deepseek-ai/dsh-client-ui-settings": "0.1.2-rc.1",
|
|
58
|
+
"@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1",
|
|
59
|
+
"@deepseek-ai/dsh-code-runtime": "0.1.2-rc.1",
|
|
60
|
+
"@deepseek-ai/dsh-home-paths": "0.1.2-rc.1",
|
|
61
|
+
"@deepseek-ai/dsh-host-webserver": "0.1.2-rc.1",
|
|
62
|
+
"@deepseek-ai/dsh-native-command": "0.1.2-rc.1",
|
|
63
|
+
"@deepseek-ai/dsh-output-retention": "0.1.2-rc.1",
|
|
64
|
+
"@deepseek-ai/dsh-scope": "0.1.2-rc.1",
|
|
65
|
+
"@deepseek-ai/dsh-session": "0.1.2-rc.1",
|
|
66
|
+
"@deepseek-ai/dsh-session-projection": "0.1.2-rc.1",
|
|
67
|
+
"@deepseek-ai/dsh-session-query": "0.1.2-rc.1",
|
|
68
|
+
"@deepseek-ai/dsh-session-title": "0.1.2-rc.1",
|
|
69
|
+
"@deepseek-ai/dsh-skill": "0.1.2-rc.1",
|
|
70
|
+
"@deepseek-ai/dsh-storage-domain": "0.1.2-rc.1",
|
|
71
|
+
"@deepseek-ai/dsh-storage": "0.1.2-rc.1",
|
|
72
|
+
"@deepseek-ai/dsh-subagent": "0.1.2-rc.1",
|
|
73
|
+
"@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1",
|
|
74
|
+
"@deepseek-ai/dsh-tools": "0.1.2-rc.1",
|
|
75
|
+
"@deepseek-ai/dsh-settings": "0.1.2-rc.1",
|
|
76
|
+
"@deepseek-ai/dsh-user-approval": "0.1.2-rc.1",
|
|
77
|
+
"@deepseek-ai/dsh-workspace": "0.1.2-rc.1",
|
|
78
78
|
"@deepseek-ai/schemastery": "^3.18.2",
|
|
79
|
-
"@deepseek-ai/dsh-api-gateway": "0.1.2-
|
|
80
|
-
"@deepseek-ai/dsh-commands": "0.1.2-
|
|
81
|
-
"@deepseek-ai/dsh-credentials": "0.1.2-
|
|
82
|
-
"@deepseek-ai/dsh-file-reference": "0.1.2-
|
|
83
|
-
"@deepseek-ai/dsh-goal": "0.1.2-
|
|
84
|
-
"@deepseek-ai/dsh-host-plugin-inventory": "0.1.2-
|
|
85
|
-
"@deepseek-ai/dsh-invariants": "0.1.2-
|
|
86
|
-
"@deepseek-ai/dsh-llm": "0.1.2-
|
|
87
|
-
"@deepseek-ai/dsh-cordis-host-runner": "0.1.2-
|
|
88
|
-
"@deepseek-ai/dsh-message-feedback": "0.1.2-
|
|
89
|
-
"@deepseek-ai/dsh-session-persistence": "0.1.2-
|
|
90
|
-
"@deepseek-ai/dsh-session-reference": "0.1.2-
|
|
91
|
-
"@deepseek-ai/dsh-typert-registry": "0.1.2-
|
|
79
|
+
"@deepseek-ai/dsh-api-gateway": "0.1.2-rc.1",
|
|
80
|
+
"@deepseek-ai/dsh-commands": "0.1.2-rc.1",
|
|
81
|
+
"@deepseek-ai/dsh-credentials": "0.1.2-rc.1",
|
|
82
|
+
"@deepseek-ai/dsh-file-reference": "0.1.2-rc.1",
|
|
83
|
+
"@deepseek-ai/dsh-goal": "0.1.2-rc.1",
|
|
84
|
+
"@deepseek-ai/dsh-host-plugin-inventory": "0.1.2-rc.1",
|
|
85
|
+
"@deepseek-ai/dsh-invariants": "0.1.2-rc.1",
|
|
86
|
+
"@deepseek-ai/dsh-llm": "0.1.2-rc.1",
|
|
87
|
+
"@deepseek-ai/dsh-cordis-host-runner": "0.1.2-rc.1",
|
|
88
|
+
"@deepseek-ai/dsh-message-feedback": "0.1.2-rc.1",
|
|
89
|
+
"@deepseek-ai/dsh-session-persistence": "0.1.2-rc.1",
|
|
90
|
+
"@deepseek-ai/dsh-session-reference": "0.1.2-rc.1",
|
|
91
|
+
"@deepseek-ai/dsh-typert-registry": "0.1.2-rc.1"
|
|
92
92
|
},
|
|
93
93
|
"peerDependenciesMeta": {
|
|
94
94
|
"@deepseek-ai/cordis": {
|