dsh-plugins
A collection of plugins for deepseek-harness (dsh)
- Stars
- 0
- Language
- TypeScript
- Created
- Aug 20, 2026
- Updated
- Aug 20, 2026
Introduction
dsh-plugins
Plugins for @deepseek-harness/dsh.
Each plugin lives under packages/<name>/ and has its own README.
Plugins
| Package | What it does |
|---|---|
dsh-model-settings | Auto-fills contextWindow for llama.cpp models from their /v1/models INI presets. |
Install
Each plugin is installed as a profile layer via dsh plugin add. See the individual
README for the exact command. General form:
dsh plugin --profile web add github:apkawa/dsh-plugins#path:/packages/<name>