@lemoncat7/dsh-partner 1.6.0 → 1.6.1
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/README.md +8 -1
- package/lib/client.d.ts.map +1 -1
- package/lib/client.js +1379 -1321
- package/lib/client.js.map +4 -4
- package/lib/ui/companion-picker.d.ts +8 -0
- package/lib/ui/companion-picker.d.ts.map +1 -0
- package/lib/ui/companion-picker.js +70 -0
- package/lib/ui/companion-picker.js.map +1 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -6,7 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
## 兼容性
|
|
8
8
|
|
|
9
|
-
正式版 `1.6.
|
|
9
|
+
正式版 `1.6.1` 适配 DeepSeek Harness `0.1.2-rc.1`,需要 Node.js `22.19+` 或 `24+`。DSH 官方 Agent、Session、Settings、Tools 与客户端 UI 依赖均锁定到 `0.1.2-rc.1` 接口族。
|
|
10
|
+
|
|
11
|
+
### 1.6.1 更新
|
|
12
|
+
|
|
13
|
+
- 统一伙伴工作区的分层材质,保留透明工作区底层。
|
|
14
|
+
- 重新整理手机上栏:伙伴切换、新建和工作区导航采用紧凑的两排布局;修复重复箭头、横屏挤压及桌面误显示手机控件。
|
|
15
|
+
- 伙伴切换菜单使用插件自有样式和不透明底色,避免主题覆盖后正文透入;支持键盘导航、选中反馈、长列表滚动及退出焦点恢复。
|
|
16
|
+
- 通过 112 项测试,并覆盖深浅色、7 种宽度和实际 DSH 页面检查。
|
|
10
17
|
|
|
11
18
|
## 当前能力
|
|
12
19
|
|
package/lib/client.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;
|
|
1
|
+
{"version":3,"file":"client.d.ts","sourceRoot":"","sources":["../src/client.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,qBAAqB,CAAA;AA2CnE,eAAO,MAAM,MAAM,UAAkC,CAAA;AAErD,wBAAgB,KAAK,CAAC,GAAG,EAAE,aAAa,GAAG,IAAI,CAQ9C"}
|