visail/dsh-vision-tool

Plugin ⭐ 1 MIT automationtoolsvisualweb-ui

Paste an image into the chat box and text-only DSH models can "see" it — auto-rewrite of pasted images + analyze_image tool routed to a Kimi vision model.

Install

# from npm (once published)
dsh plugin --profile <name> add dsh-vision-tool

# straight from a git host (pin a commit; no build step needed — pure ESM)
dsh plugin --profile <name> add github:<you>/dsh-vision-tool#<sha>

# or from a local tarball
pnpm pack
dsh plugin --profile <name> add ./dsh-vision-tool-0.1.0.tgz

Add visail/dsh-vision-tool to your DSH config (web profile) to enable.

README

Expand full README Collapse

README is empty.