AI Agent Hub
Back to plugins
⚙️

dsh-awake

Workflow Updated 2026.08.23

Run the following command in DeepSeek Harness:

dsh plugin install htfc786/dsh-awake

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

Run dsh plugin install htfc786/dsh-awake in DSH to install this plugin; the source is hosted at https://github.com/htfc786/dsh-awake . After installation, open Settings and the Sleep Guard section to configure it.

About this plugin

DSH agent tasks often outlast the OS sleep timer, and one premature suspension can interrupt the task, corrupt the session, or crash services on restart. dsh-awake automatically engages a sleep guard when a task starts and releases it when the task ends (including error, abort, or cancellation), so you never have to touch power settings manually.

Cross-platform support for Windows, Linux, and macOS with a fallback chain of per-platform implementations; browser Wake Lock state is maintained independently per browser via localStorage, fully decoupled from the server-side mechanism. All settings are hot-editable via the config page and 0.1.x configs are auto-migrated on first load.

Ideal for developers running long DSH agent workflows on personal machines where tasks frequently exceed the sleep threshold.

Use Cases

  • Preventing laptop or desktop auto-sleep during long agent tasks
  • Unified sleep-prevention policy across Windows, Linux, and macOS
  • Browser Wake Lock managed independently from server-side guard

Best For

  • Developers running long DSH agent tasks on personal machines
  • Agent workflow users needing cross-platform sleep prevention
  • Users frustrated by task interruptions or session corruption caused by auto-sleep