@michengai/dsh-codex-ui 0.2.83 → 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,36 @@
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).
21
+
22
+ ## 0.2.84 — 2026-08-25
23
+
24
+ Companion releases: `@michengai/dsh-codex-suite@0.1.16` and `@michengai/dsh-codex-suite-installer@0.1.1`.
25
+
26
+ ### Added
27
+
28
+ - Added `dsh-find-plugin` to **Settings → About → Companion management plugins** as **Plugin Discovery**, with independent status checks, installation, updates, and **Update all** support.
29
+
30
+ ### Documentation
31
+
32
+ - Clarified that `dshmarket` and `dsh-find-plugin` are optional standalone plugins outside the Suite and can be installed or updated separately from About.
33
+
34
+ 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).
6
35
 
7
36
  ## 0.2.83 — 2026-08-24
8
37
 
@@ -2,7 +2,36 @@
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)。
21
+
22
+ ## 0.2.84 — 2026-08-25
23
+
24
+ 配套版本:`@michengai/dsh-codex-suite@0.1.16` 与 `@michengai/dsh-codex-suite-installer@0.1.1`。
25
+
26
+ ### 新增
27
+
28
+ - 将 `dsh-find-plugin` 作为“插件发现”加入“设置 → 关于 → 配套管理插件”,可单独检测、安装和更新,也支持“全部更新”。
29
+
30
+ ### 文档
31
+
32
+ - 明确 `dshmarket` 与 `dsh-find-plugin` 均为 Suite 外的可选独立插件,需要时可在“关于”页分别安装和更新。
33
+
34
+ 发布包:[`@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)。
6
35
 
7
36
  ## 0.2.83 — 2026-08-24
8
37
 
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.85",
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
+ }