DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins
A

dsh-add-to-chat

Add To Chat

Add selected DSH assistant text to the composer as a structured reference.

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add github:choco9527/dsh-add-to-chat#2af53ac3626090070f6edc2b60bef1b3203e83ac
READMECompatibilityVersions

Compatibility and provenance

Add To Chat is published as dsh-add-to-chat and currently resolves to version 0.1.0. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
github
Registry updated
9/3/2026

Versions

0.1.0stable
9/3/2026

Related plugins

Loading related plugins…

Latest
0.1.0
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
Unavailable
Files
Unavailable
Surface
web
License
MIT
Source
github
GitHub
★ 1
Weekly downloads
0
Last push
9/18/2026
View source ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue
Add To Chat — DSH Plugin for DeepSeek Harness

Related plugins

More verified plugins in productivity-workflow.

Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-baseClient Ui Task Board@linxin666/dsh-client-ui-task-boardHost-authoritative task board for the DSH Web GUI with real session execution, Host cron scheduling, and optional cross-platform idle-sleep protection; mounted without DSH source changes.Web All@linxin666/dsh-web-allDSH Web UI 全家桶聚合插件:一键安装全部功能插件(task-board / git-graph / pet / remote-web-ui / web-ui-settings / skin-center / community-plugins / compat shim)。compat 桥接层已并入本包(src/client),无需独立 compat npm 包。Deepseek Ipptdeepseek-ipptiPolloWork PPT Studio and its curated slide templates as a native DeepSeek Harness conversation view.

README

DSH对话注释插件

在 DSH 的助手回复中选中文字后,点击 添加到对话。插件会把所选内容保留为独立注释,并在用户发送下一条消息时将其作为插件来源上下文提交。 插件实现极简对话注释效果,与codex类似。

English: README.en.md

效果

在助手回复中选中文字,点击浮动的 添加到对话。

选中文本后的添加到对话操作

可连续添加多条注释。输入框保持普通文本;悬浮“x 条注释”可查看每段原文,并逐条删除。

两条独立注释的悬浮预览

继续正常输入并发送。注释会随本次提交作为独立上下文传给模型;提交成功后自动清空,提交失败则恢复。

发送后在用户消息上方悬浮查看关联注释

功能说明

  • 纯浏览器端 DSH 客户端插件;不需要 Host 服务或任何产品专用集成。
  • 每次选区限于同一条助手回复,可连续添加多条注释。
  • 不自动发送;用户可继续编辑普通草稿,或只发送注释。
  • “x 条注释”悬浮卡片展示完整原文,支持逐条删除及全部删除。
  • 不向 Lexical 编辑器写入 Markdown、隐藏节点或 Chip,因此不会因 Backspace 误删。
  • 注释待发送时,原助手选区附近保留一个小标记。

兼容性

插件只依赖两个语义扩展点:助手正文的 data-dsh-message-role="assistant" 标记,以及 conversation.draftContexts 提交服务。它不依赖页面 CSS class,也不要求 Host 服务或产品专用代码。

安装

dsh plugin --profile web add github:choco9527/dsh-add-to-chat

DSH Desktop 请安装到当前使用的 Desktop Profile;Electron 渲染器复用同一套 DSH Web 客户端模块图。

开发

corepack pnpm install
corepack pnpm run check
dsh plugin --profile web add .

安装后重启目标 DSH Profile。不要再手动把同一插件 id 写入 Profile 的 cordis.patch.yml,bundle 已自行注册。

许可证

MIT