Ruiming-cn/dsh-ask-in-sidebar0

dsh-ask-in-sidebar

Ask a sidebar assistant about selected assistant text using the current DeepSeek Harness conversation context, without touching the main conversation. Inspired by the MIT-licensed DSH plugin ecosystem; see README.md for credits.

AI 분석

核心用途是允许用户在不干扰主对话的前提下,选中助手回答的文本并在侧边栏进行追问。适合需要对生成内容进行局部解释、探讨或背景查询的阅读与分析任务。

패키지
dsh-ask-in-sidebar
버전
0.1.0
라이선스
MIT
최근 업데이트
2026. 8. 25.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Ruiming-cn/dsh-ask-in-sidebar

使用

  1. 打开 DSH Web 对话。
  2. 选中助手回答中的一段文本。
  3. 点击 在侧边栏提问
  4. 输入问题(例如“为什么这么做?”或“这是什么意思?”),按 Enter 或点击 发送
  5. 在面板中阅读回答,并可继续追问。
  6. 随时关闭面板返回主对话。

配置

无插件专用配置。侧边栏使用主对话当前使用的 provider/model 路由和最新 request/header 中的 system prompt。若没有 header,则依次回退到当前 agent options、第一个已配置的 LLM provider。