@michengai/dsh-codex-suite-installer 0.1.8 → 0.1.10
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 +3 -59
- package/README.zh-CN.md +3 -59
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -1,61 +1,5 @@
|
|
|
1
|
-
# DSH Codex Suite Installer
|
|
1
|
+
# DSH Codex Suite Installer (legacy)
|
|
2
2
|
|
|
3
|
-
`@michengai/dsh-codex-suite-installer` is
|
|
3
|
+
`@michengai/dsh-codex-suite-installer` is not recommended for new installations. It is retained only to support migration and maintenance of existing profiles.
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
| Plugin | npm package |
|
|
8
|
-
| --- | --- |
|
|
9
|
-
| Codex UI | `@michengai/dsh-codex-ui` |
|
|
10
|
-
| Expert management | `@michengai/dsh-agency-agents` |
|
|
11
|
-
| Skill management | `@michengai/dsh-skills-manager` |
|
|
12
|
-
| Archive management | `@michengai/dsh-archive-manager` |
|
|
13
|
-
| IM Assistant | `@michengai/dsh-im-connect` |
|
|
14
|
-
| Scheduled tasks | `@michengai/dsh-automation` |
|
|
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` remains optional.
|
|
17
|
-
|
|
18
|
-
## One-click installation
|
|
19
|
-
|
|
20
|
-
Node.js 22+ is required, and the current DSH `dsh` command must be on PATH. Run from any directory:
|
|
21
|
-
|
|
22
|
-
```powershell
|
|
23
|
-
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
|
24
|
-
$OutputEncoding = [System.Text.Encoding]::UTF8
|
|
25
|
-
npx --yes @michengai/dsh-codex-suite-installer@latest --profile web
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
The installer:
|
|
29
|
-
|
|
30
|
-
1. installs all six exact member versions from the official npm registry in one `dsh plugin add`;
|
|
31
|
-
2. records every member as a direct profile dependency and bundle;
|
|
32
|
-
3. promotes all members before removing a legacy aggregate Suite dependency;
|
|
33
|
-
4. validates the result with `dsh --profile web --dump-config`.
|
|
34
|
-
|
|
35
|
-
Restart DSH Web and hard-refresh the browser afterwards. Set `DSH_BIN` when `dsh` is not on PATH.
|
|
36
|
-
|
|
37
|
-
## New custom Web profile
|
|
38
|
-
|
|
39
|
-
Keep the same `DSH_HOME` and choose another profile name:
|
|
40
|
-
|
|
41
|
-
```powershell
|
|
42
|
-
npx --yes @michengai/dsh-codex-suite-installer@latest --profile codex
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
DSH supplies `@deepseek-ai/dsh-base` when it creates a custom profile. The installer places DSH's built-in `@deepseek-ai/dsh-web-app` before the six member bundles without creating a separate Home or reinstalling the official Web package from npm.
|
|
46
|
-
|
|
47
|
-
## Install Codex UI only
|
|
48
|
-
|
|
49
|
-
```powershell
|
|
50
|
-
dsh plugin --profile web add @michengai/dsh-codex-ui@latest --registry=https://registry.npmjs.org/
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## Local verification
|
|
54
|
-
|
|
55
|
-
Preview the installation plan from a repository checkout:
|
|
56
|
-
|
|
57
|
-
```powershell
|
|
58
|
-
node .\packages\dsh-codex-suite-installer\bin.mjs --profile codex --dry-run
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
Remove `--dry-run` to apply it. The checkout path resolves the local `workspace:*` entry to the root package version.
|
|
5
|
+
Install the feature products you need individually from their project pages or through the DSH plugin market. This package must not be used as a new-installation entry point.
|
package/README.zh-CN.md
CHANGED
|
@@ -1,61 +1,5 @@
|
|
|
1
|
-
# DSH Codex Suite Installer
|
|
1
|
+
# DSH Codex Suite Installer(旧版)
|
|
2
2
|
|
|
3
|
-
`@michengai/dsh-codex-suite-installer
|
|
3
|
+
不建议新安装使用 `@michengai/dsh-codex-suite-installer`。它仅保留用于已有 profile 的迁移与维护。
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
| 插件 | npm 包 |
|
|
8
|
-
| --- | --- |
|
|
9
|
-
| Codex UI | `@michengai/dsh-codex-ui` |
|
|
10
|
-
| 专家管理 | `@michengai/dsh-agency-agents` |
|
|
11
|
-
| 技能管理 | `@michengai/dsh-skills-manager` |
|
|
12
|
-
| 归档管理 | `@michengai/dsh-archive-manager` |
|
|
13
|
-
| IM 助理 | `@michengai/dsh-im-connect` |
|
|
14
|
-
| 定时任务 | `@michengai/dsh-automation` |
|
|
15
|
-
|
|
16
|
-
安装器只携带六个成员的精确版本清单,不携带它们的运行时依赖树,因此 `npx` 启动轻量;安装完成后「设置 → 关于」可以分别检测和升级每个成员。`dshmarket` 不在套件内,需要时单独安装。
|
|
17
|
-
|
|
18
|
-
## 一键安装
|
|
19
|
-
|
|
20
|
-
需要 Node.js 22+,并确保当前 DSH 的 `dsh` 命令在 PATH 中。在任意目录执行:
|
|
21
|
-
|
|
22
|
-
```powershell
|
|
23
|
-
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
|
24
|
-
$OutputEncoding = [System.Text.Encoding]::UTF8
|
|
25
|
-
npx --yes @michengai/dsh-codex-suite-installer@latest --profile web
|
|
26
|
-
```
|
|
27
|
-
|
|
28
|
-
安装器会:
|
|
29
|
-
|
|
30
|
-
1. 用官方 npm 源和一次 `dsh plugin add` 安装六个精确版本成员;
|
|
31
|
-
2. 将成员写成 profile 的直接 dependencies 与 bundles;
|
|
32
|
-
3. 若存在旧版聚合 Suite,先提升全部成员,再移除旧聚合依赖;
|
|
33
|
-
4. 运行 `dsh --profile web --dump-config` 验证最终配置。
|
|
34
|
-
|
|
35
|
-
完成后重启 DSH Web 并在浏览器硬刷新。若 `dsh` 不在 PATH,可通过 `DSH_BIN` 指定其可执行文件。
|
|
36
|
-
|
|
37
|
-
## 新建自定义 Web profile
|
|
38
|
-
|
|
39
|
-
保持同一个 `DSH_HOME`,只需换一个 profile 名:
|
|
40
|
-
|
|
41
|
-
```powershell
|
|
42
|
-
npx --yes @michengai/dsh-codex-suite-installer@latest --profile codex
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
DSH 创建自定义 profile 时会提供 `@deepseek-ai/dsh-base`。安装器会再把 DSH 自带的 `@deepseek-ai/dsh-web-app` 放到六个成员 bundle 之前,不会创建独立 Home,也不会通过 npm 重装官方 Web 包。
|
|
46
|
-
|
|
47
|
-
## 只安装 Codex UI
|
|
48
|
-
|
|
49
|
-
```powershell
|
|
50
|
-
dsh plugin --profile web add @michengai/dsh-codex-ui@latest --registry=https://registry.npmjs.org/
|
|
51
|
-
```
|
|
52
|
-
|
|
53
|
-
## 本地验证
|
|
54
|
-
|
|
55
|
-
仓库检出状态下可先查看安装计划:
|
|
56
|
-
|
|
57
|
-
```powershell
|
|
58
|
-
node .\packages\dsh-codex-suite-installer\bin.mjs --profile codex --dry-run
|
|
59
|
-
```
|
|
60
|
-
|
|
61
|
-
正式执行时去掉 `--dry-run`。安装器会读取工作区根包版本替换本地的 `workspace:*`。
|
|
5
|
+
请从各功能产品的项目页或 DSH 插件市场分别安装所需功能。本包不应作为新安装入口。
|
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.10",
|
|
4
4
|
"description": "轻量 DSH Codex Suite 安装器:将六个成员装为同一 profile 的直接插件",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"type": "module",
|
|
@@ -26,12 +26,12 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dshCodexSuite": {
|
|
28
28
|
"members": {
|
|
29
|
-
"@michengai/dsh-archive-manager": "0.1.
|
|
30
|
-
"@michengai/dsh-codex-ui": "0.2.
|
|
31
|
-
"@michengai/dsh-skills-manager": "0.1.
|
|
29
|
+
"@michengai/dsh-archive-manager": "0.1.18",
|
|
30
|
+
"@michengai/dsh-codex-ui": "0.2.93",
|
|
31
|
+
"@michengai/dsh-skills-manager": "0.1.31",
|
|
32
32
|
"@michengai/dsh-agency-agents": "0.1.22",
|
|
33
|
-
"@michengai/dsh-im-connect": "0.1.
|
|
34
|
-
"@michengai/dsh-automation": "0.1.
|
|
33
|
+
"@michengai/dsh-im-connect": "0.1.26",
|
|
34
|
+
"@michengai/dsh-automation": "0.1.22"
|
|
35
35
|
}
|
|
36
36
|
}
|
|
37
37
|
}
|