LittleBlackTong/dsh-plugin-cron ↗★ 0
dsh-plugin-cron-scheduler
Cron scheduler plugin for DeepSeek Harness: schedule agent tasks via natural language or a sidebar UI, with fixed/new session strategies, run history, manual trigger, and live sync.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LittleBlackTong/dsh-plugin-cron说明文档
阅读完整 README ↗配置
| 键 | 默认 | 含义 |
|---|---|---|
configFile | /cron-jobs.json | 任务数据文件路径(仅 composition 配置) |
为什么不用 settings 面板的通用 namespace?DSH 的 settings wire 只服务一张 硬编码白名单(
WEB_SETTINGS_NAMESPACES),插件无法把自有 namespace 暴露给 浏览器写入。本插件因此在 host 自建了/api/cron/*路由,侧边栏 UI 直连该路由。