@rezti/dsh-rez-suite 0.1.64 → 0.1.66

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,12 +5,16 @@
5
5
  升级:
6
6
 
7
7
  ```bash
8
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.64
8
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.66
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.66 · 2026-09-13
15
+
16
+ **修 Linux/旧 profile 起不来。** 子包曾钉死旧 `sso@0.1.9/0.1.14/0.1.15`(仍 `import installSettingsSection`),在官方 dsh 0.1.5 必炸。本版子包改依赖 `sso@^0.1.18`;`cordis.patch.yml` 用包名解析 sso(不再用嵌套相对路径)。装 **`@0.1.66`**,并清 `profiles/web/node_modules`。
17
+
14
18
  ## 0.1.64 · 2026-09-13
15
19
 
16
20
  **跟官方 dsh 0.1.5。** `@deepseek-ai/*` 钉到 `0.1.5-rc.2`。设置改用 `ctx.settings.installSection`(不再依赖已删除的 `installSettingsSection` 导出)。凭证读写按 `version: 1` + `refs:`;安装包 `DSH_VERSION=0.1.5-rc.2`。依赖:`sso@0.1.18`、`intent@0.1.6`、`token-manager@0.1.5`、`vision@0.1.4`。员工机请用新 Setup / 重装钉版 dsh 后再 `plugin add` 本版。
package/cordis.patch.yml CHANGED
@@ -1,13 +1,15 @@
1
1
  # 用户只装这一包:`dsh plugin --profile web add @rezti/dsh-rez-suite`
2
- # 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.59`
2
+ # 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.66`
3
3
  # 不要再单独 add 子包,会重复注册。
4
4
  #
5
5
  # MCP rows are started by the domain plugins after rezSso resolves secrets.
6
6
  # Do not list @deepseek-ai/dsh-mcp-client here: empty process.env would spawn
7
7
  # nextcloud-mcp-server in a reconnect loop.
8
+ # Resolve packages by name (not nested relative paths) so hoisted / nested
9
+ # profile layouts both work on Linux and Windows.
8
10
  - insert:
9
11
  - id: rez-sso
10
- name: './node_modules/@rezti/dsh-rez-suite/node_modules/@rezti/dsh-rez-sso/lib/index.js'
12
+ name: '@rezti/dsh-rez-sso'
11
13
  - id: rez-token-manager
12
14
  name: '@rezti/dsh-rez-token-manager'
13
15
  - id: rez-intent
package/lib/client.js CHANGED
@@ -1010,6 +1010,20 @@ function ChannelTable({ kind, lang }) {
1010
1010
  //#endregion
1011
1011
  //#region src/changelog.ts
1012
1012
  const SUITE_CHANGELOG = [
1013
+ {
1014
+ version: "0.1.66",
1015
+ date: "2026-09-13",
1016
+ sections: [{
1017
+ title: {
1018
+ zh: "修旧 sso 钉死导致 0.1.5 起不来",
1019
+ en: "Fix old pinned sso crashing on dsh 0.1.5"
1020
+ },
1021
+ items: [{
1022
+ zh: "子包改依赖 sso@^0.1.18;cordis.patch 用包名加载 sso。请装 @0.1.66 并删 profiles/web/node_modules。",
1023
+ en: "Subpackages depend on sso@^0.1.18; cordis.patch loads sso by package name. Install @0.1.66 and delete profiles/web/node_modules."
1024
+ }]
1025
+ }]
1026
+ },
1013
1027
  {
1014
1028
  version: "0.1.64",
1015
1029
  date: "2026-09-13",
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.64",
4
- "version": "0.1.64",
3
+ "description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.66",
4
+ "version": "0.1.66",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -38,17 +38,17 @@
38
38
  "dependencies": {
39
39
  "@modelcontextprotocol/sdk": "^1.30.0",
40
40
  "@rezti/dsh-rez-comms": "^0.1.0",
41
- "@rezti/dsh-rez-gsc": "^0.1.1",
42
- "@rezti/dsh-rez-ha-bridge": "^0.1.9",
41
+ "@rezti/dsh-rez-gsc": "^0.1.2",
42
+ "@rezti/dsh-rez-ha-bridge": "^0.1.10",
43
43
  "@rezti/dsh-rez-intent": "^0.1.6",
44
- "@rezti/dsh-rez-nextcloud": "^0.1.13",
45
- "@rezti/dsh-rez-odoo": "^0.1.9",
44
+ "@rezti/dsh-rez-nextcloud": "^0.1.14",
45
+ "@rezti/dsh-rez-odoo": "^0.1.10",
46
46
  "@rezti/dsh-rez-publish": "^0.1.0",
47
47
  "@rezti/dsh-rez-sso": "^0.1.18",
48
- "@rezti/dsh-rez-tapd": "^0.1.1",
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.17",
51
+ "@rezti/dsh-rez-wechat": "^0.1.18",
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
@@ -20,6 +20,21 @@ export interface ChangelogRelease {
20
20
  }
21
21
 
22
22
  export const SUITE_CHANGELOG: readonly ChangelogRelease[] = [
23
+ {
24
+ version: '0.1.66',
25
+ date: '2026-09-13',
26
+ sections: [
27
+ {
28
+ title: { zh: '修旧 sso 钉死导致 0.1.5 起不来', en: 'Fix old pinned sso crashing on dsh 0.1.5' },
29
+ items: [
30
+ {
31
+ zh: '子包改依赖 sso@^0.1.18;cordis.patch 用包名加载 sso。请装 @0.1.66 并删 profiles/web/node_modules。',
32
+ en: 'Subpackages depend on sso@^0.1.18; cordis.patch loads sso by package name. Install @0.1.66 and delete profiles/web/node_modules.',
33
+ },
34
+ ],
35
+ },
36
+ ],
37
+ },
23
38
  {
24
39
  version: '0.1.64',
25
40
  date: '2026-09-13',