Skip to content

v0.1.0

Latest

Choose a tag to compare

@MicroHEROX MicroHEROX released this 15 Aug 02:22
· 1 commit to main since this release

Unsloth for DeepSeek Harness 0.1.0

A pure-client DeepSeek Harness tool plugin: the online model hands repetitive text and vision (OCR) labor to a locally running Unsloth Desktop.

Tools

  • unsloth_run — run one prompt on the local model
  • unsloth_vision — OCR / image analysis / comparison with structured report templates

Now on npm

Published to the npm registry as dsh-unsloth-hands@0.1.0 — install with one command, no build approval needed:

dsh plugin --profile <name> add dsh-unsloth-hands

Compatibility

  • DeepSeek Harness 0.1.0-rc series (tested against @deepseek-ai/* 0.1.0-rc.6)
  • Node.js >= 20
  • Unsloth Desktop: any version exposing the external API

Install

dsh plugin --profile <name> add dsh-unsloth-hands
# or straight from GitHub
dsh plugin --profile <name> add github:MicroHEROX/dsh-unsloth-hands

Full usage: https://github.com/MicroHEROX/dsh-unsloth-hands#readme

MIT License. Thanks to DeepSeek AI, Unsloth AI and the open-source ecosystem.