@rezti/dsh-rez-suite 0.1.46 → 0.1.47
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 +9 -4
- package/README.md +4 -4
- package/README.zh.md +1 -1
- package/cordis.patch.yml +2 -2
- package/lib/client.js +16 -0
- package/package.json +3 -3
- package/src/changelog.ts +19 -0
- package/templates/staff/hr/.agents/skills/staff-onboard-keys/SKILL.md +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,16 +5,21 @@
|
|
|
5
5
|
升级:
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.
|
|
8
|
+
dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.47
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
-
不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24
|
|
11
|
+
不要用裸 `plugin update`,不要写 `latest`(新 profile 有 24 小时发布冷却,当天可能装不上)。不要装 **0.1.46**(GitHub 子依赖会被 DSH 拦住)。
|
|
12
12
|
|
|
13
|
-
发版顺序:`sso@0.1.14` → `nextcloud@0.1.11` → `suite@0.1.
|
|
13
|
+
发版顺序:`sso@0.1.14` → `nextcloud@0.1.11` → `@rezti/dsh-web-file-uploader@0.2.2` → `suite@0.1.47`。
|
|
14
|
+
|
|
15
|
+
## 0.1.47 — 2026-08-19
|
|
16
|
+
|
|
17
|
+
- **安装修复**:0.1.46 报 `ERR_PNPM_EXOTIC_SUBDEP`,因为回形针钉在 GitHub,而 DSH profile 禁止子依赖走 git。回形针改为 npm:`@rezti/dsh-web-file-uploader@0.2.2`(同源 Mooling0602 钉死 commit)。
|
|
18
|
+
- 设置页「更新日志」页签。
|
|
14
19
|
|
|
15
20
|
## 0.1.46 — 2026-08-19
|
|
16
21
|
|
|
17
|
-
相对上次已发 npm 的 **0.1.45
|
|
22
|
+
相对上次已发 npm 的 **0.1.45**。**此版本无法在 DSH 员工 profile 安装**,请用 0.1.47。
|
|
18
23
|
|
|
19
24
|
### 员工会碰到的
|
|
20
25
|
|
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-sso@0.1.14` → `@rezti/dsh-rez-nextcloud@0.1.11` → `@rezti/dsh-rez-suite@0.1.
|
|
5
|
+
发版顺序(必做):先发 `@rezti/dsh-rez-sso@0.1.14` → `@rezti/dsh-rez-nextcloud@0.1.11` → `@rezti/dsh-web-file-uploader@0.2.2` → `@rezti/dsh-rez-suite@0.1.47`。只发 suite 没有 SSO 0.1.14,实验室连接字段不会上 npm。suite 读取 SSO 的 `REZ_DEFAULT_CONNECTIONS.qcc`;缺字段时用官方 URL 兜底,避免插件加载失败把微信面板一起拖垮。
|
|
6
6
|
|
|
7
7
|
设置里选身份后,左侧自己出现对应房间(全员三助理;工程师另加实验室;运营另加设计;老板另加搞钱/产品/运营),不必手动添加工作区。实验室:大模型写 YAML、调 MCP、给下载链接。
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
回形针走 npm 包 `@rezti/dsh-web-file-uploader@0.2.2`(不要 GitHub:DSH 会拦子依赖 git,0.1.46 因此装不上)。
|
|
10
10
|
|
|
11
|
-
员工机不要 `SUITE_VERSION=latest`:新 profile 默认 `minimumReleaseAge: 1440`,当天发的包可能装不到。钉死 `0.1.
|
|
11
|
+
员工机不要 `SUITE_VERSION=latest`:新 profile 默认 `minimumReleaseAge: 1440`,当天发的包可能装不到。钉死 `0.1.47`,或把 profile 的 `minimumReleaseAge` 改成 `0`。
|
|
12
12
|
|
|
13
13
|
```bash
|
|
14
14
|
# 第一次 / 升级(钉死版本,避开 24h 发布冷却)
|
|
15
|
-
dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.
|
|
15
|
+
dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.47
|
|
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.
|
|
3
|
+
**用户只装这一包。** 升级只记:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.47`(不要用裸 `update`;不要 latest;不要 0.1.46,那一版 GitHub 子依赖会被 DSH 拦住)。本版改了什么见 [CHANGELOG.md](./CHANGELOG.md)。拆分包给开发改代码;不要对同一 profile 再单独 add 子包。
|
|
4
4
|
|
|
5
5
|
说明书 / 规格书用输入栏**回形针**上传原 PDF(官方对话只收图,不要拖文件;不要用微信发 PDF)。先入 `Marketing/Inbox` + TAPD 测试中,凯文跟 Harness 说审批了哪份后,再写入 `Marketing/Publish/…`。
|
|
6
6
|
|
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.
|
|
2
|
+
# 升级只记这一条:`dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.47`
|
|
3
3
|
# 不要再单独 add 子包,会重复注册。
|
|
4
4
|
#
|
|
5
5
|
# MCP rows are started by the domain plugins after rezSso resolves secrets.
|
|
@@ -25,6 +25,6 @@
|
|
|
25
25
|
- id: rez-gsc
|
|
26
26
|
name: '@rezti/dsh-rez-gsc'
|
|
27
27
|
- id: dsh-web-file-uploader
|
|
28
|
-
name: 'dsh-web-file-uploader'
|
|
28
|
+
name: '@rezti/dsh-web-file-uploader'
|
|
29
29
|
- id: rez-suite
|
|
30
30
|
name: '@rezti/dsh-rez-suite'
|
package/lib/client.js
CHANGED
|
@@ -719,6 +719,22 @@ function AuditTab({ api }) {
|
|
|
719
719
|
//#endregion
|
|
720
720
|
//#region src/changelog.ts
|
|
721
721
|
const SUITE_CHANGELOG = [{
|
|
722
|
+
version: "0.1.47",
|
|
723
|
+
date: "2026-08-19",
|
|
724
|
+
sections: [{
|
|
725
|
+
title: {
|
|
726
|
+
zh: "安装修复",
|
|
727
|
+
en: "Install fix"
|
|
728
|
+
},
|
|
729
|
+
items: [{
|
|
730
|
+
zh: "0.1.46 装不上:DSH 禁止插件子依赖走 GitHub。回形针已改成 npm 包 @rezti/dsh-web-file-uploader@0.2.2。请装 0.1.47,不要再装 0.1.46。",
|
|
731
|
+
en: "0.1.46 cannot install: DSH blocks GitHub git deps as plugin subdependencies. The paperclip plugin is now @rezti/dsh-web-file-uploader@0.2.2 on npm. Install 0.1.47, not 0.1.46."
|
|
732
|
+
}, {
|
|
733
|
+
zh: "设置 → 插件 → ReZ-TI → 更新日志:能看到本页说明。",
|
|
734
|
+
en: "Settings → Plugins → ReZ-TI → Changelog shows these notes."
|
|
735
|
+
}]
|
|
736
|
+
}]
|
|
737
|
+
}, {
|
|
722
738
|
version: "0.1.46",
|
|
723
739
|
date: "2026-08-19",
|
|
724
740
|
sections: [{
|
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.
|
|
4
|
-
"version": "0.1.
|
|
3
|
+
"description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.47",
|
|
4
|
+
"version": "0.1.47",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"engines": {
|
|
7
7
|
"node": "^22.19.0 || >=24.0.0"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@rezti/dsh-rez-tapd": "^0.1.1",
|
|
47
47
|
"@rezti/dsh-rez-token-manager": "^0.1.4",
|
|
48
48
|
"@rezti/dsh-rez-wechat": "^0.1.14",
|
|
49
|
-
"dsh-web-file-uploader": "
|
|
49
|
+
"@rezti/dsh-web-file-uploader": "0.2.2",
|
|
50
50
|
"@modelcontextprotocol/sdk": "^1.30.0",
|
|
51
51
|
"zod": "^4.4.3"
|
|
52
52
|
},
|
package/src/changelog.ts
CHANGED
|
@@ -20,6 +20,25 @@ export interface ChangelogRelease {
|
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
export const SUITE_CHANGELOG: readonly ChangelogRelease[] = [
|
|
23
|
+
{
|
|
24
|
+
version: '0.1.47',
|
|
25
|
+
date: '2026-08-19',
|
|
26
|
+
sections: [
|
|
27
|
+
{
|
|
28
|
+
title: { zh: '安装修复', en: 'Install fix' },
|
|
29
|
+
items: [
|
|
30
|
+
{
|
|
31
|
+
zh: '0.1.46 装不上:DSH 禁止插件子依赖走 GitHub。回形针已改成 npm 包 @rezti/dsh-web-file-uploader@0.2.2。请装 0.1.47,不要再装 0.1.46。',
|
|
32
|
+
en: '0.1.46 cannot install: DSH blocks GitHub git deps as plugin subdependencies. The paperclip plugin is now @rezti/dsh-web-file-uploader@0.2.2 on npm. Install 0.1.47, not 0.1.46.',
|
|
33
|
+
},
|
|
34
|
+
{
|
|
35
|
+
zh: '设置 → 插件 → ReZ-TI → 更新日志:能看到本页说明。',
|
|
36
|
+
en: 'Settings → Plugins → ReZ-TI → Changelog shows these notes.',
|
|
37
|
+
},
|
|
38
|
+
],
|
|
39
|
+
},
|
|
40
|
+
],
|
|
41
|
+
},
|
|
23
42
|
{
|
|
24
43
|
version: '0.1.46',
|
|
25
44
|
date: '2026-08-19',
|
|
@@ -22,14 +22,14 @@ description: 人事助理。引导员工自己领取本机安装包、申请各
|
|
|
22
22
|
|
|
23
23
|
没有 GitHub 权限:找人事要包,不要下未知来源的安装程序。
|
|
24
24
|
|
|
25
|
-
**发包装时说清楚:** zip/exe 只是启动壳,第一次会从外网下 Node 和 dsh,再装钉死的 suite(现在 `0.1.
|
|
25
|
+
**发包装时说清楚:** zip/exe 只是启动壳,第一次会从外网下 Node 和 dsh,再装钉死的 suite(现在 `0.1.47`)。不是装完就能离线用。长期分发走 CI artifact,不要把仓里 `deploy/dist/` 当主渠道。
|
|
26
26
|
|
|
27
|
-
|
|
27
|
+
回形针上传走 npm `@rezti/dsh-web-file-uploader`,装进 suite 即可。不要再单独从 GitHub add。
|
|
28
28
|
|
|
29
29
|
### Mac
|
|
30
30
|
|
|
31
31
|
1. 解压 zip,把 **ReZ-TI Harness** 拖进「应用程序」。
|
|
32
|
-
2. 第一次:**右键 → 打开**(未签名)。会下载 Node、钉稳定 dsh、拉 **0.1.
|
|
32
|
+
2. 第一次:**右键 → 打开**(未签名)。会下载 Node、钉稳定 dsh、拉 **0.1.47** suite(不是 latest:当天发的 latest 可能被 24 小时冷却拦住)。
|
|
33
33
|
3. 浏览器打开 `http://127.0.0.1:3080/`。
|
|
34
34
|
|
|
35
35
|
### Windows
|