@rezti/dsh-rez-suite 0.1.51 → 0.1.52

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,17 +5,22 @@
5
5
  升级:
6
6
 
7
7
  ```bash
8
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.51
8
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.52
9
9
  ```
10
10
 
11
- 不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24 小时发布冷却,当天可能装不上)。不要装 **0.1.46**(GitHub 子依赖会被 DSH 拦住)。
11
+ 不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24 小时发布冷却,当天可能装不上)。不要装 **0.1.46**(GitHub 子依赖会被 DSH 拦住)。不要装 **0.1.51**(误用 `npm publish` 把 `workspace:` 打进包了)。
12
12
 
13
- 发版顺序:`wechat@0.1.16` → `suite@0.1.51`。
13
+ 发版顺序:`wechat@0.1.16` → `suite@0.1.52`。**必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。
14
+
15
+ ## 0.1.52 — 2026-08-20
16
+
17
+ - **安装修复**:0.1.51 报 `ERR_PNPM_WORKSPACE_PKG_NOT_FOUND`。请装 0.1.52。内容同 0.1.51(官方 wecomcli references 整包 + 房间仍 BotID/Secret)。
14
18
 
15
19
  ## 0.1.51 — 2026-08-20
16
20
 
17
21
  - **企微办公技能补全 references**:官方 `wecomcli-*` 整包种进房间(含 `references/` / `assets/` / `scripts/`),种子不再只拷 `SKILL.md`。办公授权继续 `wecom-cli auth init`(可扫码);**房间消息通道仍用设置页 BotID + Secret**,不改成扫码。
18
22
  - CLI 请用 `@wecom/cli >=1.1.0`(`0.1.x` 命令面不同)。
23
+ - **勿装**:本版 npm 包依赖含 `workspace:`,员工 profile 装不上。
19
24
 
20
25
  ## 0.1.50 — 2026-08-20
21
26
 
package/README.md CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  雷泽插件的**唯一安装入口**。Odoo / 企微 / HA / TAPD / GSC / 企查查(仅法务助理房间) / 天眼查(仅老板) / 工作区(老板三室 + 全员助理)都由这一包拉齐,不要再逐个 `plugin add`,**不要**再装 `@rezti/dsh-rez-boss-desk`。
4
4
 
5
- 发版顺序(必做):先发 `@rezti/dsh-rez-wechat@0.1.16` → `@rezti/dsh-rez-suite@0.1.50`。员工机安装包仍钉已发布的 suite,不要顺手改审批镜像 `SUITE_VERSION`。
5
+ 发版顺序(必做):先发 `@rezti/dsh-rez-wechat@0.1.16` → `@rezti/dsh-rez-suite@0.1.52`。**发 suite 必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。员工机安装包仍钉已发布的 suite,不要顺手改审批镜像 `SUITE_VERSION`。
6
6
 
7
7
  设置里选身份后,左侧自己出现对应房间(全员三助理;工程师另加实验室;运营另加设计、发布、电商;老板另加搞钱/产品/运营),不必手动添加工作区。实验室:大模型写 YAML、调 MCP、给下载链接。
8
8
 
9
9
  回形针走 npm 包 `@rezti/dsh-web-file-uploader@0.2.3`(不要 GitHub:DSH 会拦子依赖 git,0.1.46 因此装不上)。
10
10
 
11
- 员工机不要 `SUITE_VERSION=latest`:新 profile 默认 `minimumReleaseAge: 1440`,当天发的包可能装不到。钉死 `0.1.48`,或把 profile 的 `minimumReleaseAge` 改成 `0`。
11
+ 员工机不要 `SUITE_VERSION=latest`:新 profile 默认 `minimumReleaseAge: 1440`,当天发的包可能装不到。钉死版本,或把 profile 的 `minimumReleaseAge` 改成 `0`。
12
12
 
13
13
  ```bash
14
14
  # 第一次 / 升级(钉死版本,避开 24h 发布冷却)
15
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.50
15
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.52
16
16
  ```
17
17
 
18
18
  本版改了什么:见 [CHANGELOG.md](./CHANGELOG.md)。
package/lib/client.js CHANGED
@@ -994,6 +994,20 @@ function ChannelTable({ kind, lang }) {
994
994
  //#endregion
995
995
  //#region src/changelog.ts
996
996
  const SUITE_CHANGELOG = [
997
+ {
998
+ version: "0.1.52",
999
+ date: "2026-08-20",
1000
+ sections: [{
1001
+ title: {
1002
+ zh: "安装修复",
1003
+ en: "Install fix"
1004
+ },
1005
+ items: [{
1006
+ zh: "0.1.51 报 ERR_PNPM_WORKSPACE_PKG_NOT_FOUND(npm publish 把 workspace: 打进包)。请装 0.1.52。内容同 0.1.51:wecomcli references 整包;房间仍 BotID+Secret。",
1007
+ en: "0.1.51 failed with ERR_PNPM_WORKSPACE_PKG_NOT_FOUND because npm publish left workspace: deps. Install 0.1.52. Same content as 0.1.51: full wecomcli references; room bots still BotID+Secret."
1008
+ }]
1009
+ }]
1010
+ },
997
1011
  {
998
1012
  version: "0.1.51",
999
1013
  date: "2026-08-20",
@@ -1003,8 +1017,8 @@ const SUITE_CHANGELOG = [
1003
1017
  en: "WeCom office skill pack"
1004
1018
  },
1005
1019
  items: [{
1006
- zh: "官方 wecomcli-* 整包种进房间(含 references)。办公用 wecom-cli auth init(可扫码);房间消息通道仍设置页 BotID+Secret,不改扫码。请装 @wecom/cli >=1.1.0",
1007
- en: "Vendor full upstream wecomcli-* skills including references. Office auth stays wecom-cli auth init (QR OK); room chat still uses settings BotID+Secret. Use @wecom/cli >=1.1.0."
1020
+ zh: "官方 wecomcli-* 整包种进房间(含 references)。办公用 wecom-cli auth init(可扫码);房间消息通道仍设置页 BotID+Secret,不改扫码。请装 @wecom/cli >=1.1.0。勿装本版:依赖含 workspace:。",
1021
+ en: "Vendor full upstream wecomcli-* skills including references. Office auth stays wecom-cli auth init (QR OK); room chat still uses settings BotID+Secret. Use @wecom/cli >=1.1.0. Do not install this version: published with workspace: deps."
1008
1022
  }]
1009
1023
  }]
1010
1024
  },
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.51",
4
- "version": "0.1.51",
3
+ "description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.52",
4
+ "version": "0.1.52",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -40,12 +40,12 @@
40
40
  "@rezti/dsh-rez-gsc": "^0.1.1",
