All plugins

DSH / BUNDLE / CLIENT-UI

dsh-session-buddy

v0.3.0Shrbuz / dsh-session-buddy4021e1d97d

InstallableBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI

Overview

dsh-session-buddy

Session buddy for the dsh web GUI: notify you when the AI finishes replying, needs your answer, or asks for command approval while the tab is hidden, and provide an in-conversation ladder outline (question index) for quick navigation

README / EN

Package documentation

Registry summary

Session buddy for the dsh web GUI: notify you when the AI finishes replying, needs your answer, or asks for command approval while the tab is hidden, and provide an in-conversation ladder outline (question index) for quick navigation

dsh.pub verifies the pinned bundle contract, runtime facts, and distribution semantics. The complete README remains in the source repository.

Read the full README on GitHub

LIMITATIONS

Known limitations

- Native toasts depend on the OS notification settings; the favicon/title badge always works as a parallel cue - The "one OS toast per event" dedup applies to the host-driven stream; while that stream is down (older host, or a connection failure) the DOM fallback notifies per tab, so several hidden tabs could each pop a toast for the same event - Session deletion is **permanent** (no recycle bin); the "删除会话" item is only injected into the session menu while the menu DOM is recognizable, and degrades silently otherwise - All folding surfaces rely on the official `data-chat-flow-kind` / `data-chat-anchor-key` markers (question clamping additionally on the `_text_` class); if a future dsh version drops them, the plugin silently stops folding (it never hides rows it cannot confidently attribute to a finished turn) - An upgrade takes effect only after restarting `dsh web`