@michengai/dsh-codex-ui 0.2.82 → 0.2.84
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 +25 -0
- package/CHANGELOG.zh-CN.md +25 -0
- package/README.md +7 -7
- package/README.zh-CN.md +7 -7
- package/dist/client.js +8 -2
- package/dist/index.mjs +4 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,31 @@
|
|
|
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.84 — 2026-08-25
|
|
8
|
+
|
|
9
|
+
Companion releases: `@michengai/dsh-codex-suite@0.1.16` and `@michengai/dsh-codex-suite-installer@0.1.1`.
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
|
|
13
|
+
- Added `dsh-find-plugin` to **Settings → About → Companion management plugins** as **Plugin Discovery**, with independent status checks, installation, updates, and **Update all** support.
|
|
14
|
+
|
|
15
|
+
### Documentation
|
|
16
|
+
|
|
17
|
+
- Clarified that `dshmarket` and `dsh-find-plugin` are optional standalone plugins outside the Suite and can be installed or updated separately from About.
|
|
18
|
+
|
|
19
|
+
Published packages: [`@michengai/dsh-codex-ui@0.2.84`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.84), [`@michengai/dsh-codex-suite@0.1.16`](https://www.npmjs.com/package/@michengai/dsh-codex-suite/v/0.1.16), and [`@michengai/dsh-codex-suite-installer@0.1.1`](https://www.npmjs.com/package/@michengai/dsh-codex-suite-installer/v/0.1.1).
|
|
20
|
+
|
|
21
|
+
## 0.2.83 — 2026-08-24
|
|
22
|
+
|
|
23
|
+
Companion releases: `@michengai/dsh-codex-suite@0.1.15` and `@michengai/dsh-codex-suite-installer@0.1.0`.
|
|
24
|
+
|
|
25
|
+
### Fixed
|
|
26
|
+
|
|
27
|
+
- 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.
|
|
28
|
+
- 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`.
|
|
29
|
+
|
|
30
|
+
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).
|
|
31
|
+
|
|
7
32
|
## 0.2.82 — 2026-08-24
|
|
8
33
|
|
|
9
34
|
Companion release: `@michengai/dsh-codex-suite@0.1.14`.
|
package/CHANGELOG.zh-CN.md
CHANGED
|
@@ -4,6 +4,31 @@
|
|
|
4
4
|
|
|
5
5
|
本日志记录 DSH Codex UI 及其一键 Suite 最近发布的五个版本;更早的变更可查看 [Git 提交历史](https://github.com/MichengAI/dsh-codex-ui/commits/main)。
|
|
6
6
|
|
|
7
|
+
## 0.2.84 — 2026-08-25
|
|
8
|
+
|
|
9
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.16` 与 `@michengai/dsh-codex-suite-installer@0.1.1`。
|
|
10
|
+
|
|
11
|
+
### 新增
|
|
12
|
+
|
|
13
|
+
- 将 `dsh-find-plugin` 作为“插件发现”加入“设置 → 关于 → 配套管理插件”,可单独检测、安装和更新,也支持“全部更新”。
|
|
14
|
+
|
|
15
|
+
### 文档
|
|
16
|
+
|
|
17
|
+
- 明确 `dshmarket` 与 `dsh-find-plugin` 均为 Suite 外的可选独立插件,需要时可在“关于”页分别安装和更新。
|
|
18
|
+
|
|
19
|
+
发布包:[`@michengai/dsh-codex-ui@0.2.84`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.84)、[`@michengai/dsh-codex-suite@0.1.16`](https://www.npmjs.com/package/@michengai/dsh-codex-suite/v/0.1.16) 与 [`@michengai/dsh-codex-suite-installer@0.1.1`](https://www.npmjs.com/package/@michengai/dsh-codex-suite-installer/v/0.1.1)。
|
|
20
|
+
|
|
21
|
+
## 0.2.83 — 2026-08-24
|
|
22
|
+
|
|
23
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.15` 与 `@michengai/dsh-codex-suite-installer@0.1.0`。
|
|
24
|
+
|
|
25
|
+
### 修复
|
|
26
|
+
|
|
27
|
+
- 将直接成员 CLI 拆成无运行时依赖的轻量安装器包,避免 `npx` 启动前解析聚合 Suite 的整棵 DSH 依赖树。
|
|
28
|
+
- `@michengai/dsh-codex-suite` 继续兼容旧版 `dsh plugin add`,所有推荐安装命令改用 `@michengai/dsh-codex-suite-installer`。
|
|
29
|
+
|
|
30
|
+
发布包:[`@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)。
|
|
31
|
+
|
|
7
32
|
## 0.2.82 — 2026-08-24
|
|
8
33
|
|
|
9
34
|
配套版本:`@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`
|
|
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
|
| --- | --- | --- |
|
|
@@ -66,9 +66,9 @@ Conversation menu: rename, pin, unread, archive, fork, copy, and delete.
|
|
|
66
66
|
| IM Assistant | `@michengai/dsh-im-connect` | IM settings and the **Channels** tab |
|
|
67
67
|
| Scheduled tasks | `@michengai/dsh-automation` | Scheduled-task settings and the **Schedule** tab |
|
|
68
68
|
|
|
69
|
-
`dshmarket`
|
|
69
|
+
`dshmarket` and `dsh-find-plugin` remain optional and can be installed or updated separately from **Settings → About**. When `dshmarket` is installed, **Plugins** opens the market first.
|
|
70
70
|
|
|
71
|
-
Direct dependencies let **Settings → About** detect and update every plugin independently. The installer
|
|
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
|
|
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`
|
|
58
|
+
`@michengai/dsh-codex-suite-installer` 是 `@michengai/dsh-codex-suite` 成员组合的轻量一键安装器,会把下面 6 个插件作为**直接依赖**装进同一个 profile:
|
|
59
59
|
|
|
60
60
|
| 插件 | npm 包 | 作用 |
|
|
61
61
|
| --- | --- | --- |
|
|
@@ -66,9 +66,9 @@
|
|
|
66
66
|
| IM 助理 | `@michengai/dsh-im-connect` | IM 设置页和「频道」页签 |
|
|
67
67
|
| 定时任务 | `@michengai/dsh-automation` | 定时任务设置页和「定时」页签 |
|
|
68
68
|
|
|
69
|
-
`dshmarket`
|
|
69
|
+
`dshmarket` 和 `dsh-find-plugin` 仍是可选项,可在「设置 → 关于」中分别安装和更新。已安装 `dshmarket` 时,「插件」入口会优先进入市场。
|
|
70
70
|
|
|
71
|
-
直接依赖让「设置 →
|
|
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
|
-
|
|
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/dist/client.js
CHANGED
|
@@ -3926,6 +3926,10 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
|
|
|
3926
3926
|
{
|
|
3927
3927
|
id: "market",
|
|
3928
3928
|
packageName: "dshmarket"
|
|
3929
|
+
},
|
|
3930
|
+
{
|
|
3931
|
+
id: "finder",
|
|
3932
|
+
packageName: "dsh-find-plugin"
|
|
3929
3933
|
}
|
|
3930
3934
|
];
|
|
3931
3935
|
//#endregion
|
|
@@ -4333,7 +4337,7 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
|
|
|
4333
4337
|
"about.feature.conversation": "保留原生消息、工具调用、输入、权限和模型选择,仅调整容器视觉",
|
|
4334
4338
|
"about.feature.navigator": "当前会话提供轮次缩略导航,可快速跳转至每一次用户提问",
|
|
4335
4339
|
"about.dependencies": "配套管理插件",
|
|
4336
|
-
"about.dependenciesDescription": "每个配套插件都可单独安装和更新,也可一键更新所有可更新项。可分别检查 Codex UI、专家、技能、归档、IM
|
|
4340
|
+
"about.dependenciesDescription": "每个配套插件都可单独安装和更新,也可一键更新所有可更新项。可分别检查 Codex UI、专家、技能、归档、IM、定时任务、第三方插件市场和插件发现。",
|
|
4337
4341
|
"about.loading": "正在读取依赖安装状态…",
|
|
4338
4342
|
"about.statusFailed": "暂时无法读取依赖安装状态。",
|
|
4339
4343
|
"about.installed": "已安装",
|
|
@@ -4356,6 +4360,7 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
|
|
|
4356
4360
|
"about.dependency.im": "IM助理",
|
|
4357
4361
|
"about.dependency.schedule": "定时任务",
|
|
4358
4362
|
"about.dependency.market": "插件市场",
|
|
4363
|
+
"about.dependency.finder": "插件发现",
|
|
4359
4364
|
"turns.label": "当前会话轮次导航",
|
|
4360
4365
|
"turns.untitled": "未命名提问",
|
|
4361
4366
|
"turns.jump": "跳转到第 {index} 轮:{summary}"
|
|
@@ -4455,7 +4460,7 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
|
|
|
4455
4460
|
"about.feature.conversation": "Keeps native messages, tool calls, composer, permissions, and model selection while refining the container visuals",
|
|
4456
4461
|
"about.feature.navigator": "Navigate directly to each user prompt with the current conversation turn navigator",
|
|
4457
4462
|
"about.dependencies": "Companion management plugins",
|
|
4458
|
-
"about.dependenciesDescription": "Install or update each companion plugin separately, or update every available plugin at once. Check Codex UI, expert, skill, archive, IM, scheduled-task, and
|
|
4463
|
+
"about.dependenciesDescription": "Install or update each companion plugin separately, or update every available plugin at once. Check Codex UI, expert, skill, archive, IM, scheduled-task, marketplace, and plugin-discovery plugins on their own.",
|
|
4459
4464
|
"about.loading": "Loading dependency status…",
|
|
4460
4465
|
"about.statusFailed": "Dependency status is temporarily unavailable.",
|
|
4461
4466
|
"about.installed": "Installed",
|
|
@@ -4478,6 +4483,7 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
|
|
|
4478
4483
|
"about.dependency.im": "IM Assistant",
|
|
4479
4484
|
"about.dependency.schedule": "Scheduled tasks",
|
|
4480
4485
|
"about.dependency.market": "Plugin Market",
|
|
4486
|
+
"about.dependency.finder": "Plugin Discovery",
|
|
4481
4487
|
"turns.label": "Conversation turn navigation",
|
|
4482
4488
|
"turns.untitled": "Untitled prompt",
|
|
4483
4489
|
"turns.jump": "Jump to turn {index}: {summary}"
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@michengai/dsh-codex-ui",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.84",
|
|
4
4
|
"description": "以 Codex 风格重构 DSH Web 侧栏的独立客户端插件",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -53,11 +53,6 @@
|
|
|
53
53
|
"platform": "web"
|
|
54
54
|
}
|
|
55
55
|
},
|
|
56
|
-
"scripts": {
|
|
57
|
-
"build": "tsc --noEmit && tsdown",
|
|
58
|
-
"typecheck": "tsc --noEmit",
|
|
59
|
-
"test": "pnpm run typecheck && vitest run tests/client-runtime.integration.spec.ts && tsdown && node tests/run-assertions.mjs"
|
|
60
|
-
},
|
|
61
56
|
"peerDependencies": {
|
|
62
57
|
"@deepseek-ai/cordis": ">=4.0.1 <5.0.0",
|
|
63
58
|
"@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.0 <0.2.0",
|
|
@@ -103,5 +98,10 @@
|
|
|
103
98
|
"tsx": "^4.22.4",
|
|
104
99
|
"typescript": "^6.0.3",
|
|
105
100
|
"vitest": "^4.1.8"
|
|
101
|
+
},
|
|
102
|
+
"scripts": {
|
|
103
|
+
"build": "tsc --noEmit && tsdown",
|
|
104
|
+
"typecheck": "tsc --noEmit",
|
|
105
|
+
"test": "pnpm run typecheck && vitest run tests/client-runtime.integration.spec.ts && tsdown && node tests/run-assertions.mjs"
|
|
106
106
|
}
|
|
107
|
-
}
|
|
107
|
+
}
|