@michengai/dsh-codex-ui 0.2.83 → 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 CHANGED
@@ -4,6 +4,20 @@
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
+
7
21
  ## 0.2.83 — 2026-08-24
8
22
 
9
23
  Companion releases: `@michengai/dsh-codex-suite@0.1.15` and `@michengai/dsh-codex-suite-installer@0.1.0`.
@@ -4,6 +4,20 @@
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
+
7
21
  ## 0.2.83 — 2026-08-24
8
22
 
9
23
  配套版本:`@michengai/dsh-codex-suite@0.1.15` 与 `@michengai/dsh-codex-suite-installer@0.1.0`。
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` stays optional. When it is installed, **Plugins** opens the market first.
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
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` 仍是可选项。已安装时,「插件」入口会优先进入市场。
69
+ `dshmarket` 和 `dsh-find-plugin` 仍是可选项,可在「设置 → 关于」中分别安装和更新。已安装 `dshmarket` 时,「插件」入口会优先进入市场。
70
70
 
71
71
  直接依赖让「设置 → 关于」能够分别检测和升级每个插件。轻量安装器只携带版本清单,也会自动迁移旧版聚合 Suite,避免聚合 patch 与独立 patch 冲突。
72
72
 
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 marketplace plugins on their own.",
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
@@ -46,6 +46,10 @@ const MANAGED_DEPENDENCIES = [
46
46
  {
47
47
  id: "market",
48
48
  packageName: "dshmarket"
49
+ },
50
+ {
51
+ id: "finder",
52
+ packageName: "dsh-find-plugin"
49
53
  }
50
54
  ];
51
55
  function managedDependency(id) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-codex-ui",
3
- "version": "0.2.83",
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
+ }