Bole1001/dsh-power-awake0

dsh-power-awake

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

AI 分析

核心用途是确保 DSH 执行长时间任务时系统不进入休眠,并允许 Agent 通过工具自主控制。适合需要运行长时间后台任务、自动化脚本或大模型推理的用户。

パッケージ
dsh-power-awake
バージョン
0.1.0
最終更新
2026/08/19

インストール

$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