IWAIBAOLI/dsh-with-pencil1

dsh-with-pencil

Session-aware Pencil integration for DeepSeek Harness with official MCP tools and an on-demand browser canvas.

AI 분석

核心用途是为DSH引入Pencil绘图与原型设计能力,支持MCP工具和画布交互。适合需要AI辅助进行UI设计、原型绘制或视觉草图任务的用户。

패키지
dsh-with-pencil
버전
0.5.0-beta.6
라이선스
MIT
최근 업데이트
2026. 8. 18.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:IWAIBAOLI/dsh-with-pencil

Configuration

visionMode (Settings → Plugins → dsh-with-pencil, default text):

  • text — for DeepSeek and other non-multimodal models. Screenshots route to high-resolution rendering so image transcription stays reliable. Image transcription itself is not provided by this plugin: it depends on the deployment's vision plugin (e.g. dsh-vision-proxy). Without one, images reach the model only as markers.
  • multimodal — native screenshots; the model sees the pixels itself.

The setting card lives in Settings → Plugins → dsh-with-pencil and takes effect immediately after saving. First installs default to text.

For implementation details see docs/ARCHITECTURE.md.

配置

visionMode(设置 → 插件 → dsh-with-pencil,默认 text):

  • text — 适用于 DeepSeek 等非多模态模型。截图自动走高清渲染,保证图片转译的可靠性。 本插件不提供图片转译模块:转译依赖部署方的视觉插件(如 dsh-vision-proxy); 没有视觉插件时,图片对模型只显示为标记。
  • multimodal — 使用原生截图,模型自己看像素。

配置卡片位于 设置 → 插件 → dsh-with-pencil,保存后立即生效;首次安装默认 text

实现细节见 docs/ARCHITECTURE.md