Dual-VLM Vision Analyzer
Provide image analysis in every session with automatic failover between primary and backup OpenAI-compatible vision endpoints.
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.