dsh plugins中文
← Back to popular plugin directory

session admin · Web search tool

robin758/dsh-session-admin · skills

DeepSeek Harness (DSH) session management plug-in: unified management of all sessions (existing + archived) in the Web settings panel, supports archiving/unarchiving/permanent deletion/search/batch operations.

★ 0GitHub stars
0Forks
2026-08-16Last updated
JavaScriptLanguage
MITLicense

Project overview

1. 启动 DSH Web; 2. 进入 设置 → 会话管理; 3. 浏览所有会话:顶部输入框搜索;勾选会话后可批量归档 / 取消归档 / 删除; 4. 删除会弹出二次确认;删除为永久删除,不可恢复。 HTTP API Method · Path · 说明 Method: GET · Path: /plugins/dsh-session-admin/list · 说明: 列出磁盘上的全部会话(现存 + 归档) Method: POST · Path: /plugins/dsh-session-admin/archive · 说明: 归档一个会话 Method: POST · Path: /plugins/dsh-session-admin/unarchive · 说明: 取消归档一个会话 Method: POST · Path: /plugins/dsh-session-admin/delete · 说明: 永久删除一个会话 Method: POST · Path: /plugins/dsh-session-admin/batch · 说明: 批量归档 / 取消归档 / 删除

变更类接口仅接受 loopback + 同源请求(Origin 与 Host 一致),否则返回 403,防止第三方网站误触发。 配置

bundle patch 中的 config 可覆盖(profile 层可再覆盖): 从源码开发

Install command

dsh plugin --profile web add github:robin758/dsh-session-admin
View GitHub repository ↗Back to popular plugin directory