dsh-automation: natural-language schedules, session continuity, models and skills, permissions, message delivery, and failure protection

English · 简体中文

npm version Awesome DSH Plugin CI

Get started   /   Demo   /   Reference   /   Report an issue

Release checks. Dependency reviews. Daily handoffs.
Set the schedule. Let your Agent take it from there.

🗓 Work on a schedule

One-time or recurring, across time zones.
Set dates, intervals, and limits visually.

💬 Keep the conversation

Start fresh by default, or confirm
an existing session to keep its context.

🧩 Choose the capabilities

Pick an Agent, model, and skills per task.
You set permissions and confirm changes.

🔎 Follow every run

See summaries, duration, and errors.
Open past sessions to review the work.

📨 Bring results to chat

Optionally deliver through dsh-im.
Sidebar alerts for failures or every run.

⏸ Stay in control

Run now, pause, resume, or stop.
Optionally auto-pause after 3 failures.

## Get started ```sh dsh plugin --profile web add @alpacachen/dsh-automation ``` Restart `dsh web`, open a workspace, and make your first request: > Every weekday at 6 PM in Asia/Shanghai, summarize today's changes, next actions, and blockers. Read only; don't change files. Show me the configuration before creating it. The Agent previews the schedule, permissions, and other settings. **It creates the task only after you confirm.** Or choose New automation in the sidebar and start from a built-in template. Plans change: just say “Move the daily handoff to 7 PM.” To receive results in chat, select a bot and saved target under Edit → Message delivery. [Set up message delivery ↗](https://github.com/xmanrui/dsh-im/blob/main/PROACTIVE_DELIVERY.en.md) > **Keep DSH running** for scheduled tasks. Runs have a 1-hour limit by default, and interactive approvals are never granted automatically. [How execution works →](docs/reference.md) ## Demo Copy an example to your Agent and adjust the time or scope. **Every task requires a configuration preview and your confirmation before creation.** Fill in missing essentials, such as log paths, before saving the task.

🌙 A handoff before you log off

Recurring · Read only · Notify after each run

Create a daily handoff for weekdays at 18:00 in Asia/Shanghai. Read today's commits and uncommitted workspace changes. Report completed work, next actions, and blockers with evidence; say so if nothing changed. Do not modify files. Notify me after each run.

🚀 A check before the release

One-time · A verdict with evidence

Create a one-time release check for tomorrow at 09:00 in Asia/Shanghai. Read the workspace's version configuration, release docs, and uncommitted changes. Report Ready or Blocked with evidence, and list anything not verified. Do not modify files or publish anything.

📦 A Monday dependency review

Recurring · Choose models and skills

Create a dependency review for Mondays at 09:30 in Asia/Shanghai. First list the available models and skills for me to choose. Inspect manifests and lockfiles, consult accessible official release notes, and report upgrade priorities, compatibility risks, and sources. Do not install or upgrade anything.

💬 Keep an investigation moving

Pinned session · Retain context

Create an investigation follow-up for weekdays at 10:00 in Asia/Shanghai, pinned to our investigation session in this workspace. Show me the target session for confirmation first. Read the logs I specify, build on our existing conclusions, and report new evidence and next steps. Do not repeat the entire history or modify files.

📨 A weekly report delivered to chat

Recurring · Optional dsh-im delivery

Create a weekly report for Fridays at 17:00 in Asia/Shanghai. Read this week's workspace commits and project docs. Produce a short chat-ready briefing: completed work, unresolved issues, and suggested next steps. Do not modify files or invent progress; flag missing evidence.

📝 Keep project docs up to date

Recurring · Controlled file changes

Create a docs-maintenance task for the first day of each month at 10:00 in Asia/Shanghai. Check README commands against the current package.json and update only outdated command instructions. Do not change application code, commit, or push. Let me confirm the model, skills, and workspace-write permissions before creation. Summarize the edits after each run.
Dependency reviews need working web tools on the Host. For report delivery, configure dsh-im on the same Host, then select and confirm a bot and saved target under Edit → Message delivery; creating the task alone does not enable delivery. Docs maintenance requires write permissions. ---

Execution rules & tool reference   ·   Feedback & ideas   ·   MIT License