@michengai/dsh-codex-ui 0.2.79 → 0.2.80
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 +89 -0
- package/CHANGELOG.zh-CN.md +89 -0
- package/README.md +1 -1
- package/README.zh-CN.md +1 -1
- package/package.json +9 -7
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
[简体中文](CHANGELOG.zh-CN.md)
|
|
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).
|
|
6
|
+
|
|
7
|
+
## 0.2.80 — 2026-08-23
|
|
8
|
+
|
|
9
|
+
Companion release: `@michengai/dsh-codex-suite@0.1.12`.
|
|
10
|
+
|
|
11
|
+
### Documentation
|
|
12
|
+
|
|
13
|
+
- Added bilingual changelogs covering the five most recent UI releases.
|
|
14
|
+
- Linked the release history from both README editions and included it in the npm package.
|
|
15
|
+
|
|
16
|
+
### Suite 0.1.12
|
|
17
|
+
|
|
18
|
+
- Refreshed every bundled plugin to the changelog release published on 2026-08-23.
|
|
19
|
+
- Pinned Agency Agents `0.1.21`, Archive Manager `0.1.13`, Automation `0.1.14`, IM Connect `0.1.23`, and Skills Manager `0.1.24`.
|
|
20
|
+
|
|
21
|
+
Published packages: [`@michengai/dsh-codex-ui@0.2.80`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.80) and [`@michengai/dsh-codex-suite@0.1.12`](https://www.npmjs.com/package/@michengai/dsh-codex-suite/v/0.1.12).
|
|
22
|
+
|
|
23
|
+
## 0.2.79 — 2026-08-23
|
|
24
|
+
|
|
25
|
+
Companion release: `@michengai/dsh-codex-suite@0.1.11`.
|
|
26
|
+
|
|
27
|
+
### Fixed
|
|
28
|
+
|
|
29
|
+
- Removed the delayed expanded state that could stretch compact navigation icons across an already-wide sidebar.
|
|
30
|
+
- Made expansion reveal the fixed-width wide layout immediately while the host column clips it during motion.
|
|
31
|
+
- Made collapse fade the wide layout for 140 ms before switching to the compact rail.
|
|
32
|
+
- Anchored the 56 px compact rail to the left so its icons no longer drift while the host column changes width.
|
|
33
|
+
|
|
34
|
+
### Performance and accessibility
|
|
35
|
+
|
|
36
|
+
- Kept the workspace tree at its target width during the host transition, avoiding per-frame list reflow or remounting.
|
|
37
|
+
- Preserved the reduced-motion path for users who disable interface motion.
|
|
38
|
+
- Added regression coverage for both collapse and re-expansion without workspace-tree rerenders.
|
|
39
|
+
|
|
40
|
+
### Suite 0.1.11
|
|
41
|
+
|
|
42
|
+
- Pinned `@michengai/dsh-codex-ui` to `0.2.79`.
|
|
43
|
+
- Updated `@michengai/dsh-im-connect` to `0.1.22`.
|
|
44
|
+
|
|
45
|
+
Release commit: [`e8d2f4b`](https://github.com/MichengAI/dsh-codex-ui/commit/e8d2f4b).
|
|
46
|
+
|
|
47
|
+
## 0.2.78 — 2026-08-23
|
|
48
|
+
|
|
49
|
+
Companion releases: `@michengai/dsh-codex-suite@0.1.9` and dependency-only refresh `0.1.10`.
|
|
50
|
+
|
|
51
|
+
### Changed
|
|
52
|
+
|
|
53
|
+
- Restored the host sidebar-width transition after the performance hardening in `0.2.77`.
|
|
54
|
+
- Added compositor-only reveal motion for expanded and compact shells, search, and workspace sections.
|
|
55
|
+
- Kept the large workspace tree mounted while switching sidebar modes.
|
|
56
|
+
|
|
57
|
+
### Suite 0.1.9–0.1.10
|
|
58
|
+
|
|
59
|
+
- Refreshed all Suite member pins.
|
|
60
|
+
- Suite `0.1.10` advanced Automation to `0.1.13` and IM Connect to `0.1.20` without changing the UI package version.
|
|
61
|
+
|
|
62
|
+
Release commits: [`b7980e3`](https://github.com/MichengAI/dsh-codex-ui/commit/b7980e3), [`cc71abf`](https://github.com/MichengAI/dsh-codex-ui/commit/cc71abf).
|
|
63
|
+
|
|
64
|
+
## 0.2.77 — 2026-08-23
|
|
65
|
+
|
|
66
|
+
Companion release: `@michengai/dsh-codex-suite@0.1.8`.
|
|
67
|
+
|
|
68
|
+
### Added
|
|
69
|
+
|
|
70
|
+
- Persisted pinned workspaces in the DSH Host profile so they survive Desktop tray reloads and dynamic-port changes.
|
|
71
|
+
- Added safe client hydration, legacy local-storage migration, serialized writes, and protection against clearing pins from incomplete startup data.
|
|
72
|
+
|
|
73
|
+
### Fixed
|
|
74
|
+
|
|
75
|
+
- Improved workspace and session drag-and-drop reliability and drop-target handling.
|
|
76
|
+
- Isolated search state and deferred filtering so typing does not rerender the workspace tree.
|
|
77
|
+
- Kept the workspace slot mounted across compact and expanded sidebar modes.
|
|
78
|
+
|
|
79
|
+
Release commit: [`b96d5a8`](https://github.com/MichengAI/dsh-codex-ui/commit/b96d5a8).
|
|
80
|
+
|
|
81
|
+
## 0.2.76 — 2026-08-23
|
|
82
|
+
|
|
83
|
+
Companion release: `@michengai/dsh-codex-suite@0.1.7`.
|
|
84
|
+
|
|
85
|
+
### Fixed
|
|
86
|
+
|
|
87
|
+
- Removed the duplicate drop indicator that could appear while reordering pinned workspaces.
|
|
88
|
+
|
|
89
|
+
Release commit: [`e2a38d1`](https://github.com/MichengAI/dsh-codex-ui/commit/e2a38d1).
|
|
@@ -0,0 +1,89 @@
|
|
|
1
|
+
# 更新日志
|
|
2
|
+
|
|
3
|
+
[English](CHANGELOG.md)
|
|
4
|
+
|
|
5
|
+
本日志记录 DSH Codex UI 及其一键 Suite 最近发布的五个版本;更早的变更可查看 [Git 提交历史](https://github.com/MichengAI/dsh-codex-ui/commits/main)。
|
|
6
|
+
|
|
7
|
+
## 0.2.80 — 2026-08-23
|
|
8
|
+
|
|
9
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.12`。
|
|
10
|
+
|
|
11
|
+
### 文档
|
|
12
|
+
|
|
13
|
+
- 新增中英文更新日志,展示最近五个 UI 发布版本。
|
|
14
|
+
- 在中英文 README 中加入更新日志入口,并将日志纳入 npm 包。
|
|
15
|
+
|
|
16
|
+
### Suite 0.1.12
|
|
17
|
+
|
|
18
|
+
- 将全部聚合插件刷新到 2026-08-23 发布的更新日志版本。
|
|
19
|
+
- 固定 Agency Agents `0.1.21`、Archive Manager `0.1.13`、Automation `0.1.14`、IM Connect `0.1.23` 和 Skills Manager `0.1.24`。
|
|
20
|
+
|
|
21
|
+
发布包:[`@michengai/dsh-codex-ui@0.2.80`](https://www.npmjs.com/package/@michengai/dsh-codex-ui/v/0.2.80) 与 [`@michengai/dsh-codex-suite@0.1.12`](https://www.npmjs.com/package/@michengai/dsh-codex-suite/v/0.1.12)。
|
|
22
|
+
|
|
23
|
+
## 0.2.79 — 2026-08-23
|
|
24
|
+
|
|
25
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.11`。
|
|
26
|
+
|
|
27
|
+
### 修复
|
|
28
|
+
|
|
29
|
+
- 移除展开阶段的额外等待,解决侧栏已经变宽、窄轨图标仍居中显示的问题。
|
|
30
|
+
- 展开时立即呈现固定宽度的宽态内容,由宿主侧栏列在动画过程中负责裁切。
|
|
31
|
+
- 收缩时先用 140ms 淡出宽态内容,再切换到窄轨。
|
|
32
|
+
- 将 56px 窄轨固定在左侧,避免图标跟随宿主列宽变化而横向漂移。
|
|
33
|
+
|
|
34
|
+
### 性能与无障碍
|
|
35
|
+
|
|
36
|
+
- 宿主动画期间保持工作区树的目标宽度,避免长列表逐帧重排或重新挂载。
|
|
37
|
+
- 保留减少动态效果模式,尊重用户的 `prefers-reduced-motion` 设置。
|
|
38
|
+
- 增加收缩和重新展开的双向回归测试,并验证工作区树不会额外渲染。
|
|
39
|
+
|
|
40
|
+
### Suite 0.1.11
|
|
41
|
+
|
|
42
|
+
- 将 `@michengai/dsh-codex-ui` 固定为 `0.2.79`。
|
|
43
|
+
- 将 `@michengai/dsh-im-connect` 更新为 `0.1.22`。
|
|
44
|
+
|
|
45
|
+
发布提交:[`e8d2f4b`](https://github.com/MichengAI/dsh-codex-ui/commit/e8d2f4b)。
|
|
46
|
+
|
|
47
|
+
## 0.2.78 — 2026-08-23
|
|
48
|
+
|
|
49
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.9`,以及仅刷新依赖的 `0.1.10`。
|
|
50
|
+
|
|
51
|
+
### 调整
|
|
52
|
+
|
|
53
|
+
- 在 `0.2.77` 的性能优化基础上恢复宿主侧栏宽度动画。
|
|
54
|
+
- 为展开态、窄轨态、搜索弹窗和工作区分区增加仅使用合成层的轻量显现动画。
|
|
55
|
+
- 侧栏模式切换时继续保留大型工作区树实例。
|
|
56
|
+
|
|
57
|
+
### Suite 0.1.9–0.1.10
|
|
58
|
+
|
|
59
|
+
- 刷新 Suite 全部成员的固定版本。
|
|
60
|
+
- Suite `0.1.10` 将 Automation 更新到 `0.1.13`、IM Connect 更新到 `0.1.20`,UI 包版本保持不变。
|
|
61
|
+
|
|
62
|
+
发布提交:[`b7980e3`](https://github.com/MichengAI/dsh-codex-ui/commit/b7980e3)、[`cc71abf`](https://github.com/MichengAI/dsh-codex-ui/commit/cc71abf)。
|
|
63
|
+
|
|
64
|
+
## 0.2.77 — 2026-08-23
|
|
65
|
+
|
|
66
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.8`。
|
|
67
|
+
|
|
68
|
+
### 新增
|
|
69
|
+
|
|
70
|
+
- 将置顶工作区持久化到 DSH Host Profile,使其在 Desktop 托盘重载和动态端口变化后仍可恢复。
|
|
71
|
+
- 增加安全的客户端水合、旧 localStorage 数据迁移、串行写入,以及启动数据不完整时的误清理保护。
|
|
72
|
+
|
|
73
|
+
### 修复
|
|
74
|
+
|
|
75
|
+
- 提升工作区和会话拖放的可靠性,修正落点判断。
|
|
76
|
+
- 隔离搜索状态并延迟过滤,避免输入搜索词时重新渲染工作区树。
|
|
77
|
+
- 在窄轨态和展开态之间切换时保持工作区插槽挂载。
|
|
78
|
+
|
|
79
|
+
发布提交:[`b96d5a8`](https://github.com/MichengAI/dsh-codex-ui/commit/b96d5a8)。
|
|
80
|
+
|
|
81
|
+
## 0.2.76 — 2026-08-23
|
|
82
|
+
|
|
83
|
+
配套版本:`@michengai/dsh-codex-suite@0.1.7`。
|
|
84
|
+
|
|
85
|
+
### 修复
|
|
86
|
+
|
|
87
|
+
- 移除置顶工作区排序时可能重复出现的落点指示线。
|
|
88
|
+
|
|
89
|
+
发布提交:[`e2a38d1`](https://github.com/MichengAI/dsh-codex-ui/commit/e2a38d1)。
|
package/README.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
**Rebuild the DeepSeek Harness Web sidebar, workspace tree, search, and turn navigation in a Codex-style layout**
|
|
10
10
|
|
|
11
|
-
[简体中文](README.zh-CN.md) · [Apache-2.0](LICENSE)
|
|
11
|
+
[简体中文](README.zh-CN.md) · [Changelog](CHANGELOG.md) · [Apache-2.0](LICENSE)
|
|
12
12
|
|
|
13
13
|
[](LICENSE)
|
|
14
14
|
[](https://www.npmjs.com/package/@michengai/dsh-codex-ui)
|
package/README.zh-CN.md
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
|
|
9
9
|
**为 DeepSeek Harness Web 重构 Codex 风格侧栏、工作区会话树、全局搜索和轮次导航**
|
|
10
10
|
|
|
11
|
-
[English](README.md) · [Apache-2.0](LICENSE)
|
|
11
|
+
[English](README.md) · [更新日志](CHANGELOG.zh-CN.md) · [Apache-2.0](LICENSE)
|
|
12
12
|
|
|
13
13
|
[](LICENSE)
|
|
14
14
|
[](https://www.npmjs.com/package/@michengai/dsh-codex-ui)
|
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.80",
|
|
4
4
|
"description": "以 Codex 风格重构 DSH Web 侧栏的独立客户端插件",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,6 +32,8 @@
|
|
|
32
32
|
"dist",
|
|
33
33
|
"assets",
|
|
34
34
|
"cordis.patch.yml",
|
|
35
|
+
"CHANGELOG.md",
|
|
36
|
+
"CHANGELOG.zh-CN.md",
|
|
35
37
|
"LICENSE",
|
|
36
38
|
"README.md",
|
|
37
39
|
"README.zh-CN.md"
|
|
@@ -51,6 +53,11 @@
|
|
|
51
53
|
"platform": "web"
|
|
52
54
|
}
|
|
53
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
|
+
},
|
|
54
61
|
"peerDependencies": {
|
|
55
62
|
"@deepseek-ai/cordis": ">=4.0.1 <5.0.0",
|
|
56
63
|
"@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.0 <0.2.0",
|
|
@@ -96,10 +103,5 @@
|
|
|
96
103
|
"tsx": "^4.22.4",
|
|
97
104
|
"typescript": "^6.0.3",
|
|
98
105
|
"vitest": "^4.1.8"
|
|
99
|
-
},
|
|
100
|
-
"scripts": {
|
|
101
|
-
"build": "tsc --noEmit && tsdown",
|
|
102
|
-
"typecheck": "tsc --noEmit",
|
|
103
|
-
"test": "pnpm run typecheck && vitest run tests/client-runtime.integration.spec.ts && tsdown && node tests/run-assertions.mjs"
|
|
104
106
|
}
|
|
105
|
-
}
|
|
107
|
+
}
|