dsh-schedule: A Scheduled Task and Status Monitoring Plugin for DSH

`csiroqa/dsh-schedule` is an MIT-licensed plugin developed for DeepSeek Harness (DSH), integrating scheduled task execution and system status monitoring functionality. It supports automatically triggering Agent executions such as daily summaries, inspections, or report generation through 5-field cron expressions, with task status persistently stored and a 30-minute timeout protection mechanism to prevent hangs. Users can add, delete, pause, and resume tasks via the `/schedule` command or the settings page dashboard. In terms of monitoring, the plugin provides a `/status` command and a real-time refresh dashboard, displaying comprehensive status including CPU, memory, disk, active sessions, and models. Installation requires Node.js >= 22 and pnpm environment, with source code cloned and built.

Read More