All plugins

DSH / BUNDLE / CLIENT-UI

dsh-quote-temp-ask

v0.1.0Enc-hanted / dsh-quote-temp-ask8415edb251

InstallableBundlesUI & client pluginsCommunity · Topic auto-analysisWeb UI

Overview

dsh-quote-temp-ask

Selection toolbar for the DSH web UI: quote (expandable markers in the composer), temp chat (in-page context-free panel), web ask (chat.deepseek.com popup with ?q= prefill)

README / EN

Package documentation

Registry summary

Selection toolbar for the DSH web UI: quote (expandable markers in the composer), temp chat (in-page context-free panel), web ask (chat.deepseek.com popup with ?q= prefill)

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

| # | Limitation | |---|---| | L1 | Send-button interception relies on `aria-label="发送消息"` (Chinese UI); Enter interception is unaffected | | L2 | Other submit paths (Cmd/Ctrl+Enter) are not intercepted — markers go out literally | | L3 | Manually typing a marker-shaped string that matches a pooled id gets expanded | | L4 | Marker renumbering adds undo entries | | L5 | The quote pool is per-session memory — markers lose their mapping after switching sessions or refreshing | | L6 | Streaming is 250ms polling, not SSE | | L7 | Panel message history is unbounded (use 清理上下文) | | L8 | chat.deepseek.com sends `frame-ancestors 'none'` — no iframe embedding; the web popup is the only path |