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 frompackage.json(the published tarball does not shipsrc/). pnpm run buildnow runstsc --buildbefore tsdown, so a clean checkout has the intermediatelib/types/*.jsentry points that tsdown consumes.- Marked every
@deepseek-ai/*peer dependency as optional viapeerDependenciesMeta, sopnpm add/npm installof the published tarball succeeds outside the DSH dependency closure (the closure still provides the singleton seams at runtime). - Added an
enginesfield declaring Node^22.19.0 || >=24.0.0. - Git-ignored the intermediate
lib/types/*.jsartifacts emitted bytsc. - Published
lib/types/**/*.d.ts.mapin 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/.heiftranscodable aliases.
Install
dsh plugin --profile web add mimo-visionSee CHANGELOG.md for the full history.