DeepSeek Harness Plugin Hub

发布与管理完整 Harness Profiles,发现适合你的插件。

探索

插件目录环境预设文档中心动态

社区

发布插件联系我们报告问题

相关链接

Plugin Hub GitHubDeepSeek Harness 官方项目系统状态隐私说明
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

独立、非官方社区项目,与 DeepSeek 官方无隶属、授权或背书关系。

Quote Followup — DeepSeek Harness 插件(DSH Plugin)
DeepSeek Harness Plugin Hub
ProfilesPlugins分类动态文档登录管理 Profiles
ProfilesPlugins分类动态文档登录
← Plugins

dsh-quote-followup

Quote Followup

将选定的 Web 对话文本引用到 DeepSeek Harness 撰写器中,以便进行针对性的后续轮次。

插件会安装到这里;不确定时保持 web。

npx -y @deepseek-ai/dsh plugin --profile web add dsh-quote-followup@0.2.6
README兼容性版本
Select conversation excerpts, insert native DSH quote chips, and write a focused follow-up

兼容性与来源证明

Quote Followup 以 dsh-quote-followup 发布,当前版本为 0.2.6。Plugin Hub 会校验它的 manifest,并保存精确安装来源,便于复现安装结果。

DSH 兼容范围
*
运行环境
web
发布来源
npm
Registry 更新时间
2026/9/8

版本

0.2.6stable
2026/9/8
0.2.5stable
2026/9/7
0.2.4stable
2026/9/7
查看其余 5 个版本收起版本
0.2.3stable
2026/9/7
0.2.2stable
2026/9/7
0.2.1stable
2026/9/6
0.2.0stable
2026/9/6
0.1.0stable
2026/9/6

相关插件

正在加载相关插件…

最新版
0.2.6
DSH
*
HMR
重启进程
Tree shaking
未声明可安全裁剪
解包体积
146.1 kB
文件数
10
Surface
web
许可证
MIT
发布源
npm
GitHub
★ 1
周下载
0
最近提交
2026/9/20
查看源码 ↗
README Badge

点击下方 Badge 复制 Markdown,粘贴到 README 即可。

这是你的 Plugin?认领权益 · 优先安全扫描

验证 package.json 声明的 GitHub 仓库,即可管理这个公开页面。认领后,Hub 会优先安排当前版本的安全扫描,并在通过后公开展示结果。

认领这个 Plugin →
报告问题

相关插件

继续浏览 memory-context 分类下经过校验的插件。

Memory Plugin@openviking/dsh-memory-plugin适用于 DeepSeek Harness 的 OpenViking 记忆与上下文套件Contextdsh-context用于上下文洞察和管理的 DeepSeek Harness 插件,提供上下文仪表板和上下文命令,帮助了解上下文的构成及其演变过程。Weknora@wxg-prc-cpg/dsh-weknora适用于 DeepSeek Harness (dsh) 的 WeKnora 知识检索工具:通过自有知识库进行语义搜索、文档阅读以及 RAG/代理回答。Memsearch Dsh@zilliz/memsearch-dsh适用于 DeepSeek Harness 的 MemSearch 插件:在多个代理之间共享 Markdown 记忆,支持捕获、步骤前上下文注入、记忆召回技能和技能候选审核面板。

README

dsh-quote-followup

English | 中文

A Web-only DeepSeek Harness plugin for quoting selected conversation text into the composer and asking a focused follow-up.

Select conversation excerpts, insert native DSH quote chips, and write a focused follow-up

Select. Quote. Follow up.

Features

  • Select text inside the Web conversation transcript to reveal a floating Quote button.
  • Append a native DSH conversation-reference chip without replacing the existing draft.
  • Reuse the same atomic ReferenceChipNode, conversation icon, and business color as @file / @session.
  • Keep each chip compact by showing only the excerpt; the bubble icon already conveys that it is a quote.
  • Follow the active DSH locale for the floating action and serialized quote frame.
  • Attach the conversation turn number to the serialized frame when the selection comes from a DSH chat row, so follow-ups like "revisit turn 3" stay resolvable. Selections without a turn marker keep the provenance-free frame.
  • Quote multiple excerpts; on send, the plugin codec expands each chip into a model-readable Markdown blockquote.
  • Fall back to a plain-text quote when the host lacks native chip support.

TUI is intentionally unsupported.

Scope

This is a Web client-side extension. The composer and send path are owned by the browser client: chips exist only in the Lexical editor, and the model only ever sees the Markdown blockquotes the codec expands at send time — never the chips themselves. No host-side plugin surface is involved.

Chips are text-only by design. They carry the excerpt, a display-only role hint, the conversation turn ordinal when it is available, and a truncation flag — no global session-message references — so they stay valid across compaction folds and session rotation.

Install

Requires DSH >=0.1.2-rc.1.

dsh plugin --profile web add dsh-quote-followup

Add dsh-quote-followup to the Web profile's dsh.profile.bundles, then restart dsh web so the server rebuilds its boot-time client bundle. Reload or reopen browser tabs that stayed open across the restart; their already-loaded JavaScript cannot update itself from a new server process.

Use

  1. Select text in a conversation message.
  2. Click ❐ Quote.
  3. Select and quote more excerpts if needed.
  4. Type the follow-up after the inserted chips and send.

Development

npm test

The regression harness covers compact native quote chips, locale switching, turn-number provenance with graceful degradation, repeated quoting, spacing after an existing draft, codec serialization, the Firefox text fallback, and current-client takeover of stale singleton/button state after a hot swap.

License

MIT