Braidy-Wu/dsh-conversation-minimap1

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.

AI 分析

核心用途是在长对话左侧生成垂直导航轨,方便用户快速定位和跳转到特定的历史提问。适合经常进行超长上下文对话、需要频繁翻阅历史记录的用户。可在配置文件中自定义启用阈值。

パッケージ
dsh-conversation-minimap
バージョン
1.2.1
ライセンス
MIT
最終更新
2026/08/17

インストール

$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)