DSH plugins

August 14, 2026 · View on GitHub

Out-of-tree plugins for DeepSeek Harness, maintained together in one repository.

PackagePurpose
dsh-feishu-docsFeishu/Lark document views and agent tools
dsh-ios-simulatoriOS Simulator build, launch, inspection, and input tools
dsh-sketch-inputPressure-aware sketch input for the web composer
dsh-t3-protocolT3 Code environment protocol adapter
dsh-voice-inputBrowser and host-side speech recognition input
dsh-worktreeGit 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.

Development

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