AI Agent Hub
Back to plugins
🖥️

dsh-instruction-bubble

Client Updated 2026.08.27

Run the following command in DeepSeek Harness:

dsh plugin install Ary66101/dsh-instruction-bubble

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install Ary66101/dsh-instruction-bubble in DeepSeek Harness (source: https://github.com/Ary66101/dsh-instruction-bubble), then add dsh-instruction-bubble to the dsh.profile.bundles array in your profile package.json, and restart dsh web with a hard browser refresh.

About this plugin

When you scroll back through a long multi-turn DSH Web conversation, your most recent prompt quickly slides out of view and you keep hunting for it again and again. dsh-instruction-bubble pins a lightweight bubble to the very top edge of the chat viewport and always shows the latest user instruction that has just scrolled above the fold (regular messages and mid-turn steering; /commands and injected system context are excluded). As you keep scrolling upward, the bubble steps back one instruction at a time, giving you a dependable context anchor no matter where you are in the thread. The bubble is purely presentational (pointer-events: none), never intercepts clicks, and adapts to DSH dark and light themes via --dsw-alias-* custom properties with a two-line clamp, small font, and frosted background. When dsh-better-sidebar is also installed, the bubble glides smoothly alongside the side panel as it opens and closes.

The plugin ships with zero npm dependencies and relies only on standard browser APIs (ResizeObserver, requestAnimationFrame, getBoundingClientRect) plus React 18 useSyncExternalStore provided by the host, keeping its footprint on DSH Web minimal. Graceful degradation is built in: without better-sidebar the bubble simply centers in the chat area with full functionality intact, and if DSH ever renames an internal DOM attribute the bubble quietly hides instead of throwing an error or breaking the GUI. It is a good fit for developers doing long-context, multi-turn work in DSH Web who want a quick visual reminder of their recent prompts without adding any interaction overhead.

Use Cases

  • Quickly glance back at your latest prompt after it scrolls out of the viewport
  • Review context by scrolling up in multi-turn chats without hunting for the previous prompt
  • Enjoy smooth bubble sliding alongside the dsh-better-sidebar side panel

Best For

  • Developers working through long-context, multi-turn sessions in DSH Web
  • Users who prefer lightweight, zero-interaction display-only plugins
  • Users on Chromium browsers with DSH version 0.1.0-rc.6 or later