Braidy-Wu/dsh-conversation-minimap ↗★ 1
dsh-conversation-minimap
DSH Web GUI prompt-based conversation minimap: a vertical navigation rail on the left of long conversations, each anchor = one user prompt; hover shows the prompt preview, click jumps to that message.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Braidy-Wu/dsh-conversation-minimap说明文档
阅读完整 README ↗Configuration (cordis.patch.yml, all optional — restart dsh web after changes)
- insert:
- id: conversation-minimap
name: dsh-conversation-minimap
config:
enabled: true # master switch (false = never loads)
minPrompts: 4 # show the rail once the session has at least this many user prompts (default 4, range 0-100)
anchorSize: 3 # anchor bar height in px (default 3, range 2-8)