@rezti/dsh-rez-suite 0.1.70 → 0.1.71

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 CHANGED
@@ -8,7 +8,7 @@
8
8
  dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.70
9
9
  ```
10
10
 
11
- 不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24 小时发布冷却,当天可能装不上)。不要装 **0.1.46**(GitHub 子依赖会被 DSH 拦住)。不要装 **0.1.51**(误用 `npm publish` 把 `workspace:` 打进包了)。
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
14
  ## 0.1.70 · 2026-09-13
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.70`
2
+ # 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.71`
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,16 +1011,16 @@ function ChannelTable({ kind, lang }) {
1011
1011
  //#region src/changelog.ts
1012
1012
  const SUITE_CHANGELOG = [
1013
1013
  {
1014
- version: "0.1.70",
1014
+ version: "0.1.71",
1015
1015
  date: "2026-09-13",
1016
1016
  sections: [{
1017
1017
  title: {
1018
- zh: " dsh 0.1.5 网页/微信 401",
1019
- en: "Fix dsh 0.1.5 web/WeChat 401"
1018
+ zh: "修企微/微信 RPC 404",
1019
+ en: "Fix WeCom/WeChat RPC 404"
1020
1020
  },
1021
1021
  items: [{
1022
- zh: "suite 写入 ~/.dsh/dsh-web.url;wechat@0.1.19 用 ?token= 换 cookie 再 RPC。请装 @0.1.70,重启 dsh web,用终端打印的完整 URL 打开网页。",
1023
- en: "Suite writes ~/.dsh/dsh-web.url; wechat@0.1.19 exchanges ?token= for a cookie before RPC. Install @0.1.70, restart dsh web, open the full printed URL."
1022
+ zh: "dsh 0.1.5 改为 session/create + {args:{request}};wechat@0.1.20。请装 @0.1.71 并重启。",
1023
+ en: "dsh 0.1.5 uses session/create + {args:{request}}; wechat@0.1.20. Install @0.1.71 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.70",
4
- "version": "0.1.70",
3
+ "description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.71",
4
+ "version": "0.1.71",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -48,7 +48,7 @@
48
48
  "@rezti/dsh-rez-tapd": "^0.1.2",
49
49
  "@rezti/dsh-rez-token-manager": "^0.1.5",
50
50
  "@rezti/dsh-rez-vision": "^0.1.4",
51
- "@rezti/dsh-rez-wechat": "^0.1.19",
51
+ "@rezti/dsh-rez-wechat": "^0.1.20",
52
52
  "@rezti/dsh-web-file-uploader": "0.2.3",
53
53
  "@wecom/cli": "1.1.0",
54
54
  "zod": "^4.4.3"
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.70',
24
+ version: '0.1.71',
25
25
  date: '2026-09-13',
26
26
  sections: [
27
27
  {
28
- title: { zh: ' dsh 0.1.5 网页/微信 401', en: 'Fix dsh 0.1.5 web/WeChat 401' },
28
+ title: { zh: '修企微/微信 RPC 404', en: 'Fix WeCom/WeChat RPC 404' },
29
29
  items: [
30
30
  {
31
- zh: 'suite 写入 ~/.dsh/dsh-web.url;wechat@0.1.19 用 ?token= 换 cookie 再 RPC。请装 @0.1.70,重启 dsh web,用终端打印的完整 URL 打开网页。',
32
- en: 'Suite writes ~/.dsh/dsh-web.url; wechat@0.1.19 exchanges ?token= for a cookie before RPC. Install @0.1.70, restart dsh web, open the full printed URL.',
31
+ zh: 'dsh 0.1.5 改为 session/create + {args:{request}};wechat@0.1.20。请装 @0.1.71 并重启。',
32
+ en: 'dsh 0.1.5 uses session/create + {args:{request}}; wechat@0.1.20. Install @0.1.71 and restart.',
33
33
  },
34
34
  ],
35
35
  },