UlaBe/dsh-conversation-nav

Plugin ⭐ 0 web-ui

Conversation position navigator plugin for DeepSeek Harness: right-edge floating button + drawer listing every user message (auto-loads full history), click to jump. Install via dsh plugin add @ulabe/dsh-conversation-nav

Install

dsh-conversation-nav/
├── package.json       # 插件元数据:dsh.bundle(bundle 层)+ dsh.client(浏览器半)
├── cordis.patch.yml   # bundle 层(被 dsh plugin add 识别并应用)
└── lib/
    ├── index.js       # Node 侧入口(no-op apply)
    └── client.js      # 浏览器侧 bundle(唯一实现,手写无构建)

Add UlaBe/dsh-conversation-nav to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.