Bundle
dsh-session-id
在 DSH Web UI 会话头部显示当前对话 ID,点击一键复制到剪贴板
- Source
- LucienLL
- License
- MIT
- Updated
- Updated 4 hours ago
Readme
# dsh-session-id 在 DeepSeek Harness Web UI 的会话头部显示当前对话 ID,点击一键复制到剪贴板。 ## 功能 - 会话头部右侧显示当前会话 ID(超长时截断显示,悬停可见完整 ID) - 点击复制完整 ID,短暂显示「已复制」;剪贴板不可用或写入失败时短暂显示「复制失败」(红色) ## 安装 ```sh dsh plugin --profile web add dsh-session-id # 或本地开发(在仓库目录内执行): dsh plugin --profile web add . ``` 安装后重启 `dsh web` 生效。 ## 实现 纯客户端插件:注入官方 slot `conversation.session.header.utilities`(`scope: session`), 框架自动注入 `sessionId`,无需任何宿主侧逻辑。
Install
dsh plugin --profile web add github:LucienLL/dsh-session-id#4eda67dd50581fc18817d620df84244f53186e40
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-session-id from the hub