oneinitAI/dsh-settings-plus

oneinitAI★ 2TypeScriptLast synced: 2026-08-14

Open on GitHub

README excerpt

DSH Settings Plus English · 中文 dsh-settings-plus is the plus for the DeepSeek Harness official settings. The official entry is a single settings form. This plugin adds a settings management surface: every registered settings namespace and every mounted plugin's composition configuration, browsed and edited either as forms or as configuration files. Any plugin can register its own settings namespace through a thin SDK. This is a self-contained standalone ESM Cordis plugin repository. A DSH host is a runtime consumer of the finished package, not a source or build input. Published under the dsh-plugin topic, with a PR into awesome-DSH-plugin and a follower in dsh-market. Architecture The four capabilities 🔭 C1 · Host crawling ( src/crawler.ts , src/service.ts , src/fabric.ts ) A read-only crawler enumerates every registered settings namespace ( ctx.settings.describe with secret redaction) and every mounted plugin's composition configuration (schemastery Config + row id) from the live cordis registry. The bundle publishes these as the ctx.dshSettingsPlus host service: listNamespaces , listCompositionConfigs , updateComposition , removeComposition . Writes route through the host settin…

View full README on GitHub →
Tools / Devdsh-plugin

Category