dsh-timer-scheduler:让 agent 稍后自动醒来检查后台工作
`dsh-timer-scheduler` 是一个 MIT 许可的 DSH 插件,旨在解决 Agent 启动后台任务后需人工提示检查的问题。该插件为 Agent 提供一次性提醒工具,支持通过相对或绝对时间设置提醒,并在到期时自动唤醒 Agent 继续行动,无需人工干预。核心功能包括 `schedule_reminder`(支持关联后台任务,任务完成即自动取消提醒)、`list_reminders` 和 `cancel_reminder`。提醒数据持久化存储,重启后仍有效,且 Web UI 顶栏会实时显示提醒及倒计时。安装时需从源码挂载至 Web profile 并重启服务,若使用特定工具过滤配
Read MoreView Background Task Progress and Real-time Output on the Conversation Page with dsh-task-status
`dsh-task-status` is an MIT-licensed DeepSeek Harness web interface enhancement plugin maintained by vlln, currently at version 0.3.1. It attaches the background task status bar to the official dock slot above the input area of the conversation page, displaying the running count, detailed item-by-item information, and an output tail refreshed approximately every 1 second. This article verifies the installation command, web profile usage, jobs.read mirror packaging and other edge cases by cross-checking with the plugin directory page and GitHub source code.
Read More