zjcdkj/dsh-plugins

zjcdkj★ 0JavaScript最后同步: 2026-08-16

在 GitHub 打开

DeepSeek Harness (DSH) plugins. qwen-image gives a text-only coding model eyes: an image goes to a Qwen-VL route through ctx.llm and comes back as text, so DeepSeek keeps coding while Qwen looks. Pure ESM, no build permission at install. | DSH 插件集:qwen-image 让纯文本模型借千问 VL 读图,返回文本;纯 ESM,安装无需构建授权。

README 摘要

dsh-plugins English 中文 Plugins for DeepSeek Harness. Each package under packages/ is published to npm on its own and installs independently — nothing here requires the others. Plugins Plugin npm What it does qwen-image dsh-plugin-qwen-image Gives a text-only coding model eyes. A local image goes to a vision route through ctx.llm and comes back as text, so DeepSeek keeps driving the session while Qwen does the looking. It finds a vision route on its own, so a dsh that already reaches one needs no configuration. Install Pick the package you want; the repository layout does not matter to the installer: Every plugin here is pure ESM with no build step , so no prepare script runs at install time and pnpm never asks you to allowlist a build. That allowance is permission to execute a package's code on your machine, and none of these packages need it. House rules These hold for every package in this repository: - Public seams only. Plugins touch ctx.tools , ctx.llm , ctx.fs , ctx.attachments and friends — never harness internals. Installing one into a profile needs no change to the harness and no desktop rebuild. - No build step. Pure ESM, so the harness's own cordis instance is shared rat…

在 GitHub 查看完整 README →
内容/媒体agent-skillsclaude-codecodexcoding-agentcordisdashscopedeepseek-harnessdsh

分类