@rezti/dsh-rez-suite 0.1.67 → 0.1.68

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
@@ -5,15 +5,15 @@
5
5
  升级:
6
6
 
7
7
  ```bash
8
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.67
8
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.68
9
9
  ```
10
10
 
11
11
  不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24 小时发布冷却,当天可能装不上)。不要装 **0.1.46**(GitHub 子依赖会被 DSH 拦住)。不要装 **0.1.51**(误用 `npm publish` 把 `workspace:` 打进包了)。
12
12
 
13
13
 
14
- ## 0.1.67 · 2026-09-13
14
+ ## 0.1.68 · 2026-09-13
15
15
 
16
- **修 dsh 0.1.5 网页/微信 401。** 官方改成进程级 `?token=` + HttpOnly cookie,裸开 `:3080` 会提示 authentication required;个人微信 bridge 原先 RPC 不带 cookie → `session.create` 401。本版 suite 启动时写 `~/.dsh/dsh-web.url`(完整带 token 地址);wechat `@0.1.19` 用该文件换 cookie 再调 `/api`。装 **`@0.1.67`** 后重启 `dsh web`,浏览器请打开终端打印的完整 URL(或等价地打开一次该文件里的地址)。
16
+ **修 dsh 0.1.5 网页/微信 401。** 官方改成进程级 `?token=` + HttpOnly cookie,裸开 `:3080` 会提示 authentication required;个人微信 bridge 原先 RPC 不带 cookie → `session.create` 401。本版 suite 启动时写 `~/.dsh/dsh-web.url`(完整带 token 地址);wechat `@0.1.19` 用该文件换 cookie 再调 `/api`。装 **`@0.1.68`** 后重启 `dsh web`,浏览器请打开终端打印的完整 URL(或等价地打开一次该文件里的地址)。
17
17
 
18
18
  **附:旧 sso 钉死。** 若 profile 仍嵌着旧子包,清 `profiles/web/node_modules` 再装本版。
19
19
 
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.67`
2
+ # 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.68`
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.67",
1014
+ version: "0.1.68",
1015
1015
  date: "2026-09-13",
1016
1016
  sections: [{
1017
1017
  title: {
@@ -1019,8 +1019,8 @@ const SUITE_CHANGELOG = [
1019
1019
  en: "Fix dsh 0.1.5 web/WeChat 401"
1020
1020
  },
1021
1021
  items: [{
1022
- zh: "suite 写入 ~/.dsh/dsh-web.url;wechat@0.1.19 用 ?token= 换 cookie 再 RPC。请装 @0.1.67,重启 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.67, restart dsh web, open the full printed URL."
1022
+ zh: "suite 写入 ~/.dsh/dsh-web.url;wechat@0.1.19 用 ?token= 换 cookie 再 RPC。请装 @0.1.68,重启 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.68, restart dsh web, open the full printed URL."
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.67",
4
- "version": "0.1.67",
3
+ "description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.68",
4
+ "version": "0.1.68",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
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.67',
24
+ version: '0.1.68',
25
25
  date: '2026-09-13',
26
26
  sections: [
27
27
  {
28
28
  title: { zh: '修 dsh 0.1.5 网页/微信 401', en: 'Fix dsh 0.1.5 web/WeChat 401' },
29
29
  items: [
30
30
  {
31
- zh: 'suite 写入 ~/.dsh/dsh-web.url;wechat@0.1.19 用 ?token= 换 cookie 再 RPC。请装 @0.1.67,重启 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.67, restart dsh web, open the full printed URL.',
31
+ zh: 'suite 写入 ~/.dsh/dsh-web.url;wechat@0.1.19 用 ?token= 换 cookie 再 RPC。请装 @0.1.68,重启 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.68, restart dsh web, open the full printed URL.',
33
33
  },
34
34
  ],
35
35
  },