DeepSeek Harness plugin

dsh-cron-panel

DSH web GUI scheduled-tasks panel: manage DSH agent reminders and system crontab entries from a sidebar panel with full-screen detail editing.

Jump to install

Source facts

Repository
a792883583/dsh-cron-panel
Latest update
Aug 22, 2026
Category
Workflow & Automation
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/a792883583/dsh-cron-panel
Plugin: dsh-cron-panel
Author: a792883583

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer5 files
README.en.mdSource · read only
README language

dsh-cron-panel

中文 · Español

A scheduled-tasks panel for the DSH Web GUI: sits between the workspace selector and settings in the sidebar, managing DSH tasks and system tasks (crontab) in separate sections, with natural-language creation, full-screen detail editing, and execution logs.

Features

  • Sidebar panel: below the workspace selector, above settings; ➕ on the header to create, ▾ to collapse (collapses to a slim title bar; state is persisted)
  • Separate sections: DSH tasks (created via the panel, managed with markers) and system tasks (existing crontab entries) are shown apart
  • Natural-language creation: type “run backup every day at 9am”, “clean temp files every 30 minutes”, “every Monday at 8pm” and it is parsed into a cron expression automatically (Chinese & English, 17+ patterns); manual expressions also supported
  • Full-screen details: click a task to open a full-screen overlay over the conversation, close via the top-right ✕; edit / save / delete / enable-toggle supported
  • Next-run preview: while editing, the next 5 execution times are shown automatically from the cron expression (avoids typos)
  • Notify on completion: when editing a task you can configure "notify on completion" — after the task finishes, the result is pushed to the selected platform (Telegram / Discord / WeCom AI bot / Email); requires an installed and connected dsh-message-gateway (QQ has no active push). Push goes through the gateway's /gateway/push; the cron command gets a push segment appended automatically (exit code + task description), no extra setup needed
  • Run now: in task details, click "Run now" to execute the command once immediately (not through cron scheduling) and see the exit code and output in real time — verify a task right after creating it instead of waiting for its schedule
  • Auto-retry on failure: configure the number of retries and the delay between attempts (the command runs in a subshell, so a failed exit code triggers a retry)
  • Auto-backup before write: every crontab rewrite is preceded by a backup of the current content to ~/.local/share/dsh-cron-backups/ (keeps the latest 20), so mistakes can always be rolled back
  • Execution logs: panel-created tasks log automatically (~/Library/Logs/dsh-cron-<id>.log); system tasks reuse their existing log redirection; newest first, refreshable
  • Multilingual: follows the DSH Web UI language (Chinese / English); Spanish browsers automatically get Spanish copy; defaults to Simplified Chinese
  • Light / dark theme follows the DSH Web GUI

Screenshots

Sidebar panel (DSH / system sections + add + collapse):

![Scheduled tasks panel](docs/cron-panel.png)

Full-screen details (edit form + execution log, close top-right):

![Task details](docs/cron-detail.png)

Installation

dsh plugin --profile web add dsh-cron-panel

Restart dsh web, and the “Scheduled tasks” panel appears below the workspace selector in the sidebar.

> For local development, install via a link instead: dsh plugin --profile web add link:/path/to/dsh-cron-panel. After editing source, run npm run build and refresh the page to see changes.

Feedback

Found a bug or have a feature request? Open an issue on GitHub Issues — your feedback helps us make the plugin better.

License

MIT