@michengai/dsh-codex-ui 0.2.84 → 0.2.85

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
@@ -2,7 +2,22 @@
2
2
 
3
3
  [简体中文](CHANGELOG.zh-CN.md)
4
4
 
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).
5
+ This changelog records recent releases of DSH Codex UI and its one-click installer. Earlier changes remain available in the [Git history](https://github.com/MichengAI/dsh-codex-ui/commits/main).
6
+
7
+ ## 0.2.85 — 2026-08-25
8
+
9
+ Companion release: `@michengai/dsh-codex-suite-installer@0.1.2`.
10
+
11
+ ### Changed
12
+
13
+ - Removed the poorly performing `dsh-find-plugin` integration from **Settings → About → Companion management plugins**, including its status, install, and update entry points.
14
+ - Removed the related bilingual copy, README guidance, and regression assertions.
15
+
16
+ ### Release process
17
+
18
+ - Made `@michengai/dsh-codex-suite-installer` the only supported one-click installation path. The legacy `@michengai/dsh-codex-suite` workspace package is now private and retained only as migration source; it will no longer be packed or released.
19
+
20
+ Published packages: [`@michengai/dsh-codex-ui@0.2.85`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.85) and [`@michengai/dsh-codex-suite-installer@0.1.2`](https://www.npmjs.com/package/@michengai/dsh-codex-suite-installer/v/0.1.2).
6
21
 
7
22
  ## 0.2.84 — 2026-08-25
8
23
 
@@ -2,7 +2,22 @@
2
2
 
3
3
  [English](CHANGELOG.md)
4
4
 
5
- 本日志记录 DSH Codex UI 及其一键 Suite 最近发布的五个版本;更早的变更可查看 [Git 提交历史](https://github.com/MichengAI/dsh-codex-ui/commits/main)。
5
+ 本日志记录 DSH Codex UI 及其一键安装器的最近发布;更早的变更可查看 [Git 提交历史](https://github.com/MichengAI/dsh-codex-ui/commits/main)。
6
+
7
+ ## 0.2.85 — 2026-08-25
8
+
9
+ 配套版本:`@michengai/dsh-codex-suite-installer@0.1.2`。
10
+
11
+ ### 调整
12
+
13
+ - 从“设置 → 关于 → 配套管理插件”移除体验不佳的 `dsh-find-plugin`,不再提供检测、安装或更新入口。
14
+ - 同步移除中英文案、README 说明和相关回归断言。
15
+
16
+ ### 发布流程
17
+
18
+ - `@michengai/dsh-codex-suite-installer` 作为唯一一键安装方式;旧 `@michengai/dsh-codex-suite` 标记为私有工作区包,仅保留源码支持存量迁移,不再打包或发布新版本。
19
+
20
+ 发布包:[`@michengai/dsh-codex-ui@0.2.85`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.85) 与 [`@michengai/dsh-codex-suite-installer@0.1.2`](https://www.npmjs.com/package/@michengai/dsh-codex-suite-installer/v/0.1.2)。
6
21
 
7
22
  ## 0.2.84 — 2026-08-25
8
23
 
package/README.md CHANGED
@@ -66,7 +66,7 @@ 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` 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.
69
+ `dshmarket` stays optional. When it is installed, **Plugins** opens the market first.
70
70
 
71
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
 
package/README.zh-CN.md CHANGED
@@ -66,7 +66,7 @@
66
66
  | IM 助理 | `@michengai/dsh-im-connect` | IM 设置页和「频道」页签 |
67
67
  | 定时任务 | `@michengai/dsh-automation` | 定时任务设置页和「定时」页签 |
68
68
 
69
- `dshmarket` 和 `dsh-find-plugin` 仍是可选项,可在「设置 → 关于」中分别安装和更新。已安装 `dshmarket` 时,「插件」入口会优先进入市场。
69
+ `dshmarket` 仍是可选项。已安装时,「插件」入口会优先进入市场。
70
70
 
71
71
  直接依赖让「设置 → 关于」能够分别检测和升级每个插件。轻量安装器只携带版本清单,也会自动迁移旧版聚合 Suite,避免聚合 patch 与独立 patch 冲突。
72
72
 
package/dist/client.js CHANGED
@@ -3926,10 +3926,6 @@ 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"
3933
3929
  }
3934
3930
  ];
3935
3931
  //#endregion
@@ -4337,7 +4333,7 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
4337
4333
  "about.feature.conversation": "保留原生消息、工具调用、输入、权限和模型选择,仅调整容器视觉",
4338
4334
  "about.feature.navigator": "当前会话提供轮次缩略导航,可快速跳转至每一次用户提问",
4339
4335
  "about.dependencies": "配套管理插件",
4340
- "about.dependenciesDescription": "每个配套插件都可单独安装和更新,也可一键更新所有可更新项。可分别检查 Codex UI、专家、技能、归档、IM、定时任务、第三方插件市场和插件发现。",
4336
+ "about.dependenciesDescription": "每个配套插件都可单独安装和更新,也可一键更新所有可更新项。可分别检查 Codex UI、专家、技能、归档、IM、定时任务和第三方插件市场。",
4341
4337
  "about.loading": "正在读取依赖安装状态…",
4342
4338
  "about.statusFailed": "暂时无法读取依赖安装状态。",
4343
4339
  "about.installed": "已安装",
@@ -4360,7 +4356,6 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
4360
4356
  "about.dependency.im": "IM助理",
4361
4357
  "about.dependency.schedule": "定时任务",
4362
4358
  "about.dependency.market": "插件市场",
4363
- "about.dependency.finder": "插件发现",
4364
4359
  "turns.label": "当前会话轮次导航",
4365
4360
  "turns.untitled": "未命名提问",
4366
4361
  "turns.jump": "跳转到第 {index} 轮:{summary}"
@@ -4460,7 +4455,7 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
4460
4455
  "about.feature.conversation": "Keeps native messages, tool calls, composer, permissions, and model selection while refining the container visuals",
4461
4456
  "about.feature.navigator": "Navigate directly to each user prompt with the current conversation turn navigator",
4462
4457
  "about.dependencies": "Companion management plugins",
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.",
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 marketplace plugins on their own.",
4464
4459
  "about.loading": "Loading dependency status…",
4465
4460
  "about.statusFailed": "Dependency status is temporarily unavailable.",
4466
4461
  "about.installed": "Installed",
@@ -4483,7 +4478,6 @@ header [data-dcu-title-folder] svg,header [data-dcu-title-more] svg{display:bloc
4483
4478
  "about.dependency.im": "IM Assistant",
4484
4479
  "about.dependency.schedule": "Scheduled tasks",
4485
4480
  "about.dependency.market": "Plugin Market",
4486
- "about.dependency.finder": "Plugin Discovery",
4487
4481
  "turns.label": "Conversation turn navigation",
4488
4482
  "turns.untitled": "Untitled prompt",
4489
4483
  "turns.jump": "Jump to turn {index}: {summary}"
package/dist/index.mjs CHANGED
@@ -46,10 +46,6 @@ const MANAGED_DEPENDENCIES = [
46
46
  {
47
47
  id: "market",
48
48
  packageName: "dshmarket"
49
- },
50
- {
51
- id: "finder",
52
- packageName: "dsh-find-plugin"
53
49
  }
54
50
  ];
55
51
  function managedDependency(id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-codex-ui",
3
- "version": "0.2.84",
3
+ "version": "0.2.85",
4
4
  "description": "以 Codex 风格重构 DSH Web 侧栏的独立客户端插件",
5
5
  "license": "Apache-2.0",
6
6
  "publishConfig": {