@michengai/dsh-automation 0.1.0 → 0.1.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.
@@ -1,6 +1,6 @@
1
1
  # 当前状态
2
2
 
3
- 更新时间:2026-08-16 22:40(Asia/Shanghai)
3
+ 更新时间:2026-08-17 21:04(Asia/Shanghai)
4
4
 
5
5
  - 阶段:I001 任务自动化插件首版实现,已补原生侧栏「定时」页签。
6
6
  - 活动迭代:[I001-任务自动化插件](..\01-当前工作\I001-任务自动化插件\00-迭代总览.md)
@@ -3,7 +3,7 @@
3
3
  - 状态:进行中
4
4
  - 负责人:维护者
5
5
  - 优先级:高
6
- - 更新时间:2026-08-16 22:40(Asia/Shanghai)
6
+ - 更新时间:2026-08-17 21:04(Asia/Shanghai)
7
7
 
8
8
  ## 目标与业务边界
9
9
 
@@ -16,6 +16,7 @@
16
16
  - [x] Web Automations 页
17
17
  - [x] 原生侧栏定时页签:包裹官方任务树,不依赖 dsh-codex-ui
18
18
  - [x] 单测与包契约
19
+ - [x] 定时侧栏会话菜单互斥,避免点第二条时与第一条重叠
19
20
  - [ ] 真实 Web Profile 组合验收
20
21
 
21
22
  ## 阻塞事项
@@ -31,7 +32,7 @@
31
32
 
32
33
  ## 已完成内容
33
34
 
34
- 仓库内已落地 Host 插件、Web 客户端、原生侧栏定时页签、文档和单测。
35
+ 仓库内已落地 Host 插件、Web 客户端、原生侧栏定时页签、文档和单测。定时会话更多菜单改为列表级互斥,并用固定定位弹出,避免两条菜单叠在一起。
35
36
 
36
37
  ## 待处理事项
37
38
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@michengai/dsh-automation",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "在独立 DSH Session 中按计划执行编码任务,支持 Web 设置页与 Agent 双入口管理。",
5
5
  "type": "module",
6
6
  "main": "./lib/index.js",
@@ -63,6 +63,23 @@
63
63
  "zod": "^4.1.5"
64
64
  },
65
65
  "peerDependencies": {
66
+ "@deepseek-ai/cordis": "^4.0.1",
67
+ "@deepseek-ai/dsh-agent": ">=0.1.0-rc.5 <0.2.0",
68
+ "@deepseek-ai/dsh-agent-default-model": ">=0.1.0-rc.5 <0.2.0",
69
+ "@deepseek-ai/dsh-agent-presets": ">=0.1.0-rc.5 <0.2.0",
70
+ "@deepseek-ai/dsh-client-connection": ">=0.1.0-rc.5 <0.2.0",
71
+ "@deepseek-ai/dsh-client-locale": ">=0.1.0-rc.5 <0.2.0",
72
+ "@deepseek-ai/dsh-client-runtime": ">=0.1.0-rc.5 <0.2.0",
73
+ "@deepseek-ai/dsh-client-ui-conversation": ">=0.1.0-rc.5 <0.2.0",
74
+ "@deepseek-ai/dsh-client-ui-settings": ">=0.1.0-rc.5 <0.2.0",
75
+ "@deepseek-ai/dsh-llm": ">=0.1.0-rc.5 <0.2.0",
76
+ "@deepseek-ai/dsh-sandbox-policy": ">=0.1.0-rc.5 <0.2.0",
77
+ "@deepseek-ai/dsh-session": ">=0.1.0-rc.5 <0.2.0",
78
+ "@deepseek-ai/dsh-storage-domain": ">=0.1.0-rc.5 <0.2.0",
79
+ "@deepseek-ai/dsh-tools": ">=0.1.0-rc.5 <0.2.0",
80
+ "@deepseek-ai/dsh-user-approval": ">=0.1.0-rc.5 <0.2.0",
81
+ "@deepseek-ai/dsh-workspace": ">=0.1.0-rc.5 <0.2.0",
82
+ "@deepseek-ai/schemastery": "^3.18.1",
66
83
  "react": "^18.2.0"
67
84
  },
68
85
  "peerDependenciesMeta": {