@rezti/dsh-rez-suite 0.1.13 → 0.1.15

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/README.md CHANGED
@@ -1,11 +1,15 @@
1
- # dsh-rez-suite
1
+ # @rezti/dsh-rez-suite
2
2
 
3
- **Legacy monolith.** New work goes into the split packages (`dsh-rez-sso`, `dsh-rez-odoo`, `dsh-rez-wechat`, …). This bundle still ships the Web GUI panel (including WeChat QR) and will be retired once the split packages cover the panel.
4
-
5
- If you still `dsh plugin add @rezti/dsh-rez-suite`, do **not** also add the child packages — the suite patch already inserts them.
3
+ 雷泽插件的**唯一安装入口**。Odoo / 企微 / HA / 老板三室等都由这一包拉齐,不要再逐个 `plugin add`。
6
4
 
7
5
  ```bash
8
- dsh plugin --profile web add link:$(pwd)
6
+ # 第一次
7
+ dsh plugin --profile web add @rezti/dsh-rez-suite
8
+
9
+ # 以后升级(只记这一条)
10
+ dsh plugin --profile web update @rezti/dsh-rez-suite
9
11
  ```
10
12
 
11
- Personal WeChat scan-and-chat lives in `@rezti/dsh-rez-wechat`; the QR tab is still on this panel for now. See the repo root README for the three-layer product map.
13
+ 包名是 `@rezti/dsh-rez-suite`,不是 `dsh-rezti-suite`。不要对同一 profile 再单独 add 子包,会重复注册。
14
+
15
+ 拆分包(`dsh-rez-odoo` 等)给开发改代码用。Web 面板(含微信扫码)暂时仍在本包。
package/README.zh.md CHANGED
@@ -1,6 +1,8 @@
1
1
  # dsh-rez-suite
2
2
 
3
- **旧单体,将退役。** 新代码进 `dsh-rez-sso` / `dsh-rez-odoo` / `dsh-rez-wechat` 等拆分包。本包暂时保留 Web 面板(含个人微信扫码页)和自研 MCP Host。若仍 `plugin add` 本包,不要再单独 add 子包,会重复注册。
3
+ **用户只装这一包。** 升级只记:`dsh plugin --profile web update @rezti/dsh-rez-suite`。拆分包给开发改代码;不要对同一 profile 再单独 add 子包。
4
+
5
+ DSH Web GUI 的「Rez Suite」插件包:在插件内部启动一个 MCP Host,支持 **stdio** 与 **streamable-http** 两种 MCP 连接;提供 Web 配置面板(连通性一键验证)、按角色动态筛选 MCP 工具的 Preset 加载器,以及 SQLite 本地 Token/审计账本。
4
6
 
5
7
  DSH Web GUI 的「Rez Suite」插件包:在插件内部启动一个 MCP Host,支持 **stdio** 与 **streamable-http** 两种 MCP 连接;提供 Web 配置面板(连通性一键验证)、按角色动态筛选 MCP 工具的 Preset 加载器,以及 SQLite 本地 Token/审计账本。
6
8
 
package/cordis.patch.yml CHANGED
@@ -1,6 +1,6 @@
1
- # Legacy composition: `dsh plugin add` this package still inserts the split
2
- # bundles. New installs should `plugin add` sso / odoo / wechat separately.
3
- # Do not also add the child packages or MCP rows will duplicate.
1
+ # 用户只装这一包:`dsh plugin --profile web add @rezti/dsh-rez-suite`
2
+ # 升级只记这一条:`dsh plugin --profile web update @rezti/dsh-rez-suite`
3
+ # 不要再单独 add 子包,会重复注册。
4
4
  #
5
5
  # MCP rows are started by the domain plugins after rezSso resolves secrets.
6
6
  # Do not list @deepseek-ai/dsh-mcp-client here: empty process.env would spawn
@@ -20,5 +20,7 @@
20
20
  name: '@rezti/dsh-rez-wechat'
21
21
  - id: rez-ha-bridge
22
22
  name: '@rezti/dsh-rez-ha-bridge'
23
+ - id: rez-boss-desk
24
+ name: '@rezti/dsh-rez-boss-desk'
23
25
  - id: rez-suite
24
26
  name: '@rezti/dsh-rez-suite'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rezti/dsh-rez-suite",
3
- "description": "Legacy Rez Suite Web panel for DeepSeek Harness. New work goes in the split packages; this bundle still hosts the settings UI including WeChat QR.",
4
- "version": "0.1.13",
3
+ "description": "ReZ-TI one-package install for DeepSeek Harness. Update with: dsh plugin --profile web update @rezti/dsh-rez-suite",
4
+ "version": "0.1.15",
5
5
  "type": "module",
6
6
  "engines": {
7
7
  "node": "^22.19.0 || >=24.0.0"
@@ -38,13 +38,14 @@
38
38
  "dependencies": {
39
39
  "@modelcontextprotocol/sdk": "^1.30.0",
40
40
  "zod": "^4.4.3",
41
+ "@rezti/dsh-rez-boss-desk": "0.1.1",
41
42
  "@rezti/dsh-rez-intent": "0.1.4",
42
- "@rezti/dsh-rez-ha-bridge": "0.1.7",
43
- "@rezti/dsh-rez-nextcloud": "0.1.7",
44
43
  "@rezti/dsh-rez-wechat": "0.1.11",
45
- "@rezti/dsh-rez-odoo": "0.1.7",
44
+ "@rezti/dsh-rez-token-manager": "0.1.4",
46
45
  "@rezti/dsh-rez-sso": "0.1.7",
47
- "@rezti/dsh-rez-token-manager": "0.1.4"
46
+ "@rezti/dsh-rez-ha-bridge": "0.1.7",
47
+ "@rezti/dsh-rez-nextcloud": "0.1.7",
48
+ "@rezti/dsh-rez-odoo": "0.1.7"
48
49
  },
49
50
  "peerDependencies": {
50
51
  "react": "^18.2.0",