DeepSeek Harness plugin

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)

Jump to install

Source facts

Repository
Enc-hanted/dsh-quote-temp-ask
Latest update
Aug 17, 2026
Category
UI Enhancements
GitHub stars
1
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/Enc-hanted/dsh-quote-temp-ask
Plugin: dsh-quote-temp-ask
Author: Enc-hanted

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.mdSource · read only
README language

dsh-quote-temp-ask

English · 中文

A selection toolbar for the DSH web UI. Select text in a conversation and three buttons appear above it:

  • 引用 (Quote) — appends a [引用到内容N] marker to the composer draft. The marker is the source of truth: cut/paste it inside the textarea to reorder. On send (Enter or the send button) each marker expands into a > 引用的内容N blockquote with the full text; the expanded draft is also copied to the clipboard.
  • 临时对话 (Temp chat) — opens an in-page 390px right panel. Each question is one stateless turn using DSH's current default model, streamed via 250ms polling. Markdown rendering (code blocks, inline code, bold, italic, links, headings, lists), 清理上下文 (clear), 停止 (stop, real abort via AbortController).
  • 去网页问 (Web ask) — opens real chat.deepseek.com in a 390×844 popup docked to the right screen edge, prefilled via ?q=. Text over the 8KB URI budget degrades to plain open + full-text clipboard.

Install

From npm:

dsh plugin --profile web add dsh-quote-temp-ask

Or from a local checkout:

dsh plugin --profile web add link:D:/path/to/dsh-quote-temp-ask

dsh plugin forwards to pnpm and reconciles dsh.profile.bundles automatically — no manual profile edits. Restart DSH; the plugin loads without approval.

Uninstall

dsh plugin --profile web remove dsh-quote-temp-ask

Restart DSH. The bundle-patch row disappears with the dependency.

Minimal usage

1. Select any text in a conversation → click 引用. 2. The marker [引用到内容1] appears in the composer; preview cards show above it. 3. Press Enter (or the send button) — the marker expands into the blockquote and the message is sent.

Compatibility

Verified against @deepseek-ai/dsh 0.1.0-rc.6 (web profile). Node >=22.15.

Runtime dependencies are declared explicitly: react and @deepseek-ai/dsh-client-ui-slots (peer; provided by the web app). The host half imports no npm packages — it uses injected DSH services (llm, agentDefaultModel, webServer) and Node builtins only.

Known limitations

#Limitation
L1Send-button interception relies on aria-label="发送消息" (Chinese UI); Enter interception is unaffected
L2Other submit paths (Cmd/Ctrl+Enter) are not intercepted — markers go out literally
L3Manually typing a marker-shaped string that matches a pooled id gets expanded
L4Marker renumbering adds undo entries
L5The quote pool is per-session memory — markers lose their mapping after switching sessions or refreshing
L6Streaming is 250ms polling, not SSE
L7Panel message history is unbounded (use 清理上下文)
L8chat.deepseek.com sends frame-ancestors 'none' — no iframe embedding; the web popup is the only path

License

MIT