893413974-bit/dsh-setting-restart

插件 ⭐ 1 MIT other

在“设置” → “通用”中一键重启 DSH 服务。这是 DeepSeek Harness 的 dsh-plugin,重启行固定在通用设置页面底部。

catalog 简介:One-click restart of the DSH service from Settings → General. A dsh-plugin for DeepSeek Harness; the restart row stays pinned at the bottom of the general settings page. 在设置 → 通用设置中一键重启 DSH 服务。DeepSeek Harness 的 dsh-plugin,重启行固定显示在通用设置页面最底部。

安装

dsh plugin --profile web add dsh-setting-restart
   ```

2. Mount it as a loader entry by appending an `insert` patch to the profile's user patch layer — `$DSH_HOME/profiles/web/cordis.patch.yml` (`$DSH_HOME` defaults to `~/.dsh`):

   ```yaml
   # $DSH_HOME/profiles/web/cordis.patch.yml
   - insert:
       - id: setting-restart
         name: dsh-setting-restart
   ```

3. Start (or restart) the service:

   ```sh
   dsh web
   ```

4. Open **Settings → General** — the "一键重启" row is at the very bottom. Click **重启** to restart the service; the page reconnects automatically.

> The same patch can be added to the home-level `$DSH_HOME/cordis.patch.yml` to enable the plugin for every profile.

## Configuration

The loader entry accepts an optional `config` block:

893413974-bit/dsh-setting-restart 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。