Isekai-Mfu/dsh-mimo-vision-hint1

dsh-mimo-vision-hint

DSH plugin: prompt the agent to dispatch image recognition to an opencode-go mimo-v2.5 subagent

AI Analysis

核心用途是通过 Prompt 引导主 Agent 将图片识别工作交由特定的 mimo 子 Agent 处理。适合在 DSH 中构建多 Agent 协作、需要专业图像识别的用户。

Package
dsh-mimo-vision-hint
Version
0.3.1
License
MIT
Last updated
Aug 13, 2026

Install

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:Isekai-Mfu/dsh-mimo-vision-hint

Installation

This package is a DSH profile bundle (its manifest declares dsh.bundle and it ships its own mount layer), so the official plugin command installs and mounts it in one step — no hand-edited YAML required:

dsh plugin --profile web add github:Isekai-Mfu/dsh-mimo-vision-hint

dsh plugin installs the package into the profile's node_modules, records the dependency, and — because this package declares a bundle — automatically appends its layer (cordis.patch.yml, a single insert entry) to the profile's dsh.profile.bundles composition stack. The plugin then mounts at the host layer and takes effect for every new session of every agent preset in the deployment.

pnpm must be on your PATH (dsh plugin forwards to it). Uninstalling is equally one command — once the dependency is gone, the bundle layer leaves the composition stack automatically:

dsh plugin --profile web remove dsh-mimo-vision-hint

Manual installation (without pnpm)

  1. Place this package somewhere the profile can resolve (e.g. $DSH_HOME/profiles/web/node_modules/dsh-mimo-vision-hint).
  2. Add an insert entry to the profile's user patch layer ($DSH_HOME/profiles/web/cordis.patch.yml):
- insert:
    - id: mimo-vision
      name: dsh-mimo-vision-hint
  1. Saving takes effect immediately (hot reload); remove the entry to disable.

Manual installation (without pnpm)

  1. Place this package somewhere the profile can resolve (e.g. $DSH_HOME/profiles/web/node_modules/dsh-mimo-vision-hint).
  2. Add an insert entry to the profile's user patch layer ($DSH_HOME/profiles/web/cordis.patch.yml):
- insert:
    - id: mimo-vision
      name: dsh-mimo-vision-hint
  1. Saving takes effect immediately (hot reload); remove the entry to disable.