@michengai/dsh-codex-suite 0.1.15 → 0.1.16

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
@@ -13,7 +13,7 @@
13
13
  | IM Assistant | `@michengai/dsh-im-connect` |
14
14
  | Scheduled tasks | `@michengai/dsh-automation` |
15
15
 
16
- Each Suite release pins one exact, verified member set. The separate installer has no member runtime dependency tree of its own, so `npx` can start immediately and let DSH install the members directly. `dshmarket` remains optional.
16
+ Each Suite release pins one exact, verified member set. The separate installer has no member runtime dependency tree of its own, so `npx` can start immediately and let DSH install the members directly. `dshmarket` and `dsh-find-plugin` remain optional and can be installed separately from About.
17
17
 
18
18
  ## One-click installation
19
19
 
package/README.zh-CN.md CHANGED
@@ -13,7 +13,7 @@
13
13
  | IM 助理 | `@michengai/dsh-im-connect` |
14
14
  | 定时任务 | `@michengai/dsh-automation` |
15
15
 
16
- 每个 Suite 版本锁定一组经过验证的成员精确版本。独立安装器自身不携带成员运行时依赖树,因此 `npx` 可以立即启动,再交给 DSH 直接安装成员。`dshmarket` 不在套件内,需要时单独安装。
16
+ 每个 Suite 版本锁定一组经过验证的成员精确版本。独立安装器自身不携带成员运行时依赖树,因此 `npx` 可以立即启动,再交给 DSH 直接安装成员。`dshmarket` 和 `dsh-find-plugin` 不在套件内,需要时可在「设置 → 关于」中单独安装。
17
17
 
18
18
  ## 一键安装
19
19
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-codex-suite",
3
- "version": "0.1.15",
3
+ "version": "0.1.16",
4
4
  "description": "DSH Codex UI 兼容聚合包:保留旧版 dsh plugin add 安装方式",
5
5
  "license": "Apache-2.0",
6
6
  "type": "module",
@@ -24,6 +24,6 @@
24
24
  "@michengai/dsh-automation": "0.1.14",
25
25
  "@michengai/dsh-im-connect": "0.1.23",
26
26
  "@michengai/dsh-skills-manager": "0.1.24",
27
- "@michengai/dsh-codex-ui": "0.2.83"
27
+ "@michengai/dsh-codex-ui": "0.2.84"
28
28
  }
29
29
  }