@rezti/dsh-rez-suite 0.1.59 → 0.1.61

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,22 @@
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.61
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.61 · 2026-09-04
15
+
16
+ **客户通讯:读会话与分析。** 新增 `@rezti/dsh-rez-comms` 子包。读 Odoo 里的客户会话、分析、
17
+ 提示哪些话题必须人工(改价 / 承诺交期 / 法律)。只读,本版不含任何发送工具。附件只列文件名。
18
+
19
+ ## 0.1.60 · 2026-09-02
20
+
21
+ **发布内核。** 新增 `@rezti/dsh-rez-publish` 子包。PCP 内容包模型与校验、渠道注册表、
22
+ 六个只读工具。preview 只读,submit 默认拒绝。用户仍只装 suite。
23
+
13
24
  Windows 员工机日常点网页左下角「升级」,不必重装 EXE。
14
25
 
15
26
  发版顺序:`sso@0.1.16` → `vision@0.1.3` → `nextcloud@0.1.13` → **`suite@0.1.59`**。**必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。
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,34 @@ function ChannelTable({ kind, lang }) {
1010
1010
  //#endregion
1011
1011
  //#region src/changelog.ts
1012
1012
  const SUITE_CHANGELOG = [
1013
+ {
1014
+ version: "0.1.61",
1015
+ date: "2026-09-04",
1016
+ sections: [{
1017
+ title: {
1018
+ zh: "客户通讯:读会话与分析",
1019
+ en: "Customer communications: read and analyse"
1020
+ },
1021
+ items: [{
1022
+ zh: "新增 @rezti/dsh-rez-comms 子包。读 Odoo 里的客户会话、分析、提示哪些话题必须人工(改价 / 承诺交期 / 法律)。只读,本版不含任何发送工具。附件只列文件名。",
1023
+ 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."
1024
+ }]
1025
+ }]
1026
+ },
1027
+ {
1028
+ version: "0.1.60",
1029
+ date: "2026-09-02",
1030
+ sections: [{
1031
+ title: {
1032
+ zh: "发布内核",
1033
+ en: "Publish core"
1034
+ },
1035
+ items: [{
1036
+ zh: "新增 @rezti/dsh-rez-publish 子包。PCP 内容包模型与校验、渠道注册表、六个只读工具。preview 只读,submit 默认拒绝。用户仍只装 suite。",
1037
+ 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."
1038
+ }]
1039
+ }]
1040
+ },
1013
1041
  {
1014
1042
  version: "0.1.59",
1015
1043
  date: "2026-08-21",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rezti/dsh-rez-suite",
3
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",
4
+ "version": "0.1.61",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -37,11 +37,14 @@
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",
47
+ "@rezti/dsh-rez-publish": "^0.1.0",
45
48
  "@rezti/dsh-rez-sso": "^0.1.16",
46
49
  "@rezti/dsh-rez-tapd": "^0.1.1",
47
50
  "@rezti/dsh-rez-token-manager": "^0.1.4",
@@ -49,7 +52,6 @@
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": {
package/src/changelog.ts CHANGED
@@ -20,6 +20,36 @@ export interface ChangelogRelease {
20
20
  }
21
21
 
22
22
  export const SUITE_CHANGELOG: readonly ChangelogRelease[] = [
23
+ {
24
+ version: '0.1.61',
25
+ date: '2026-09-04',
26
+ sections: [
27
+ {
28
+ title: { zh: '客户通讯:读会话与分析', en: 'Customer communications: read and analyse' },
29
+ items: [
30
+ {
31
+ zh: '新增 @rezti/dsh-rez-comms 子包。读 Odoo 里的客户会话、分析、提示哪些话题必须人工(改价 / 承诺交期 / 法律)。只读,本版不含任何发送工具。附件只列文件名。',
32
+ 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.',
33
+ },
34
+ ],
35
+ },
36
+ ],
37
+ },
38
+ {
39
+ version: '0.1.60',
40
+ date: '2026-09-02',
41
+ sections: [
42
+ {
43
+ title: { zh: '发布内核', en: 'Publish core' },
44
+ items: [
45
+ {
46
+ zh: '新增 @rezti/dsh-rez-publish 子包。PCP 内容包模型与校验、渠道注册表、六个只读工具。preview 只读,submit 默认拒绝。用户仍只装 suite。',
47
+ 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.',
48
+ },
49
+ ],
50
+ },
51
+ ],
52
+ },
23
53
  {
24
54
  version: '0.1.59',
25
55
  date: '2026-08-21',