Hanmiao33/dsh-bubble-explain ↗★ 1
@dsh-external/bubble-explain
在对话中框选任意文字后点击“解释”,弹出 Markdown 实时流式解释气泡的前端插件。
AI 分析
核心用途是提供即时的划词解释与递归追问功能,无需打断当前对话流。适合在阅读长文本或复杂代码时需要快速获取名词解释与背景知识的用户。
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Hanmiao33/dsh-bubble-explain说明文档
阅读完整 README ↗Usage
- In a conversation, select any text with the mouse.
- Click the 解释 button that appears.
- An explanation bubble streams in next to the selection.
- Select text inside the bubble to ask a deeper follow-up, or use the copy button / drag the bubble anywhere on the page.
Configuration
Settings → General → 「框选解释」:
| Key | Default | Meaning |
|---|---|---|
enabled | true | Master switch |
maxDepth | 6 | Max recursion depth (1–6) |
maxChars | 300 | Max explanation length (50–1000) |