XiaoWind/dsh-cron

XiaoWind★ 0JavaScript最后同步: 2026-08-21

在 GitHub 打开

DeepSeek Harness plugin: a /cron slash command for cron-scheduled recurring agent loops

README 摘要

dsh-cron English 中文 A DeepSeek Harness (DSH) plugin that adds a human-facing /cron slash command for cron-scheduled, recurring agent loops . /cron " /30 " posts a start notice, then fires one tick at every wall-clock minute matching the cron expression (for example :00 and :30 ), re-prompting the agent each time, until you stop it with /cron stop . Install The dsh plugin command forwards to pnpm inside the web profile directory, then reconciles the profile's dsh.profile.bundles layer list. Because this package declares dsh.bundle.patch , it joins the layer stack automatically. Restart the Web app after installing. The plugin injects the commands service, so it activates only in profiles that compose a command adapter — the shipped web profile does. Update Pull the latest version of the plugin into an installed profile: dsh plugin forwards to pnpm update dsh-cron inside the profile directory, which re-resolves the github:XiaoWind/dsh-cron dependency to the latest commit on the default branch. The lockfile pins a git dependency by commit hash, so a version bump is not required for the update to land. If pnpm has cached an old git resolution, re-pin it explicitly: Restart the Web app …

在 GitHub 查看完整 README →
Agent/智能体dsh-pluginagent

分类