All plugins

DSH / BUNDLE / BUNDLES

dsh-image-subagent

v0.1.0yuqingsh / dsh-image-subagent263f40b306

External Git bundleBundlesBundles & other modulesCommunity · Topic auto-analysis
Open on GitHub
Runtime anatomy
HOSTCLIENTUITOOLDATAFLOW

Overview

dsh-image-subagent

让纯文本主模型(DeepSeek V4 等)也能接收图片附件:图片投影为显式占位文本,由主模型委托视觉子代理经 read_attachment/read_image 读取。零核心补丁,纯插件实现。

Community · Topic auto-analysis — Automatically discovered through the dsh-plugin GitHub Topic. Static checks verified a pinned public root bundle contract and committed files without executing third-party code. This is not a human review, security audit, runtime smoke test, publisher identity check, or official endorsement.

Install

Install this bundle from GitHub

The CLI validates the bundle, invokes native DSH, then reports completion.

npx dshpub add yuqingsh/dsh-image-subagent --ref 263f40b3067d575e677a862894c8180a38d7081f

Capabilities

What it contributes

HostCordis loadableNot inspected
Client / UIHost onlyNot inspected
Model toolsNot inspectedNot inspected
Profile stateNot inspectedNot inspected

README / EN

Package documentation

纯文本主模型(如 deepseek-v4-pro)也能接收图片附件的 DeepSeek Harness 插件:图片不再被准入门控拒绝,而是进入会话后投影为显式文本占位符,由主模型委托给视觉子代理(多模态模型)通过 read_attachment / read_image 读取。