@michengai/dsh-codex-ui 0.2.82 → 0.2.83

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
@@ -4,6 +4,17 @@
4
4
 
5
5
  This changelog records the five most recent published releases of DSH Codex UI and its one-click Suite. Earlier changes remain available in the [Git history](https://github.com/MichengAI/dsh-codex-ui/commits/main).
6
6
 
7
+ ## 0.2.83 — 2026-08-24
8
+
9
+ Companion releases: `@michengai/dsh-codex-suite@0.1.15` and `@michengai/dsh-codex-suite-installer@0.1.0`.
10
+
11
+ ### Fixed
12
+
13
+ - Split the direct-member CLI into a dependency-free installer package so `npx` does not resolve the aggregate Suite's full DSH runtime tree before it can start.
14
+ - Kept `@michengai/dsh-codex-suite` as the compatibility package for the old `dsh plugin add` path, while all recommended commands now use `@michengai/dsh-codex-suite-installer`.
15
+
16
+ Published packages: [`@michengai/dsh-codex-ui@0.2.83`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.83), [`@michengai/dsh-codex-suite@0.1.15`](https://www.npmjs.com/package/@michengai/dsh-codex-suite/v/0.1.15), and [`@michengai/dsh-codex-suite-installer@0.1.0`](https://www.npmjs.com/package/@michengai/dsh-codex-suite-installer/v/0.1.0).
17
+
7
18
  ## 0.2.82 — 2026-08-24
8
19
 
9
20
  Companion release: `@michengai/dsh-codex-suite@0.1.14`.
@@ -4,6 +4,17 @@
4
4
 
5
5
  本日志记录 DSH Codex UI 及其一键 Suite 最近发布的五个版本;更早的变更可查看 [Git 提交历史](https://github.com/MichengAI/dsh-codex-ui/commits/main)。
6
6
 
7
+ ## 0.2.83 — 2026-08-24
8
+
9
+ 配套版本:`@michengai/dsh-codex-suite@0.1.15` 与 `@michengai/dsh-codex-suite-installer@0.1.0`。
10
+
11
+ ### 修复
12
+
13
+ - 将直接成员 CLI 拆成无运行时依赖的轻量安装器包,避免 `npx` 启动前解析聚合 Suite 的整棵 DSH 依赖树。
14
+ - `@michengai/dsh-codex-suite` 继续兼容旧版 `dsh plugin add`,所有推荐安装命令改用 `@michengai/dsh-codex-suite-installer`。
15
+
16
+ 发布包:[`@michengai/dsh-codex-ui@0.2.83`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.83)、[`@michengai/dsh-codex-suite@0.1.15`](https://www.npmjs.com/package/@michengai/dsh-codex-suite/v/0.1.15) 与 [`@michengai/dsh-codex-suite-installer@0.1.0`](https://www.npmjs.com/package/@michengai/dsh-codex-suite-installer/v/0.1.0)。
17
+
7
18
  ## 0.2.82 — 2026-08-24
8
19
 
9
20
  配套版本:`@michengai/dsh-codex-suite@0.1.14`。
package/README.md CHANGED
@@ -55,7 +55,7 @@ Conversation menu: rename, pin, unread, archive, fork, copy, and delete.
55
55
 
56
56
  ## Plugin combo
57
57
 
58
- `@michengai/dsh-codex-suite` provides a one-click installer that adds these six plugins to the same profile as **direct dependencies**:
58
+ `@michengai/dsh-codex-suite-installer` is the lightweight one-click installer for the `@michengai/dsh-codex-suite` member set. It adds these six plugins to the same profile as **direct dependencies**:
59
59
 
60
60
  | Plugin | npm package | Role |
61
61
  | --- | --- | --- |
@@ -68,7 +68,7 @@ Conversation menu: rename, pin, unread, archive, fork, copy, and delete.
68
68
 
69
69
  `dshmarket` stays optional. When it is installed, **Plugins** opens the market first.
70
70
 
71
- Direct dependencies let **Settings → About** detect and update every plugin independently. The installer also migrates the legacy aggregate Suite without leaving duplicate patches behind.
71
+ Direct dependencies let **Settings → About** detect and update every plugin independently. The lightweight installer carries only the version manifest, and it migrates the legacy aggregate Suite without leaving duplicate patches behind.
72
72
 
73
73
  ## DSH product ecosystem
74
74
 
@@ -92,7 +92,7 @@ Copy one of the sentences below into DSH, Codex, or WorkBuddy and let that agent
92
92
  From npm:
93
93
 
94
94
  ```text
95
- Use the one-click installer to add all six DSH Codex Suite members as direct dependencies of my local web profile: npx --yes @michengai/dsh-codex-suite@latest --profile web. Confirm its configuration check succeeds, then remind me to restart DSH Web and hard-refresh the browser.
95
+ Use the one-click installer to add all six DSH Codex Suite members as direct dependencies of my local web profile: npx --yes @michengai/dsh-codex-suite-installer@latest --profile web. Confirm its configuration check succeeds, then remind me to restart DSH Web and hard-refresh the browser.
96
96
  ```
97
97
 
98
98
  UI only:
@@ -116,17 +116,17 @@ This is the one-click combo. Run it from any PowerShell directory:
116
116
  ```powershell
117
117
  [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
118
118
  $OutputEncoding = [System.Text.Encoding]::UTF8
119
- npx --yes @michengai/dsh-codex-suite@latest --profile web
119
+ npx --yes @michengai/dsh-codex-suite-installer@latest --profile web
120
120
  ```
121
121
 
122
- The installer reads the exact member versions verified by that Suite release, adds all six members as direct profile dependencies in one `dsh plugin add`, and finishes with `dsh --profile web --dump-config`. Replace `@latest` with a Suite version to pin the whole set.
122
+ The installer reads its exact verified member versions, adds all six members as direct profile dependencies in one `dsh plugin add`, and finishes with `dsh --profile web --dump-config`. Replace `@latest` with an installer version to pin the whole set.
123
123
 
124
124
  Restart DSH Web and hard-refresh the browser. Existing members are aligned in place; a legacy `@michengai/dsh-codex-suite` aggregate dependency is removed only after all six direct members have been staged.
125
125
 
126
126
  Use the same command with another profile name for a clean custom Web profile:
127
127
 
128
128
  ```powershell
129
- npx --yes @michengai/dsh-codex-suite@latest --profile codex
129
+ npx --yes @michengai/dsh-codex-suite-installer@latest --profile codex
130
130
  ```
131
131
 
132
132
  The installer stays in the current `DSH_HOME` and places DSH's built-in `@deepseek-ai/dsh-web-app` before the member bundles. It neither creates a separate Home nor reinstalls the official Web package.
package/README.zh-CN.md CHANGED
@@ -55,7 +55,7 @@
55
55
 
56
56
  ## 插件组合
57
57
 
58
- `@michengai/dsh-codex-suite` 提供一键安装器,会把下面 6 个插件作为**直接依赖**装进同一个 profile:
58
+ `@michengai/dsh-codex-suite-installer` `@michengai/dsh-codex-suite` 成员组合的轻量一键安装器,会把下面 6 个插件作为**直接依赖**装进同一个 profile:
59
59
 
60
60
  | 插件 | npm 包 | 作用 |
61
61
  | --- | --- | --- |
@@ -68,7 +68,7 @@
68
68
 
69
69
  `dshmarket` 仍是可选项。已安装时,「插件」入口会优先进入市场。
70
70
 
71
- 直接依赖让「设置 → 关于」能够分别检测和升级每个插件。安装器也会自动迁移旧版聚合 Suite,避免聚合 patch 与独立 patch 冲突。
71
+ 直接依赖让「设置 → 关于」能够分别检测和升级每个插件。轻量安装器只携带版本清单,也会自动迁移旧版聚合 Suite,避免聚合 patch 与独立 patch 冲突。
72
72
 
73
73
  ## DSH 产品生态
74
74
 
@@ -92,7 +92,7 @@ Codex UI 既可以独立安装,也可以随桌面端或 Web 套件一起使用
92
92
  从 npm 安装完整套件:
93
93
 
94
94
  ```text
95
- 请用一键安装器把 DSH Codex Suite 的六个成员作为直接依赖装进本机 web profile,执行:npx --yes @michengai/dsh-codex-suite@latest --profile web。确认安装器完成配置检查,并提醒我重启 DSH Web 后硬刷新浏览器。
95
+ 请用一键安装器把 DSH Codex Suite 的六个成员作为直接依赖装进本机 web profile,执行:npx --yes @michengai/dsh-codex-suite-installer@latest --profile web。确认安装器完成配置检查,并提醒我重启 DSH Web 后硬刷新浏览器。
96
96
  ```
97
97
 
98
98
  只安装 Codex UI:
@@ -116,17 +116,17 @@ Codex UI 既可以独立安装,也可以随桌面端或 Web 套件一起使用
116
116
  ```powershell
117
117
  [Console]::OutputEncoding = [System.Text.Encoding]::UTF8
118
118
  $OutputEncoding = [System.Text.Encoding]::UTF8
119
- npx --yes @michengai/dsh-codex-suite@latest --profile web
119
+ npx --yes @michengai/dsh-codex-suite-installer@latest --profile web
120
120
  ```
121
121
 
122
- 安装器会读取该 Suite 版本验证过的精确成员版本,用一次 `dsh plugin add` 将六个成员写成 profile 的直接依赖,并在最后运行 `dsh --profile web --dump-config`。需要钉死一组版本时,把 `@latest` 换成具体 Suite 版本。
122
+ 安装器会读取自身锁定的精确成员版本,用一次 `dsh plugin add` 将六个成员写成 profile 的直接依赖,并在最后运行 `dsh --profile web --dump-config`。需要钉死一组版本时,把 `@latest` 换成具体安装器版本。
123
123
 
124
124
  安装后重启 DSH Web 并硬刷新浏览器。已有成员会原地对齐版本;旧版 `@michengai/dsh-codex-suite` 聚合依赖会在六个成员提升完成后自动移除。
125
125
 
126
126
  新建自定义 Web profile 也使用同一命令,只需改 profile 名:
127
127
 
128
128
  ```powershell
129
- npx --yes @michengai/dsh-codex-suite@latest --profile codex
129
+ npx --yes @michengai/dsh-codex-suite-installer@latest --profile codex
130
130
  ```
131
131
 
132
132
  安装器会复用当前 `DSH_HOME`,并把 DSH 自带的 `@deepseek-ai/dsh-web-app` 放到成员 bundle 之前;不会创建独立 Home,也不会重新安装官方 Web 包。
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-codex-ui",
3
- "version": "0.2.82",
3
+ "version": "0.2.83",
4
4
  "description": "以 Codex 风格重构 DSH Web 侧栏的独立客户端插件",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {