DeepSeek Harness plugin

dsh-power-awake

Prevent the computer from sleeping while Harness is running. Toggle at runtime through a model-facing tool.

Jump to install

Source facts

Repository
Bole1001/dsh-power-awake
Latest update
Aug 19, 2026
Category
Tools & Capabilities
GitHub stars
0
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Bole1001/dsh-power-awake
Plugin: dsh-power-awake
Author: Bole1001

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer2 files
README.mdSource · read only

dsh-power-awake

Prevent the computer from sleeping while Harness is running.

On load with enabled: true the plugin spawns a platform keep-awake helper and holds it until the plugin unloads or the model toggles it off through the toggle_keep_awake tool.

Install

dsh plugin --profile web add dsh-power-awake

Or from a git host:

dsh plugin --profile web add github:your-org/dsh-power-awake

Usage

Once installed, the computer stays awake while Harness runs. Say "turn off keep-awake" or "enable keep-awake" in any conversation and the agent toggles it through the toggle_keep_awake tool.

To disable by default, override in your profile's cordis.patch.yml:

- id: power-awake
  config:
    enabled: false

Platform support

| Platform | Mechanism | Notes | | -------- | --------- | ----- | | macOS | caffeinate -dimsu (system tool) | Blocks system sleep, idle sleep, and display sleep | | Windows | SetThreadExecutionState via PowerShell | ES_CONTINUOUS \| ES_SYSTEM_REQUIRED | | Linux | systemd-inhibit | Requires systemd; blocks sleep/idle/shutdown |

No native dependencies. On an unsupported platform the plugin loads but keep-awake is a no-op.

Development

npm install
npm run build

The repo-local symlinks node_modules/@deepseek-ai/cordis and node_modules/@deepseek-ai/dsh-tools point into a deepseek-harness checkout for development; remove them before publishing (npm fills published ranges).