MichengAI/dsh-btw1

@michengai/dsh-btw

为 DSH 提供一次性只读旁问气泡功能的插件

AI 分析

支持通过 `/btw` 指令在不打断主线任务的前提下,向模型发起独立的旁问,并在输入框上方气泡中展示回答。适合需要在长任务执行中临时提问的用户。

包名
@michengai/dsh-btw
版本
0.1.4
许可证
Apache-2.0
最近更新
2026年9月6日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:MichengAI/dsh-btw

Usage

In a conversation with existing context, enter:

/btw Summarize the proposed plan in one sentence.
GoalAction
Ask a side questionSubmit /btw your question, or choose btw from the / menu.
Read the answerWait for the answer in the independent bubble above the composer.
Copy an answerClick the copy icon in the bubble's upper right.
Collapse or expandClick the collapse or expand icon.
Cancel a questionClose its bubble while it is running. The main task is unaffected.
Dismiss an answerClose the completed bubble.
Ask againSubmit another /btw question. Each question is independent.

Use the regular conversation to run commands, edit code, or continue the main task. BTW can only answer using existing context.

Usage Notes

  • Each question is independent and uses completed content from the main conversation at the time you ask. It does not include an answer still being generated or previous side questions.
  • Bubbles are not restored after refreshing the page. Copy any answers you want to keep first.

Usage Notes

  • Each question is independent and uses completed content from the main conversation at the time you ask. It does not include an answer still being generated or previous side questions.
  • Bubbles are not restored after refreshing the page. Copy any answers you want to keep first.