dsh plugins中文
← Back to popular plugin directory

Dual-VLM Vision Analyzer

huashenglian/dsh-her-eyes · model-adapters

Provide image analysis in every session with automatic failover between primary and backup OpenAI-compatible vision endpoints.

★ 4GitHub stars
1Forks
2026-08-14Last updated
JavaScriptLanguage
MITLicense

Project overview

The plugin is a bundle: it carries its own cordis.patch.yml and self-activates. Installing it is a single command — no manual patch editing in the profile.

dsh plugin add installs the dependency and appends the bundle to dsh.profile.bundles automatically. If pnpm is not on PATH, run the equivalent manually: then add "dsh-her-eyes" to the dsh.profile.bundles array in package.json. Manual placement (alternative)

1. Put the package under $DSHHOME/profiles/web/plugins/dsh-her-eyes/. 2. Add "dsh-her-eyes": "file:./plugins/dsh-her-eyes" to the profile package.json dependencies. 3. Add "dsh-her-eyes" to the profile dsh.profile.bundles array. 4. Run pnpm install (or npx --yes pnpm@11.7.0 install), then restart dsh web.

Install command

dsh plugin --profile web add github:huashenglian/dsh-her-eyes
View GitHub repository ↗Back to popular plugin directory