deepseek-harness
deepseek-ai
DeepSeek Harness: Everything is a Plugin.
PROJECT TOPICS
PROJECT README
English | 中文
Select text inside a DeepSeek Harness conversation and a small floating toolbar appears above the selection: 复制 · 引用 · 询问 · 解释 · 翻译 · 总结 (copy · quote-reply · ask · explain · translate · summarize).
All AI actions reuse the current session — the selected text is sent into the active conversation as a normal user message, so the model has full context.
| Action | Behavior |
|---|---|
| 复制 Copy | Copy the selected text to the clipboard. |
| 引用 Quote | Insert the selection as a markdown blockquote (> …) at the composer caret. |
| 询问 Ask | Opens an inline input; Enter sends 你的问题 + selection. Leaving the input empty sends the raw selection as a plain message. |
| 解释 Explain | Send 请解释下面这段内容: + selection. |
| 翻译 Translate | Send 请把下面这段内容翻译成中文: + selection. |
| 总结 Summarize | Send 请用简洁的语言总结下面这段内容: + selection. |
The popup hides on Escape, scroll, or clicking elsewhere; the 询问 input stays open while typing (focusing the input collapses the page selection without closing the popup).
The plugin appears in 设置 → 插件 → 插件列表 as a native-style card — the same collapsible look as the built-in 终端 / 网页搜索 entries — with:
Options persist in the browser (localStorage) and apply to the popup live, no reload needed.
From GitHub:
dsh plugin --profile web add github:suiyideali/dsh-selection-toolbar
or from a local checkout:
dsh plugin --profile web add /path/to/dsh-selection-toolbar
Then restart the web app so the new client bundle is picked up.
@deepseek-ai/dsh-client-runtime and
@deepseek-ai/dsh-client-ui-slots (standard in the web profile).sessions service — binding(id).session.prompt(...) —
the exact path the composer itself uses, so queueing and error surfaces are
native.inputActions.setDraft standard prop from
the conversation.input.dock slot. It deliberately avoids sessions.scope()[data-chat-flow]) and
exclude the composer, inputs, and contenteditable regions.MIT
CLASSIFICATION EVIDENCE
系统优先读取 GitHub Topics,再与站内分类词典和词根规则比对。当前命中: 无有效分类标签。