AI Agent Hub
Back to plugins
⚙️

dsh-auto-continue

Workflow Updated 2026.09.10

Run the following command in DeepSeek Harness:

dsh plugin install Meowrium/dsh-auto-continue

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Meowrium/dsh-auto-continue in the DeepSeek Harness terminal to install the plugin; the source is available at https://github.com/Meowrium/dsh-auto-continue . Restart dsh web after installation to activate it.

About this plugin

Anyone who has run a long agent session in DeepSeek Harness knows the two failures that kill momentum: a mid-flight RATE_LIMIT or QUOTA error that drops the thread, and a job that idles through the peak-price window only to burn through quota at the highest rate. dsh-auto-continue targets exactly those two pain points with a single lightweight plugin.

One toggle, Auto-Continue, hooks into request-error events. When the failure code is RATE_LIMIT or QUOTA the plugin schedules a timed resume using the provider's Retry-After header (falling back to 60 seconds, capped at 24 hours). The current turn ends cleanly; the next one picks up where the session left off, no manual refresh required. The other toggle, Idle Task, watches the peak/valley price schedule in Beijing time. When the peak window opens, every running agent is suspended with its messages preserved in the inbox; when the valley window begins, each suspended agent receives a follow-up nudge and resumes automatically. A status line under the composer always shows the current window and minutes-to-switch.

Both toggles persist through the dsh settings service and survive a restart. Peak/valley boundaries are a single constant you can tweak to match your own billing schedule. This plugin is built for users who batch long agent workflows, care about off-peak pricing, or simply get tired of babysitting sessions that keep hitting rate limits.

Use Cases

  • Auto-resume a dropped session after RATE_LIMIT or QUOTA failures
  • Suspend running agents at peak pricing and resume them at off-peak automatically
  • Schedule batch workflows to the billing window without manual babysitting

Best For

  • Users running batch agent workflows in DeepSeek Harness
  • Cost-sensitive operators who want jobs to execute during off-peak windows
  • Developers who regularly hit rate limits and prefer hands-off recovery