lianginx/dsh-quote-selection0

dsh-quote-selection

DSH Web UI plugin: select conversation text and quote it into the composer as a Markdown blockquote

AI 분석

核心用途是简化对话内容的引用操作。适合在交流中需要针对 AI 历史回复的特定片段进行针对性追问或讨论的用户。

패키지
dsh-quote-selection
버전
0.2.0
라이선스
MIT
최근 업데이트
2026. 8. 22.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:lianginx/dsh-quote-selection

Usage

  1. Select some text in any assistant reply;

  2. Click the floating ❝ 引用 button;

  3. The composer now holds:

    > The quoted first line
    >
    > The second line
    

    with the caret on the line below — start typing your question;

  4. Select other text and quote again: the new block joins with exactly one blank line between quotes.

Uninstall / upgrade

dsh plugin --profile web remove dsh-quote-selection
dsh plugin --profile web update dsh-quote-selection