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.

Im — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@feather_wch/dsh-im

Im

鎶婁節绉?IM 鏈哄櫒浜哄拰鍏綉 AI Office 鎺ュ叆鏈満 DeepSeek Harness锛堟敮鎸侀涔︺€佸井淇°€侀拤閽夈€佷紒涓氬井淇°€丵Q銆丼lack銆乀elegram銆丏iscord銆乄hatsApp 鍜?AI Office锛夈€?Connect nine IM channels and a public AI Office to a local DeepSeek Harness. Fork of @xmanrui/dsh-im 鈥?Feishu HTML media fix (p

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

npx -y @deepseek-ai/dsh plugin --profile web add @feather_wch/dsh-im@0.15.4
READMECompatibilityVersions

Compatibility and provenance

Im is published as @feather_wch/dsh-im and currently resolves to version 0.15.4. 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

0.15.4stable
9/2/2026
0.15.3stable
8/31/2026
0.15.2stable
8/31/2026
Show 2 more versionsCollapse versions
0.15.1stable
8/21/2026
0.13.1stable
8/20/2026

Related plugins

Loading related plugins…

Latest
0.15.4
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
17.1 MB
Files
261
Surface
web
License
MIT
Source
npm
Weekly downloads
13
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

Related plugins

More verified plugins in integrations-communication.

Remote 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 rIm@xmanrui/dsh-im把十一种 IM 渠道和公网 AI Office 接入本机 DeepSeek Harness。 Connect eleven IM channels and a public AI Office to a local DeepSeek Harness.DSCODE@toddzheng024/dscode-bundleA complete DeepSeek coding agent with persistent shell, Ultra collaboration and automatic permission review.Acp App@deepseek-ai/dsh-acp-appThe dsh ACP profile bundle: automation-only JSON-RPC stdio and process lifecycle over dsh-base

README

DSH-IM — Connecting DeepSeek Harness   DSH-IM phone logo


FeatherHunter 私有增强版 · 让 DeepSeek Harness 触手可及

Private Fork of DSH-IM — Connecting DeepSeek Harness

简体中文 · English


本仓库是 xmanrui/dsh-im 的 Fork(MIT),由 FeatherHunter/dsh-im 在 private/custom 分支持续维护,发布为 @feather_wch/dsh-im。上游的完整功能文档、九通道接入、AI Office 与命令说明请见 👉 原作者 README。

版本说明:0.15.x 为私版独立演进,与上游 4.x 不可比 semver(包名 @feather_wch/dsh-im 与 ID feather-wch-dsh-im 已分叉),同步节奏见 ADR-0001。

本 Fork 做了什么

main 分支永远镜像上游(git fetch upstream && git merge --ff-only upstream/main),私有定制全部沉淀在 private/custom。相较上游,当前私版核心增量如下:

1. DSH → 飞书附件回传(模型可发文件)

模型在回复中产生的本地文件可自动作为附件回传到飞书聊天框内预览/下载,无需用户手动搬运。

  • 解析规则:workspace 内绝对路径、![alt](path) Markdown 图片、[[file:path]] 三类均识别为附件;
  • 通道:src/channels/feishu/attachment-parser.mjs + feishu-channel.mjs: sendImage / sendFile,经 im.v1.image.create / file.create 再以 msg_type: image / file 发送;
  • 安全与限额:仅 workspace 根内文件、单张 5 MB / 总量 20 MB / 单消息 20 个附件,超出给出友好提示。

2. 飞书 → DSH 媒体通道增强

解决手机端图片/文件入站的兼容与稳定性问题,保持其余 8 渠道不动。

  • message-utils.mjs 兼容移动端 6 类 payload(file/media、img.file_key、content.image_key 等)与富文本图文混排,按 Harness 入库时拆条入队;
  • 图片预缩放:sharp 动态加载,通道侧将超大截屏预缩至 2000px 再入库,避免触发模型侧像素超限;
  • 限额与校验复用:与附件回传一致的 5 MB/20 MB/20 个 + 根校验 + file-type / mime-types 嗅探。

3. 图片提示词优化

src/channels/shared/image-prompt.mjs: defaultImagePrompt(N) 替代硬编码“请分析这张图片。”:按消息内图片数量自动区分强关联批图、孤图、乱序拆条等场景,提升模型对多图的理解。

4. 私有发布更名

发布为 @feather_wch/dsh-im(cordis.patch.yml: id: feather-wch-dsh-im),采用 DSH 官方 dsh.bundle.patch / dsh.profile.bundles 机制:dsh plugin add 自动注册、dsh plugin remove 自动移除,无 postinstall(pnpm v10 安全),可与上游 @xmanrui/dsh-im 并存(需先卸载旧包避免路由冲突)。

5. 工程化与稳定性

  • 移除 debug-attachments.log 调试落盘;
  • 重建 lib/ 产物,补 test/channels/feishu/attachment-parser.test.mjs 与 mobile-repro.test.mjs;
  • 沉淀 docs/adr/0001-fork-and-branch-strategy.md、CONTEXT.md 与 Wayfinder Map #14,明确 main 镜像 + private/custom 私改的协作契约。

安装

推荐:从 npm 安装稳定版(DSH 官方 bundle)

dsh plugin --profile web add -w @feather_wch/dsh-im

与 dsh-opencode-palette 一致,本包自带 cordis.patch.yml(声明 dsh.bundle.patch),安装后自动加入 dsh.profile.bundles,DSH 启动时直接装配;卸载时自动移除。全程无需手动编辑文件,不依赖 pnpm 构建脚本。重启 dsh web(或刷新浏览器页面)即生效。

重启 dsh web 后打开「设置 → 插件 → IM机器人」按引导完成扫码或凭据绑定即可。

备用:试用未发布到 npm 的最新代码

# GitHub 源安装(会拉取并构建 Git 依赖)
npx -y github:FeatherHunter/dsh-im install

pnpm 10+ 可能需在 ~/.dsh/profiles/web/pnpm-workspace.yaml 中放行该 Git 依赖的构建脚本。普通用户优先使用 npm 稳定版。

本地开发

npm install
npm run check   # 单测 + 构建 Host/Client + 发布包校验
dsh plugin --profile web add -w ./dsh-im   # 或 node bin/dsh-im.mjs install --source .

npm run check 必须全绿;main 保持可一键同步上游,冲突仅在 private/custom 解决。

反馈与联系

欢迎提交 Issue 反馈问题或需求,也可扫码添加飞书直接联系作者。提交 Issue 时请附 dsh --version / node --version / 复现步骤,勿贴 App Secret / bot_token 等敏感信息。

飞书
飞书二维码
扫码添加飞书

喜欢本 Fork?欢迎 Star ⭐ 并在 Issue 中分享你的使用场景。