0gl20shk0sbt36/dsh-timer-task ↗★ 0
dsh-timer-task
DSH plugin: agent-schedulable recurring timer tasks with veto. When a task fires, the owning session (or its blocking subagent) is prompted and may veto (timer_veto tool or marker file); the command runs only when nobody vetoes.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:0gl20shk0sbt36/dsh-timer-task说明文档
阅读完整 README ↗配置 / Configuration
| 配置项 | 默认 | 说明 |
|---|---|---|
vetoWindowSeconds | 60 | 全部 agent 空闲后,无人 veto 的宽限窗口(秒) |
checkIntervalSeconds | 20 | 定时器检查周期(秒) |
vetoDir | ~/.dsh/plugins/dsh-timer-task/veto | 全局 veto 标记目录(插件进程可写) |
persistFile | ~/.dsh/plugins/dsh-timer-task/tasks.json | 任务持久化文件 |