Braidy-Wu/dsh-conversation-minimap ↗★ 1
dsh-conversation-minimap
基于用户提示词的 DSH 会话缩略图导航轨插件,悬停预览提示词,点击快速跳转。
AI 分析
核心用途是在长对话左侧生成垂直导航轨,方便用户快速定位和跳转到特定的历史提问。适合经常进行超长上下文对话、需要频繁翻阅历史记录的用户。可在配置文件中自定义启用阈值。
安裝
$
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)