Skip to content

镜像默认安装锁版本的 dsh-automation 定时任务插件 - #66

Merged
earayu merged 1 commit into
mainfrom
feat/default-dsh-automation
Sep 3, 2026
Merged

镜像默认安装锁版本的 dsh-automation 定时任务插件#66
earayu merged 1 commit into
mainfrom
feat/default-dsh-automation

Conversation

@earayu

@earayu earayu commented Sep 3, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • 托管 dsh 打开后没有定时任务,租户得自己跑 dsh plugin add
  • 镜像构建时把 @michengai/dsh-automation@0.1.25 和已有的 @xmanrui/dsh-im 一起钉进 /opt/dsh-seed/.dsh;host-agent 按 seed 包列表写入租户 web profile。运行期不访问 npm。

Closes #65

Test plan

  • cd host-agent && npm test(63 通过)
  • cd host-agent && npm run typecheck
  • CI image job:Dockerfile 能装上两个 seed 包
  • staging 滚新镜像后打开一台 dsh,设置里有「定时任务」

Made with Cursor

托管实例打开后应直接有「定时任务」。构建时用官方安装器把
@michengai/dsh-automation 和已有的 dsh-im 一起钉进 seed;
host-agent 按 seed 的包列表补进租户 web profile,不再单绑 IM。

Closes #65

Co-authored-by: Cursor <cursoragent@cursor.com>
@earayu
earayu merged commit 91e5005 into main Sep 3, 2026
3 checks passed
@earayu
earayu deleted the feat/default-dsh-automation branch September 3, 2026 04:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

镜像默认安装 dsh-automation 定时任务插件

1 participant