@rezti/dsh-rez-suite 0.1.59 → 0.1.62

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,11 +5,28 @@
5
5
  升级:
6
6
 
7
7
  ```bash
8
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.59
8
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.62
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
+
14
+ ## 0.1.62 · 2026-09-05
15
+
16
+ **钉死官方 dsh 0.1.0-rc.6。** 官方 `dsh-settings@0.1.2-rc.1` 删了 `installSettingsSection`,员工机自动装 suite 时会把这份新包漂进 profile,网页直接起不来。本版把 `@deepseek-ai/*` 从 `^0.1.0-rc.6` 改成精确版本。启动脚本给 web profile 写 pnpm override;若已漂到 0.1.2 会强制重装。不要把员工机升到官方 0.1.2。
17
+
18
+ 已坏的 Windows:不要反复点启动。用新 Setup.exe 覆盖安装后重开;或手动把 `%USERPROFILE%\.dsh\profiles\web\node_modules` 删掉,装 `@rezti/dsh-rez-suite@0.1.62`。
19
+
20
+ ## 0.1.61 · 2026-09-04
21
+
22
+ **客户通讯:读会话与分析。** 新增 `@rezti/dsh-rez-comms` 子包。读 Odoo 里的客户会话、分析、
23
+ 提示哪些话题必须人工(改价 / 承诺交期 / 法律)。只读,本版不含任何发送工具。附件只列文件名。
24
+
25
+ ## 0.1.60 · 2026-09-02
26
+
27
+ **发布内核。** 新增 `@rezti/dsh-rez-publish` 子包。PCP 内容包模型与校验、渠道注册表、
28
+ 六个只读工具。preview 只读,submit 默认拒绝。用户仍只装 suite。
29
+
13
30
  Windows 员工机日常点网页左下角「升级」,不必重装 EXE。
14
31
 
15
32
  发版顺序:`sso@0.1.16` → `vision@0.1.3` → `nextcloud@0.1.13` → **`suite@0.1.59`**。**必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  雷泽插件的**唯一安装入口**。Odoo / 企微 / HA / TAPD / GSC / 企查查(仅法务助理房间) / 天眼查(仅老板) / 工作区(老板三室 + 全员助理)都由这一包拉齐,不要再逐个 `plugin add`,**不要**再装 `@rezti/dsh-rez-boss-desk`。
4
4
 
5
- 发版顺序(必做):先发 `@rezti/dsh-rez-sso@0.1.16` → `@rezti/dsh-rez-vision@0.1.3` → `@rezti/dsh-rez-nextcloud@0.1.13` → `@rezti/dsh-rez-suite@0.1.59`。**发 suite 必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。员工机启动脚本跟 npm 满 24h 的 latest,不必改安装包里的钉死号。看图旁路在设置里二选一:Kimi 开放平台或 Kimi Code(两套 key 不能混用)。
5
+ 发版顺序(必做):先发 `@rezti/dsh-rez-sso@0.1.17` → `@rezti/dsh-rez-suite@0.1.62`。**发 suite 必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。`@deepseek-ai/*` 钉死 `0.1.0-rc.6`,不要写成 `^`。员工机启动脚本跟 npm 满 24h 的 latest,不必改安装包里的钉死号。看图旁路在设置里二选一:Kimi 开放平台或 Kimi Code(两套 key 不能混用)。
6
6
 
7
7
  设置里选身份后,左侧自己出现对应房间(全员三助理;工程师另加实验室;运营另加设计、发布、电商;老板另加搞钱/产品/运营),不必手动添加工作区。实验室:大模型写 YAML、调 MCP、给下载链接。
8
8
 
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```bash
14
14
  # 第一次 / 升级(钉死版本,避开 24h 发布冷却)
15
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.59
15
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.62
16
16
  ```
17
17
 
18
18
  本版改了什么:见 [CHANGELOG.md](./CHANGELOG.md)。
package/README.zh.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # dsh-rez-suite
2
2
 
3
- **用户只装这一包。** 升级只记:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.59`(不要用裸 `update`;不要 latest;不要 0.1.46 / 0.1.47 / 0.1.51)。本版改了什么见 [CHANGELOG.md](./CHANGELOG.md)。拆分包给开发改代码;不要对同一 profile 再单独 add 子包。
3
+ **用户只装这一包。** 升级只记:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.62`(不要用裸 `update`;不要 latest;不要 0.1.46 / 0.1.47 / 0.1.51)。本版改了什么见 [CHANGELOG.md](./CHANGELOG.md)。拆分包给开发改代码;不要对同一 profile 再单独 add 子包。
4
4
 
5
5
  说明书 / 规格书用输入栏**回形针**上传原 PDF(官方对话只收图,不要拖文件;不要用微信发 PDF)。先入 `Marketing/Inbox`,立刻用 Nextcloud MCP 抽字交回对话,TAPD 测试中,凯文跟 Harness 说审批了哪份后,再写入 `Marketing/Publish/…`。看产品图直接贴进对话即可(旁路先转文字),网页对话模型不要改。
6
6
 
package/cordis.patch.yml CHANGED
@@ -16,6 +16,10 @@
16
16
  name: '@rezti/dsh-rez-odoo'
17
17
  - id: rez-nextcloud
18
18
  name: '@rezti/dsh-rez-nextcloud'
19
+ - id: rez-publish
20
+ name: '@rezti/dsh-rez-publish'
21
+ - id: rez-comms
22
+ name: '@rezti/dsh-rez-comms'
19
23
  - id: rez-vision
20
24
  name: '@rezti/dsh-rez-vision'
21
25
  - id: rez-wechat
package/lib/client.js CHANGED
@@ -1010,6 +1010,48 @@ function ChannelTable({ kind, lang }) {
1010
1010
  //#endregion
1011
1011
  //#region src/changelog.ts
1012
1012
  const SUITE_CHANGELOG = [
1013
+ {
1014
+ version: "0.1.62",
1015
+ date: "2026-09-05",
1016
+ sections: [{
1017
+ title: {
1018
+ zh: "钉死官方 dsh 0.1.0-rc.6,避免 settings API 漂掉",
1019
+ en: "Pin official dsh 0.1.0-rc.6 so settings API cannot drift"
1020
+ },
1021
+ items: [{
1022
+ zh: "官方 dsh-settings 0.1.2 删了 installSettingsSection,员工机一自动升级就会打不开。本版把 @deepseek-ai/* 钉死在 0.1.0-rc.6。已坏的电脑:删 profiles/web/node_modules 后重开;有新安装包则直接开(启动脚本会写 pnpm override 并重装)。不要把员工机升到官方 0.1.2。",
1023
+ en: "Upstream dsh-settings 0.1.2 removed installSettingsSection, which crashed staff Harness after auto-update. This release pins @deepseek-ai/* to 0.1.0-rc.6. Broken installs: delete profiles/web/node_modules and relaunch; a new installer writes the pnpm override and reinstalls. Do not upgrade staff machines to upstream 0.1.2."
1024
+ }]
1025
+ }]
1026
+ },
1027
+ {
1028
+ version: "0.1.61",
1029
+ date: "2026-09-04",
1030
+ sections: [{
1031
+ title: {
1032
+ zh: "客户通讯:读会话与分析",
1033
+ en: "Customer communications: read and analyse"
1034
+ },
1035
+ items: [{
1036
+ zh: "新增 @rezti/dsh-rez-comms 子包。读 Odoo 里的客户会话、分析、提示哪些话题必须人工(改价 / 承诺交期 / 法律)。只读,本版不含任何发送工具。附件只列文件名。",
1037
+ en: "New @rezti/dsh-rez-comms sub-package. Reads customer threads from Odoo, analyses them, and flags the subjects that need a person: price changes, delivery commitments, legal. Read-only; this version registers no send tool. Attachments are listed by name only."
1038
+ }]
1039
+ }]
1040
+ },
1041
+ {
1042
+ version: "0.1.60",
1043
+ date: "2026-09-02",
1044
+ sections: [{
1045
+ title: {
1046
+ zh: "发布内核",
1047
+ en: "Publish core"
1048
+ },
1049
+ items: [{
1050
+ zh: "新增 @rezti/dsh-rez-publish 子包。PCP 内容包模型与校验、渠道注册表、六个只读工具。preview 只读,submit 默认拒绝。用户仍只装 suite。",
1051
+ en: "New @rezti/dsh-rez-publish sub-package. PCP model and validation, the channel registry, and six read-only tools. Preview is read-only; submit refuses by default. Users still install only the suite."
1052
+ }]
1053
+ }]
1054
+ },
1013
1055
  {
1014
1056
  version: "0.1.59",
1015
1057
  date: "2026-08-21",
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.59",
4
- "version": "0.1.59",
3
+ "description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.62",
4
+ "version": "0.1.62",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -37,19 +37,21 @@
37
37
  }
38
38
  },
39
39
  "dependencies": {
40
+ "@modelcontextprotocol/sdk": "^1.30.0",
41
+ "@rezti/dsh-rez-comms": "^0.1.0",
40
42
  "@rezti/dsh-rez-gsc": "^0.1.1",
41
43
  "@rezti/dsh-rez-ha-bridge": "^0.1.9",
42
44
  "@rezti/dsh-rez-intent": "^0.1.5",
43
45
  "@rezti/dsh-rez-nextcloud": "^0.1.13",
44
46
  "@rezti/dsh-rez-odoo": "^0.1.9",
45
- "@rezti/dsh-rez-sso": "^0.1.16",
47
+ "@rezti/dsh-rez-publish": "^0.1.0",
48
+ "@rezti/dsh-rez-sso": "^0.1.17",
46
49
  "@rezti/dsh-rez-tapd": "^0.1.1",
47
50
  "@rezti/dsh-rez-token-manager": "^0.1.4",
48
51
  "@rezti/dsh-rez-vision": "^0.1.3",
49
52
  "@rezti/dsh-rez-wechat": "^0.1.17",
50
53
  "@rezti/dsh-web-file-uploader": "0.2.3",
51
54
  "@wecom/cli": "1.1.0",
52
- "@modelcontextprotocol/sdk": "^1.30.0",
53
55
  "zod": "^4.4.3"
54
56
  },
55
57
  "peerDependencies": {
@@ -58,17 +60,17 @@
58
60
  },
59
61
  "devDependencies": {
60
62
  "@deepseek-ai/cordis": "^4.0.1",
61
- "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.6",
62
- "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
63
- "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.6",
64
- "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.6",
65
- "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.0-rc.6",
66
- "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6",
67
- "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6",
68
- "@deepseek-ai/dsh-llm": "^0.1.0-rc.6",
69
- "@deepseek-ai/dsh-settings": "^0.1.0-rc.6",
70
- "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6",
71
- "@deepseek-ai/dsh-tools": "^0.1.0-rc.6",
63
+ "@deepseek-ai/dsh-client-connection": "0.1.0-rc.6",
64
+ "@deepseek-ai/dsh-client-locale": "0.1.0-rc.6",
65
+ "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.6",
66
+ "@deepseek-ai/dsh-client-ui-settings": "0.1.0-rc.6",
67
+ "@deepseek-ai/dsh-client-ui-sidebar": "0.1.0-rc.6",
68
+ "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.6",
69
+ "@deepseek-ai/dsh-host-webserver": "0.1.0-rc.6",
70
+ "@deepseek-ai/dsh-llm": "0.1.0-rc.6",
71
+ "@deepseek-ai/dsh-settings": "0.1.0-rc.6",
72
+ "@deepseek-ai/dsh-system-prompt": "0.1.0-rc.6",
73
+ "@deepseek-ai/dsh-tools": "0.1.0-rc.6",
72
74
  "@deepseek-ai/schemastery": "^3.18.1",
73
75
  "@tsdown/css": "0.22.2",
74
76
  "@types/node": "^22.20.0",
package/src/changelog.ts CHANGED
@@ -20,6 +20,51 @@ export interface ChangelogRelease {
20
20
  }
21
21
 
22
22
  export const SUITE_CHANGELOG: readonly ChangelogRelease[] = [
23
+ {
24
+ version: '0.1.62',
25
+ date: '2026-09-05',
26
+ sections: [
27
+ {
28
+ title: { zh: '钉死官方 dsh 0.1.0-rc.6,避免 settings API 漂掉', en: 'Pin official dsh 0.1.0-rc.6 so settings API cannot drift' },
29
+ items: [
30
+ {
31
+ zh: '官方 dsh-settings 0.1.2 删了 installSettingsSection,员工机一自动升级就会打不开。本版把 @deepseek-ai/* 钉死在 0.1.0-rc.6。已坏的电脑:删 profiles/web/node_modules 后重开;有新安装包则直接开(启动脚本会写 pnpm override 并重装)。不要把员工机升到官方 0.1.2。',
32
+ en: 'Upstream dsh-settings 0.1.2 removed installSettingsSection, which crashed staff Harness after auto-update. This release pins @deepseek-ai/* to 0.1.0-rc.6. Broken installs: delete profiles/web/node_modules and relaunch; a new installer writes the pnpm override and reinstalls. Do not upgrade staff machines to upstream 0.1.2.',
33
+ },
34
+ ],
35
+ },
36
+ ],
37
+ },
38
+ {
39
+ version: '0.1.61',
40
+ date: '2026-09-04',
41
+ sections: [
42
+ {
43
+ title: { zh: '客户通讯:读会话与分析', en: 'Customer communications: read and analyse' },
44
+ items: [
45
+ {
46
+ zh: '新增 @rezti/dsh-rez-comms 子包。读 Odoo 里的客户会话、分析、提示哪些话题必须人工(改价 / 承诺交期 / 法律)。只读,本版不含任何发送工具。附件只列文件名。',
47
+ en: 'New @rezti/dsh-rez-comms sub-package. Reads customer threads from Odoo, analyses them, and flags the subjects that need a person: price changes, delivery commitments, legal. Read-only; this version registers no send tool. Attachments are listed by name only.',
48
+ },
49
+ ],
50
+ },
51
+ ],
52
+ },
53
+ {
54
+ version: '0.1.60',
55
+ date: '2026-09-02',
56
+ sections: [
57
+ {
58
+ title: { zh: '发布内核', en: 'Publish core' },
59
+ items: [
60
+ {
61
+ zh: '新增 @rezti/dsh-rez-publish 子包。PCP 内容包模型与校验、渠道注册表、六个只读工具。preview 只读,submit 默认拒绝。用户仍只装 suite。',
62
+ en: 'New @rezti/dsh-rez-publish sub-package. PCP model and validation, the channel registry, and six read-only tools. Preview is read-only; submit refuses by default. Users still install only the suite.',
63
+ },
64
+ ],
65
+ },
66
+ ],
67
+ },
23
68
  {
24
69
  version: '0.1.59',
25
70
  date: '2026-08-21',