@rezti/dsh-rez-suite 0.1.75 → 0.1.76
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 +2 -2
- package/cordis.patch.yml +1 -1
- package/lib/client.js +3 -3
- package/package.json +20 -20
- package/src/changelog.ts +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,13 +5,13 @@
|
|
|
5
5
|
升级:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.
|
|
8
|
+
dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.76
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24 小时发布冷却,当天可能装不上)。不要装 **0.1.46**(GitHub 子依赖会被 DSH 拦住)。不要装 **0.1.51** / **0.1.69**(误用 `npm publish` 把 `workspace:` 打进包了)。
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
## 0.1.
|
|
14
|
+
## 0.1.76 · 2026-09-13
|
|
15
15
|
|
|
16
16
|
**修「网页有回复、微信没有」。** dsh 0.1.5 可见文字多半先走 `text-chunks`,末条 `assistant/message` 常是纯工具调用;shim 以前只读 message 的 text,等不到就一直挂着。现从 `text-chunks` 抽可见文,并用 prompt 后的 `turn/end` seq 判定本轮结束。企微长回复截断,并保证 stream `finish` 收尾。wechat `@0.1.23`。
|
|
17
17
|
|
package/cordis.patch.yml
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# 用户只装这一包:`dsh plugin --profile web add @rezti/dsh-rez-suite`
|
|
2
|
-
# 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.
|
|
2
|
+
# 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.76`
|
|
3
3
|
# 不要再单独 add 子包,会重复注册。
|
|
4
4
|
#
|
|
5
5
|
# MCP rows are started by the domain plugins after rezSso resolves secrets.
|
package/lib/client.js
CHANGED
|
@@ -1011,7 +1011,7 @@ function ChannelTable({ kind, lang }) {
|
|
|
1011
1011
|
//#region src/changelog.ts
|
|
1012
1012
|
const SUITE_CHANGELOG = [
|
|
1013
1013
|
{
|
|
1014
|
-
version: "0.1.
|
|
1014
|
+
version: "0.1.76",
|
|
1015
1015
|
date: "2026-09-13",
|
|
1016
1016
|
sections: [{
|
|
1017
1017
|
title: {
|
|
@@ -1019,8 +1019,8 @@ const SUITE_CHANGELOG = [
|
|
|
1019
1019
|
en: "Fix Harness reply missing on WeChat"
|
|
1020
1020
|
},
|
|
1021
1021
|
items: [{
|
|
1022
|
-
zh: "从 text-chunks 抽取可见文字(末条 assistant/message 常是纯工具);按 turn/end seq 判定结束。企微截断长回复并保证 finish。wechat@0.1.23。请装 @0.1.
|
|
1023
|
-
en: "Read visible text from text-chunks (final assistant/message is often tool-only); settle on turn/end seq. WeCom clips long replies and always finishes the stream. wechat@0.1.23. Install @0.1.
|
|
1022
|
+
zh: "从 text-chunks 抽取可见文字(末条 assistant/message 常是纯工具);按 turn/end seq 判定结束。企微截断长回复并保证 finish。wechat@0.1.23。请装 @0.1.76 并重启。",
|
|
1023
|
+
en: "Read visible text from text-chunks (final assistant/message is often tool-only); settle on turn/end seq. WeCom clips long replies and always finishes the stream. wechat@0.1.23. Install @0.1.76 and restart."
|
|
1024
1024
|
}]
|
|
1025
1025
|
}]
|
|
1026
1026
|
},
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rezti/dsh-rez-suite",
|
|
3
|
-
"description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.76",
|
|
4
|
+
"version": "0.1.76",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^22.19.0 || >=24.0.0"
|
|
@@ -37,18 +37,18 @@
|
|
|
37
37
|
},
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
40
|
-
"@rezti/dsh-rez-comms": "
|
|
41
|
-
"@rezti/dsh-rez-gsc": "
|
|
42
|
-
"@rezti/dsh-rez-ha-bridge": "
|
|
43
|
-
"@rezti/dsh-rez-intent": "
|
|
44
|
-
"@rezti/dsh-rez-nextcloud": "
|
|
45
|
-
"@rezti/dsh-rez-odoo": "
|
|
46
|
-
"@rezti/dsh-rez-publish": "
|
|
47
|
-
"@rezti/dsh-rez-sso": "
|
|
48
|
-
"@rezti/dsh-rez-tapd": "
|
|
49
|
-
"@rezti/dsh-rez-token-manager": "
|
|
50
|
-
"@rezti/dsh-rez-vision": "
|
|
51
|
-
"@rezti/dsh-rez-wechat": "
|
|
40
|
+
"@rezti/dsh-rez-comms": "workspace:^0.1.0",
|
|
41
|
+
"@rezti/dsh-rez-gsc": "workspace:^0.1.2",
|
|
42
|
+
"@rezti/dsh-rez-ha-bridge": "workspace:^0.1.10",
|
|
43
|
+
"@rezti/dsh-rez-intent": "workspace:^0.1.6",
|
|
44
|
+
"@rezti/dsh-rez-nextcloud": "workspace:^0.1.14",
|
|
45
|
+
"@rezti/dsh-rez-odoo": "workspace:^0.1.10",
|
|
46
|
+
"@rezti/dsh-rez-publish": "workspace:^0.1.0",
|
|
47
|
+
"@rezti/dsh-rez-sso": "workspace:^0.1.18",
|
|
48
|
+
"@rezti/dsh-rez-tapd": "workspace:^0.1.2",
|
|
49
|
+
"@rezti/dsh-rez-token-manager": "workspace:^0.1.5",
|
|
50
|
+
"@rezti/dsh-rez-vision": "workspace:^0.1.4",
|
|
51
|
+
"@rezti/dsh-rez-wechat": "workspace:^0.1.23",
|
|
52
52
|
"@rezti/dsh-web-file-uploader": "0.2.3",
|
|
53
53
|
"@wecom/cli": "1.1.0",
|
|
54
54
|
"zod": "^4.4.3"
|
|
@@ -102,16 +102,16 @@
|
|
|
102
102
|
"publishConfig": {
|
|
103
103
|
"access": "public"
|
|
104
104
|
},
|
|
105
|
-
"repository": {
|
|
106
|
-
"type": "git",
|
|
107
|
-
"url": "git+https://github.com/ReZ-TI/deepseek-harness.git",
|
|
108
|
-
"directory": "packages/dsh-rez-suite"
|
|
109
|
-
},
|
|
110
105
|
"scripts": {
|
|
111
106
|
"build": "tsc -p tsconfig.build.json && tsdown --config-loader native && node scripts/wrap-client.mjs",
|
|
112
107
|
"bundle": "tsdown --config-loader native",
|
|
113
108
|
"watch": "tsdown --config-loader native --watch",
|
|
114
109
|
"typecheck": "tsc --noEmit",
|
|
115
110
|
"test": "vitest run"
|
|
111
|
+
},
|
|
112
|
+
"repository": {
|
|
113
|
+
"type": "git",
|
|
114
|
+
"url": "git+https://github.com/ReZ-TI/deepseek-harness.git",
|
|
115
|
+
"directory": "packages/dsh-rez-suite"
|
|
116
116
|
}
|
|
117
|
-
}
|
|
117
|
+
}
|
package/src/changelog.ts
CHANGED
|
@@ -21,15 +21,15 @@ export interface ChangelogRelease {
|
|
|
21
21
|
|
|
22
22
|
export const SUITE_CHANGELOG: readonly ChangelogRelease[] = [
|
|
23
23
|
{
|
|
24
|
-
version: '0.1.
|
|
24
|
+
version: '0.1.76',
|
|
25
25
|
date: '2026-09-13',
|
|
26
26
|
sections: [
|
|
27
27
|
{
|
|
28
28
|
title: { zh: '修网页有回复微信没有', en: 'Fix Harness reply missing on WeChat' },
|
|
29
29
|
items: [
|
|
30
30
|
{
|
|
31
|
-
zh: '从 text-chunks 抽取可见文字(末条 assistant/message 常是纯工具);按 turn/end seq 判定结束。企微截断长回复并保证 finish。wechat@0.1.23。请装 @0.1.
|
|
32
|
-
en: 'Read visible text from text-chunks (final assistant/message is often tool-only); settle on turn/end seq. WeCom clips long replies and always finishes the stream. wechat@0.1.23. Install @0.1.
|
|
31
|
+
zh: '从 text-chunks 抽取可见文字(末条 assistant/message 常是纯工具);按 turn/end seq 判定结束。企微截断长回复并保证 finish。wechat@0.1.23。请装 @0.1.76 并重启。',
|
|
32
|
+
en: 'Read visible text from text-chunks (final assistant/message is often tool-only); settle on turn/end seq. WeCom clips long replies and always finishes the stream. wechat@0.1.23. Install @0.1.76 and restart.',
|
|
33
33
|
},
|
|
34
34
|
],
|
|
35
35
|
},
|