편집자 노트

Mimo 视觉提示

A zero-dependency hint plugin for DeepSeek Harness (DSH). It registers a section in the model's system prompt instructing the agent to dispatch image-recognition tasks to an opencode-go mimo-v2.5 subagent (a single-agent workflow with provider/model overrides) instead of reading images itself via read image; if the…

이것은 DeepSeek Harness(DSH) 플러그인입니다. 이 사이트는 GitHub README, 설치 정보, 유지보수 상태, 공개 보안 시그널을 모아 보여줍니다.

업스트림에서 중국어 README를 제공하지 않아 저장소 원본 내용을 표시합니다.

dsh-mimo-vision-hint

English | 中文

A zero-dependency hint plugin for DeepSeek Harness (DSH). It registers a section in the model's system prompt instructing the agent to dispatch image-recognition tasks to an opencode-go mimo-v2.5 subagent (a single-agent workflow with provider/model overrides) instead of reading images itself via read_image; if the workflow call fails, the agent falls back to read_image.

This plugin only injects prompt text: it registers no model tools and provides no cordis services, so mounting it in an agent composition needs no isolate realm.

Prerequisites

  • Your DSH deployment has a provider named opencode-go configured, serving a mimo-v2.5 model — the subagent dispatch targets that provider/model pair.
  • The active agent preset includes the workflow tool (needed to spawn the subagent).

Without these, the plugin does no harm: the injected prompt tells the agent to fall back to read_image directly.

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.

Notes

No other dependencies, no configuration options. The prompt text is injected into every new session; the vision subagent's provider (opencode-go) and model (mimo-v2.5) are currently hard-coded — edit SECTION in lib/index.js to change them. Presets without the workflow tool (e.g. minimal mode) cannot dispatch the subagent; the prompt tells the model to fall back to read_image in that case.

License

MIT

REPOSITORY SIGNALS

보안 및 설치 증거

이 점수는 공개 저장소 메타데이터와 이 사이트에 등록된 설치 증거에만 기반하며, 코드 보안 감사와 다릅니다.

출처 추적 가능

공개 플러그인 카탈로그에서 왔으며, 공개 GitHub 저장소로 연결됩니다.

라이선스

저장소가 MIT 라이선스를 선언했습니다.

유지보수 활동

최근 180일 내 코드 업데이트가 있습니다.

설치 증거

재현 가능한 정확한 설치 메타데이터가 아직 등록되지 않았습니다. 저장소 설명에 따라 직접 확인하세요.

설치 라이프사이클 스크립트

검사한 패키지 메타데이터에 설치 라이프사이클 스크립트가 선언되지 않았습니다.