dsh plugins中文
← Back to popular plugin directory

DSH Harmony

CH4ACKO3/dsh-harmony · skills

A library for patching, replacing and decorating dsh plugin during runtime.

★ 4GitHub stars
0Forks
2026-08-15Last updated
TypeScriptLanguage
MITLicense

Project overview

dsh-harmony A library for patching, replacing and decorating DeepSeek Harness plugins during runtime. About

dsh-harmony lets one DSH plugin alter another plugin without maintaining a fork or writing transformed source back to the installed package. It installs the usual dsh executable, starts the official Harness, and applies the complete Patch set before target plugins load.

Inspired by Harmony for C# and .NET, this project brings coordinated runtime patching to the DeepSeek Harness plugin ecosystem. How it works

Install command

dsh plugin --profile web add github:CH4ACKO3/dsh-harmony
View GitHub repository ↗Back to popular plugin directory