fengs2021/dsh-plugin-catalog

fengs2021★ 0JavaScript最后同步: 2026-08-17

在 GitHub 打开

README 摘要

dsh-plugin-catalog A plugin catalog for the DeepSeek Harness web GUI: 设置 → 插件目录 . Every installed profile bundle is listed, auto-grouped by source (DSH core / UI suite / community / OMDSH / GitHub / local), searchable by name or description, with a per-plugin note editor persisted host-side (shared across devices). DSH Web GUI 插件目录:设置 → 插件目录 。已装插件 自动分类 、 搜索 、 逐插件备注 (host 端持久化,跨设备共享)。 English Features - Auto-grouped catalog : DSH 官方核心 / UI 全家桶 / 社区扩展 / OMDSH 生态 / GitHub 安装 / 本地自装 / 其他 — collapsible groups, sorted by name - Per-plugin info : package name, version, group badge, description (falls back to the dsh main package for built-in bundles), source (local / GitHub / built-in) - Search : realtime filter over name + description - Notes (annotations) : one note per plugin, saved host-side to $DSH HOME/plugin-catalog/notes.json — same notes on your phone and desktop - Refresh : reloads the list at any time How it works - Host half ( lib/index.js ): two read-only-ish HTTP APIs - GET /plugin-catalog/api/list — reads the profile package.json (bundles + dependencies) and each package's metadata, returns { entries, notes } - GET/PUT /plugin-catalog/api/notes — note read/write (the only w…

在 GitHub 查看完整 README →
工具/开发catalogdeepseek-harnessdsh-pluginplugin-managersettingssearch

分类