jiangnan-awa/dsh-user-message-jump

插件 ⭐ 1 MIT other

DSH(DeepSeek Harness)Web 客户端插件:在会话左侧显示用户消息快速跳转竖带,参考 Codex 会话左侧的目录导航。

catalog 简介:—

安装

npm run build
   ```

2. 安装并装载(官方 bundle 通道):

   本包声明了 `dsh.bundle`(`cordis.patch.yml` 包级补丁层),可通过 DSH 官方安装命令直接装进 profile 的 bundle 栈:

   ```bash
   dsh plugin --profile <name> add dsh-user-message-jump
   ```

   等价于在 profile 的 `cordis.patch.yml` 手工挂载:

   ```yaml
   - insert:
       - id: user-message-jump
         name: dsh-user-message-jump
   ```

   > 若 profile 里已有上面的手工挂载行,改用 bundle 通道前请删除它,避免双挂载。

3. 重启 DSH;Web 端会通过 `dsh.client` 扫描把本包编入启动图(`/plugins/<name>/client.js?rev=<hash>`),刷新页面后生效。

### 要求

- DSH 版本支持 web 客户端模块系统(`dsh.client` / `window.__ModuleLoader__`);
- 运行环境包含 `react`(seed 模块)与声明 `conversation.session.header.actions` 槽位的会话 UI 包(DSH 自带)。

## 开发

jiangnan-awa/dsh-user-message-jump 加入你的 DSH 配置(web profile)即可启用。

README

展开完整 README 收起

README 内容为空。