surenkid/dsh-selection-based-comments0

dsh-selection-comments

Selection-based comments for the DeepSeek Harness Web UI: select text in the chat, comment on each selection, then submit all comments as one message.

AI 분석

核心用途是针对 AI 的长回复进行逐条精准批注和反馈。适合需要对生成内容进行精细化修改、多点纠错的重度提示词工程或代码审查任务。安装后需重启 Web 服务。

패키지
dsh-selection-comments
버전
0.1.0
최근 업데이트
2026. 8. 19.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:surenkid/dsh-selection-based-comments

使用方式

  1. 在聊天消息中按住鼠标选中文字,选区上方会出现“评论选中内容”按钮。
  2. 点击按钮,在浮层中写下针对这段内容的评论,然后保存。可以继续选其他内容追加多条评论。
  3. 已保存的评论不会占据聊天区域:右下角会显示一个小胶囊“评论 N”,鼠标悬停或点击即可展开编辑/删除面板;消息行上的评论标记点击后也会直接打开这个面板。
  4. 在展开面板中点击“提交评论”,所有评论会合并成一条消息发送到当前会话;发送成功后待提交列表会清空。