跳到正文
dsh-market 浏览插件 GitHub EN

WLV-ZEDD/dsh-btw

交互式侧边助手坞:用 /btw 快速提问,实时显示思考状态,历史记录分页浏览。

Star 数 ★ 0 分类 UI 增强 收录于 2026-09-04 npm @wlv-zedd/dsh-btw-plugin

安装

在 DeepSeek Harness 里通过 dsh-market 安装

dsh plugin --profile web add dshmarket

或使用命令行

dsh plugin --profile web add @wlv-zedd/dsh-btw-plugin

装任何插件都等于在你的机器上跑第三方代码,权限和你本人一样大——能读你的文件、用你的凭据、访问网络。请先审阅源码,并尽量锁定 commit(github:owner/repo#sha)。

截图

README

该插件的 README 只有英文版本。

DeepSeek Harness Side-Assistant Dock Ask quick side questions without interrupting or polluting the active agent loop.

dsh-btw Interactive Demo


Features

  • Instant Non-Blocking /btw Command: Type /btw in the chat bar. The input clears instantly (0ms) and executes in the background without disturbing the main agent run.
  • Docked Floating Banner Above Composer: Appears right above the message input with real-time pulsating Thinking... animation, Markdown rendering, pagination (< 1/5 >), and collapse/expand toggle.
  • Pure ctx.llm & Zero-Config Auto-Inheritance: Automatically uses the active session model from ctx.llm or falls back across configured providers in settings.yaml.
  • Isolated JSON Storage: Persists session Q&A history in ~/.dsh/storages/btw-history.json without modifying or polluting other plugins.

Installation

Install dsh-btw-plugin into your DeepSeek Harness environment:

pnpm add @wlv-zedd/dsh-btw-plugin

Enable the plugin in your cordis.yml (or via cordis.patch.yml):

# cordis.yml
plugins:
  @wlv-zedd/dsh-btw-plugin:
    # Optional: specify a dedicated model, or omit to auto-inherit active session model
    # model: deepseek:deepseek-chat

Usage

In the Web Chat Interface

Type /btw followed by your question:

/btw What is the port number of PostgreSQL?
/btw What is the difference between TCP and UDP?
  • Floating Banner: The question immediately displays above the composer with Thinking... status. Once resolved, the rich Markdown answer smoothly appears.
  • Pagination (< 1/5 >): Seamlessly cycle through previous side questions in the active session using < and >.
  • Action Controls:
    • Copy: Copies the answer to clipboard.
    • Delete: Removes the question from session history.
    • Collapse / Expand: Toggles the answer view to keep your workspace tidy.
    • Dismiss [X]: Closes the floating banner.

Support & Community Perks

  • 💖 Sponsor directly: If you find this plugin helpful, consider sending a small tip via PayPal.
  • 🎁 Get Free AI Credits: Sign up on AgentRouter using this link with your GitHub account to receive up to $200 in free API credits for your DeepSeek and LLM workflows.

License

MIT © WLV-ZEDD

内容来自项目 README(GitHub)↗

评论

评论存放在 GitHub Discussions。用 GitHub 账号登录后可发表评论或点表情。