Files
deepseek-harness/packages/bundle/image-recognition
Pine b12262e8c9 feat(app-boot): mount image recognition by default for the web profile
Add the image-recognition bundle to the web profile template so the
capability is on by default for new web profiles.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-14 11:48:17 +08:00
..

@deepseek-ai/dsh-image-recognition-bundle

Opt-in image-recognition bundle for a profile. Its cordis.patch.yml mounts the capability seam (@deepseek-ai/dsh-image-recognition), the configurable HTTP provider (@deepseek-ai/dsh-image-recognition-http), and the model-facing consumer (@deepseek-ai/dsh-tool-image-recognition).

The web profile template mounts this bundle by default. A non-web profile opts in by adding this package to its dsh.profile.bundles (or dsh plugin --profile <name> add @deepseek-ai/dsh-image-recognition-bundle). Then configure the endpoint, key, and model in the Plugins settings page (image-recognition card).

Known Limitations and Deferred Work

  • Requires the user to supply a vision provider endpoint and key; recognition is unavailable until both are configured.