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.

包名
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。