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.

Attachment — DSH Plugin for DeepSeek Harness
← Plugins

dsh-attachment

Attachment

Drag-and-drop file and folder attachments for the DeepSeek Harness Web UI

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

npx -y @deepseek-ai/dsh plugin --profile web add dsh-attachment@1.0.1
READMECompatibilityVersions
拖放附件界面多图片输入预览

Compatibility and provenance

Attachment is published as dsh-attachment and currently resolves to version 1.0.1. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
web
Release source
npm
Registry updated
9/20/2026

Versions

1.0.1stable
8/19/2026

Related plugins

Loading related plugins…

Latest
1.0.1
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
388.9 kB
Files
14
Surface
web
License
MIT
Source
npm
GitHub
★ 5
Weekly downloads
107
Security scan
✓ v1.0.1 scan passed
Last push
8/19/2026
View source ↗Project homepage ↗
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
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in

Related plugins

More verified plugins in ui-customization.

Web App@deepseek-ai/dsh-web-appThe dsh browser-surface bundle: the web patch layer over dsh-base plus the runtime glue plugin (frontend dist serving, web-surface prompt, bash runtime variables, URL line)Experimental Agent Team Web Profile@deepseek-ai/dsh-experimental-agent-team-web-profileExperimental Web profile layer for Agent Teams Remote and UI pluginsRemote Web Ui@linxin666/dsh-remote-web-uiScan-to-pair remote access for the dsh web GUI that shares one official interface: a QR beside the settings button pairs phones and PCs into the same Web GUI (a portrait-touch adaptation layer for phones, full desktop on PCs) through one-time tokens and rClient 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.

README

dsh-attachment

附件图标

为 DeepSeek Harness 带来直观、持久、低侵入的文件与文件夹附件体验。

拖放即用 · 保留目录树 · 输入区与历史消息一致展示 ฅ( ̳• ·̫ • ̳ฅ)

English · 简体中文


✨ 功能亮点

能力表现
📁 文件夹拖放一个文件夹对应一张附件卡片,同时完整保留内部目录树
📄 普通文件支持拖入、预览卡片、持久化历史与流式下载
🖼️ 原生图片共存PNG、JPEG、WebP、GIF 继续使用 Harness 原生图片预览、画廊和多模态检查
🧠 模型可读取提交后写入当前工作区的 .deepseek-harness/attachments/,为模型提供明确路径
🧩 低侵入扩展通过公开的输入附件栏 slot、会话定义与 Host 路由完成集成
🪶 原布局保持输入区没有插件附件时,页面布局和原版 Harness 保持一致

插件自身不设置附件数量或单文件字节上限;实际可用范围由浏览器、运行环境与目标模型共同决定。

🖼️ 效果预览

拖放界面

拖入文件或文件夹时,只在原界面上方增加清晰的虚线边界,Harness 原生图片接收界面仍然保留。

拖放附件界面

图片消息历史

原生图片消息继续显示在持久化会话历史中,并可交给支持多模态输入的模型。

图片消息与模型回复

多图片预览

多张原生图片与插件提供的文件、文件夹卡片共用同一条输入附件区域。

多图片输入预览

🚀 安装

当前版本可直接从 npm 安装到原生 DSH 的 web profile:

dsh plugin --profile web add dsh-attachment

检查组合后的配置并启动 DSH:

dsh --profile web --dump-config
dsh --profile web

移除插件:

dsh plugin --profile web remove dsh-attachment

🧭 工作流程

flowchart LR
  A["拖入文件或文件夹"] --> B["输入区附件卡片"]
  B --> C["提交用户消息"]
  C --> D["持久化附件元数据"]
  D --> E["复制到工作区附件目录"]
  E --> F["模型读取文件或目录树"]
  • 浏览器端负责拖放识别、上传、输入卡片和历史渲染;
  • Host 端负责字节传输、持久化元数据、下载路由与工作区落盘;
  • 图片继续走 Harness 原生链路,插件只接管普通文件与文件夹;
  • 拖入目录时,内部成员按完整目录树传输,不会拆成大量输入卡片。

📦 DSH 插件约定

本仓库是可直接安装的标准 DSH bundle:

  • package.json 声明 dsh.bundle.patch;
  • cordis.patch.yml 插入 Host 插件行;
  • dsh.client.platform 设置为 web;
  • exports["./client"] 暴露预构建浏览器 bundle;
  • 官方 @deepseek-ai/* 包全部使用 peerDependencies;
  • 插件与 Tauri API 解耦,可用于原生 DSH Web profile。

🧪 开发与验证

环境要求:Node.js ^22.19.0 || >=24.0.0、pnpm。

pnpm install
pnpm run build
pnpm test
npm pack --dry-run

当前版本面向 DeepSeek Harness 0.1.0-rc.5 的标准 bundle、Web Client 发现、输入附件栏、会话事件与 Host 路由接口。

🔐 安全与跨平台

  • 文件名、MIME 类型、附件 ID 与目录成员路径均按不可信输入校验;
  • Windows 盘符、UNC 路径、绝对路径及目录穿越片段会在写入前被拒绝;
  • GitHub CI 同时覆盖 Linux 与 Windows,避免路径语义差异造成回归;
  • 安全问题报告方式及支持范围见 SECURITY.md。

🛍️ 插件市场

Marketplace 数据模板、截图 URL 和提交前检查项记录在 MARKETPLACE.md,README 图片资源位于 assets/markdown/。

📄 License

MIT

让附件安安静静待在该在的位置,也让模型更轻松地找到它们。 (。•̀ᴗ-)✧