LittleBlackTong/dsh-plugin-cron0

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.

包名
dsh-plugin-cron-scheduler
版本
0.2.1
许可证
MIT
最近更新
2026年9月9日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:LittleBlackTong/dsh-plugin-cron

配置

默认含义
configFile/cron-jobs.json任务数据文件路径(仅 composition 配置)

为什么不用 settings 面板的通用 namespace?DSH 的 settings wire 只服务一张 硬编码白名单(WEB_SETTINGS_NAMESPACES),插件无法把自有 namespace 暴露给 浏览器写入。本插件因此在 host 自建了 /api/cron/* 路由,侧边栏 UI 直连该路由。