KaramachiA217/dsh-settings-ui

KaramachiA217★ 1JavaScript最后同步: 2026-08-19

在 GitHub 打开

A unified settings-page UI kit + floating-panel kit for DeepSeek Harness plugins. Exposes the ctx.settingsUi service - themed primitives, declarative forms, a settings state machine (fenced route or official settingsScope) and overlay/Panel APIs - so plugins get a polished settings surface without hand-rolling their own UI.

README 摘要

dsh-settings-ui English 中文 A unified settings-page UI kit + floating-panel kit for DeepSeek Harness plugins. Exposes the ctx.settingsUi service so other plugins build settings sections and overlay panels with one consistent style (aligned with dsh-better-sidebar , --dsw- semantic tokens) — no hand-rolled components, CSS, or load/save/busy/error/saved/revision-conflict state logic. Install Install from npm with the official CLI (one step: adds the dependency, then reconcile appends the package to dsh.profile.bundles ): npm latest is currently 0.2.22 ; when 0.4.0 publishes, upgrade with the same command ( dsh plugin --profile add dsh-settings-ui@latest ). If you install within 24h of a fresh publish, pnpm v11's minimumReleaseAge supply-chain cooldown silently falls back to the previous version — add minimumReleaseAge: 0 to the profile's pnpm-workspace.yaml , or wait a day. Add it to the profile bundles (the host provides the peers — consumers do not declare it as a peer dependency while it is host-provided): Local development (optional): npm pack to build the tarball, then dsh plugin --profile add ./dsh-settings-ui- .tgz (or a file: dependency). What you get - Three API levels — ui.p…

在 GitHub 查看完整 README →
皮肤/UIcordisdeepseekdeepseek-harnessdshdsh-pluginreactsettings-uiui-kit

分类