41
41
  "@rezti/dsh-rez-ha-bridge": "^0.1.9",
42
42
  "@rezti/dsh-rez-intent": "^0.1.5",
43
- "@rezti/dsh-rez-nextcloud": "workspace:^0.1.11",
43
+ "@rezti/dsh-rez-nextcloud": "^0.1.11",
44
44
  "@rezti/dsh-rez-odoo": "^0.1.9",
45
- "@rezti/dsh-rez-sso": "workspace:^0.1.14",
45
+ "@rezti/dsh-rez-sso": "^0.1.14",
46
46
  "@rezti/dsh-rez-tapd": "^0.1.1",
47
47
  "@rezti/dsh-rez-token-manager": "^0.1.4",
48
- "@rezti/dsh-rez-wechat": "workspace:^0.1.16",
48
+ "@rezti/dsh-rez-wechat": "^0.1.16",
49
49
  "@rezti/dsh-web-file-uploader": "0.2.3",
50
50
  "@modelcontextprotocol/sdk": "^1.30.0",
51
51
  "zod": "^4.4.3"
@@ -98,16 +98,16 @@
98
98
  "publishConfig": {
99
99
  "access": "public"
100
100
  },
101
+ "repository": {
102
+ "type": "git",
103
+ "url": "git+https://github.com/ReZ-TI/deepseek-harness.git",
104
+ "directory": "packages/dsh-rez-suite"
105
+ },
101
106
  "scripts": {
102
107
  "build": "tsc -p tsconfig.build.json && tsdown --config-loader native && node scripts/wrap-client.mjs",
103
108
  "bundle": "tsdown --config-loader native",
104
109
  "watch": "tsdown --config-loader native --watch",
105
110
  "typecheck": "tsc --noEmit",
106
111
  "test": "vitest run"
107
- },
108
- "repository": {
109
- "type": "git",
110
- "url": "git+https://github.com/ReZ-TI/deepseek-harness.git",
111
- "directory": "packages/dsh-rez-suite"
112
112
  }
113
- }
113
+ }
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.52',
25
+ date: '2026-08-20',
26
+ sections: [
27
+ {
28
+ title: { zh: '安装修复', en: 'Install fix' },
29
+ items: [
30
+ {
31
+ zh: '0.1.51 报 ERR_PNPM_WORKSPACE_PKG_NOT_FOUND(npm publish 把 workspace: 打进包)。请装 0.1.52。内容同 0.1.51:wecomcli references 整包;房间仍 BotID+Secret。',
32
+ en: '0.1.51 failed with ERR_PNPM_WORKSPACE_PKG_NOT_FOUND because npm publish left workspace: deps. Install 0.1.52. Same content as 0.1.51: full wecomcli references; room bots still BotID+Secret.',
33
+ },
34
+ ],
35
+ },
36
+ ],
37
+ },
23
38
  {
24
39
  version: '0.1.51',
25
40
  date: '2026-08-20',
@@ -28,8 +43,8 @@ export const SUITE_CHANGELOG: readonly ChangelogRelease[] = [
28
43
  title: { zh: '企微办公技能补全', en: 'WeCom office skill pack' },
29
44
  items: [
30
45
  {
31
- zh: '官方 wecomcli-* 整包种进房间(含 references)。办公用 wecom-cli auth init(可扫码);房间消息通道仍设置页 BotID+Secret,不改扫码。请装 @wecom/cli >=1.1.0',
32
- en: 'Vendor full upstream wecomcli-* skills including references. Office auth stays wecom-cli auth init (QR OK); room chat still uses settings BotID+Secret. Use @wecom/cli >=1.1.0.',
46
+ zh: '官方 wecomcli-* 整包种进房间(含 references)。办公用 wecom-cli auth init(可扫码);房间消息通道仍设置页 BotID+Secret,不改扫码。请装 @wecom/cli >=1.1.0。勿装本版:依赖含 workspace:。',
47
+ en: 'Vendor full upstream wecomcli-* skills including references. Office auth stays wecom-cli auth init (QR OK); room chat still uses settings BotID+Secret. Use @wecom/cli >=1.1.0. Do not install this version: published with workspace: deps.',
33
48
  },
34
49
  ],
35
50
  },