Out-of-tree plugins for DeepSeek Harness, maintained together in one repository.
| Package | Purpose |
|---|---|
dsh-feishu-docs | Feishu/Lark document views and agent tools |
dsh-ios-simulator | iOS Simulator build, launch, inspection, and input tools |
dsh-sketch-input | Pressure-aware sketch input for the web composer |
dsh-t3-protocol | T3 Code environment protocol adapter |
dsh-voice-input | Browser and host-side speech recognition input |
dsh-worktree | Git worktrees as first-class DSH workspaces |
Each directory is an independently versioned npm package with its own lockfile, tests, build, bundle manifest, and documentation. This repository only publishes the Git sources; it does not publish the packages to npm.
Keep a DeepSeek Harness checkout next to this repository:
workspace/
├── deepseek-harness/
└── dsh-plugins/
Then run a package's complete validation from its directory:
cd dsh-worktree
npm install
npm run check
npm pack --dry-run