@michengai/dsh-codex-suite-installer 0.1.1 → 0.1.2
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 +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +2 -2
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
|
-
The installer carries only the exact version manifest, not the six plugins' runtime dependency trees. This keeps `npx` startup small while allowing **Settings → About** to detect and update every installed member independently. `dshmarket`
|
|
16
|
+
The installer carries only the exact version manifest, not the six plugins' runtime dependency trees. This keeps `npx` startup small while allowing **Settings → About** to detect and update every installed member independently. `dshmarket` remains optional.
|
|
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
|
-
安装器只携带六个成员的精确版本清单,不携带它们的运行时依赖树,因此 `npx` 启动轻量;安装完成后「设置 → 关于」可以分别检测和升级每个成员。`dshmarket`
|
|
16
|
+
安装器只携带六个成员的精确版本清单,不携带它们的运行时依赖树,因此 `npx` 启动轻量;安装完成后「设置 → 关于」可以分别检测和升级每个成员。`dshmarket` 不在套件内,需要时单独安装。
|
|
17
17
|
|
|
18
18
|
## 一键安装
|
|
19
19
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@michengai/dsh-codex-suite-installer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "轻量 DSH Codex Suite 安装器:将六个成员装为同一 profile 的直接插件",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"dshCodexSuite": {
|
|
24
24
|
"members": {
|
|
25
25
|
"@michengai/dsh-archive-manager": "0.1.13",
|
|
26
|
-
"@michengai/dsh-codex-ui": "0.2.
|
|
26
|
+
"@michengai/dsh-codex-ui": "0.2.85",
|
|
27
27
|
"@michengai/dsh-skills-manager": "0.1.24",
|
|
28
28
|
"@michengai/dsh-agency-agents": "0.1.21",
|
|
29
29
|
"@michengai/dsh-im-connect": "0.1.23",
|