omdsh-plugins/omdsh-plughub
omdsh-plugins★ 0TypeScript最后同步: 2026-08-16
The omdsh plugin hub: a Settings tab that installs and removes omdsh plugins from a configurable upstream, and configures every installed one from the settings schema it already registers
README 摘要
omdsh-plughub English 中文 A plugin hub inside the DeepSeek Harness Settings: one more tab beside the shipped Plugins pages, listing what you can install from a configurable upstream, and configuring everything already installed. Installing a plugin used to be dsh plugin --profile web add in a terminal, and configuring one used to be editing a profile's cordis.patch.yml by hand. This makes both a page. What it adds Surface Where it comes from A third tab in Settings → Plugins, Plugin hub An entry in settings.plugins.tab , the seat ui-settings declares for inventory and configuration plugins The merged catalog, and what each source reported GET /api/plughub/catalog , resolved from the local , registry and github sources Install, Update and Remove on every card POST /api/plughub/install , /update and /uninstall , each shelling out to dsh plugin --profile A configuration form for every installed plugin GET / POST /api/plughub/settings , carrying ctx.settings.describe({ redactSecrets: true }) and ctx.settings.mutate Operation progress and the restart banner GET /api/plughub/events , an event stream The omdsh.plugin.card slot ctx.slots , where a plugin whose control the generic form canno…
在 GitHub 查看完整 README →