D
dsh-user-message-navigation
v0.1.1 · 4 天前发布
User Message Minimap: a navigation rail for long DeepSeek Harness conversations
README
DSH User Message Minimap(用户消息导航轨)
一款可随时安装和卸载的 DeepSeek Harness Web 插件。它会在长对话左侧显示紧凑的用户消息 Minimap,让你快速辨认当前轮次并跳回之前的指令。
English: A removable Web client plugin that adds a compact user-message minimap to long DeepSeek Harness conversations.
当前版本为 0.1.1,面向 DeepSeek Harness 0.1.0-rc.6。插件使用公开的 shell.overlay 插槽,但在 DSH 提供专用的对话导航接口前,仍需通过现有 Chat DOM 属性发现用户消息位置。
名称
dsh-user-message-navigationMinimap 是这个插件的简短别名,表示用一条缩略导航轨映射长对话中的用户消息位置。npm 包名保持不变,因此已有安装命令不受影响。
功能
安装
将插件安装到 DSH Web profile,然后启动 Web 客户端:
```sh
dsh plugin --profile web add d
版本兼容矩阵
| DSH 版本 | 状态 | 说明 |
|---|---|---|
dsh@0.1.0-rc.6 | ✅ 兼容 | cordis patch ✅ |
dsh@0.1.0 | ✅ 兼容 | 标准 patch ✅ |
dsh@0.2.0 | ⚠️ 待验证 | 待实测(API 可能在变) |
dsh@0.3.0+ | ❓ 未知 | 尚未发布 |
💡 兼容矩阵每周末自动跑实测,欢迎 PR 修正
元数据
- License
- MIT
- npm
- dsh-user-message-navigation
- Repo
- git+https://github.com/walnut-a/dsh-user-message-navigation.git
- Engines
{"node":"^22.19 || >=24"}- Weekly DL
- 0
- Monthly DL
- 0
- dsh.bundle
{"bundle":{"patch":"./cordis.patch.yml"},"client":{"platform":"web","inject":["@deepseek-ai/dsh-client-runtime","@deepseek-ai/dsh-client-ui-layout"]}}