dsh-scheduled
Codex-style heartbeat and cron automations for DeepSeek Harness
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ylxmf2005/dsh-scheduled说明文档
阅读完整 README ↗Usage
Schedules use RFC 5545 text. Include DTSTART and TZID when wall-clock timing matters:
DTSTART;TZID=Asia/Shanghai:20260822T090000
RRULE:FREQ=DAILY;BYHOUR=9;BYMINUTE=0
Heartbeat automations need a target session. Cron automations need a project path. The automation_update tool exposes create, list, view, update, delete, run, runs, and mark_read operations; the Settings page exposes the same operations through Host RPC.
Failed runs are recorded and do not retry automatically. The next recurrence remains scheduled unless the automation is paused or completed.