@rezti/dsh-rez-suite 0.1.62 → 0.1.65

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,20 @@
5
5
  升级:
6
6
 
7
7
  ```bash
8
- dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.62
8
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.65
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.65 · 2026-09-13
15
+
16
+ **跟官方 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` 本版。
17
+
18
+ ## 0.1.63 · 2026-09-06
19
+
20
+ **多公司改读公司包。** 人财法与搞钱/运营模板不再内嵌四家公司表;抬头与 `company_id` 以 Nextcloud `org/chart.yaml` 的 `companies[]` 为准(INDEX `company_ref`)。加公司只改 chart,不改插件名单。
21
+
14
22
  ## 0.1.62 · 2026-09-05
15
23
 
16
24
  **钉死官方 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。
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.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 不能混用)。
5
+ 发版顺序(必做):先发 `@rezti/dsh-rez-sso@0.1.17` → `@rezti/dsh-rez-suite@0.1.65`。**发 suite 必须用 `pnpm publish`**(会把 `workspace:` 写成真实版本),不要用 `npm publish`。`@deepseek-ai/*` 钉死 `0.1.5-rc.2`,不要写成 `^`。员工机启动脚本跟 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.62
15
+ dsh plugin --profile web add @rezti/dsh-rez-suite@0.1.65
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.62`(不要用裸 `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.63`(不要用裸 `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