IWAIBAOLI/dsh-with-pencil1

dsh-with-pencil

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

包名
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