Skip to content

mimo-vision v0.1.0

Latest

Choose a tag to compare

@wulusai2333 wulusai2333 released this 16 Aug 13:26

First stable release of mimo-vision — a DeepSeek Harness (DSH) native plugin registering the describe_image tool (a vision bridge: image → mimo-v2.5 → text description).

Fixed

  • Removed the dead ./src/* export from package.json (the published tarball does not ship src/).
  • pnpm run build now runs tsc --build before tsdown, so a clean checkout has the intermediate lib/types/*.js entry points that tsdown consumes.
  • Marked every @deepseek-ai/* peer dependency as optional via peerDependenciesMeta, so pnpm add / npm install of the published tarball succeeds outside the DSH dependency closure (the closure still provides the singleton seams at runtime).
  • Added an engines field declaring Node ^22.19.0 || >=24.0.0.
  • Git-ignored the intermediate lib/types/*.js artifacts emitted by tsc.
  • Published lib/types/**/*.d.ts.map in the tarball so declaration source mapping URLs resolve.
  • Hardened CI: ancestor-based lib/src sync guard and a tarball install smoke test.
  • Corrected README/AGENTS/CONTRIBUTING statements about @deepseek-ai/* npm availability and documented the .tif / .heif transcodable aliases.

Install

dsh plugin --profile web add mimo-vision

See CHANGELOG.md for the full history.