dsh-power-awake
Prevent the computer from sleeping while Harness is running. Toggle at runtime through a model-facing tool.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Bole1001/dsh-power-awake说明文档
阅读完整 README ↗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