yhPrime/dsh-session-delete

插件 ⭐ 0 MIT other

会话删除:DeepSeek Harness Web 插件——在会话头部添加红色垃圾桶按钮,二次确认后删除会话。

安装

2. 在 `dsh.profile.bundles` 数组追加:

   ```json
   "dsh-session-delete"
   ```

3. 在 profile 目录运行安装并重启 Web:

   ```bash
   pnpm install
   # 重启 dsh web 服务
   ```

> `cordis.patch.yml` 会把插件行插入 profile 层;client 端由 `dsh-client-modules` 扫描 `dsh.client` 声明自动注入浏览器。

### 方式二:从 npm / Git 安装

yhPrime/dsh-session-delete 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。