memorax-ai/dsh-harmony
memorax-ai★ 15TypeScriptLast synced: 2026-08-22
A library for patching, replacing and decorating dsh plugin during runtime
README excerpt
dsh-harmony Runtime Patch coordination for DeepSeek Harness plugins. A library for patching, replacing and decorating DeepSeek Harness plugins during runtime. Get started · Documentation · Report an issue 简体中文 / English Usage Just type "What about we use dsh-harmony" when vibe coding your DSH plugin. Introduction Use Harmony when one DeepSeek Harness plugin needs to change another without maintaining a fork. Harmony loads Patches before the target runs, changes its compiled code in memory, and starts Harness with the result. Source Patches find TypeScript AST nodes with TSQuery and rewrite their source ranges with MagicString. They run one after another, each reading the source left by the previous Patch. This lets several plugins change the same target while leaving installed files untouched. A provider can place its Patches before or after another provider. One Patch may override that rule, and users may interleave Patches from different providers. When several changes must succeed together, a composite Patch gives them one position and one switch; if a member fails, Harmony applies none of them. For browser plugins, Harmony also keeps provider-owned tags in Patch order. A provid…
View full README on GitHub →Category
DeepSeek Harness: Everything is a Plugin.
★ 183,476
amruthpillai/reactive-resumeA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
★ 41,499
anywhere-labs/deepseek-harness-desktop为 DeepSeek Harness (DSH) 插件生态打造的现代化桌面端解决方案。万物皆「插件」,桌面本身也是「插件」。
★ 18,022