在 DeepSeek Harness Web GUI 内管理本机插件:dsh-plugin-manager
dsh-plugin-manager 是 DeepSeek Harness(DSH)的一个 Web GUI 插件,由 fuyao606 开发,旨在将原本需通过命令行修改配置文件和重启服务的插件管理操作可视化。它允许用户在 DSH 的设置面板中直接对 `web` profile 进行插件的列出、启用、禁用、安装及卸载。 该插件通过读取 `package.json` 和 `node_modules` 状态,实现了对用户插件与内置模块的区分管理。启用或禁用操作通过切换 `dsh.profile.bundles` 挂载状态实现,禁用仅停止加载而不删除文件;安装与卸载则通过执行 `pnpm add` 或
Read Morewebkong/dsh-plugin-manager: Manage plugins on the DSH Web settings page
dsh-plugin-manager is a community-maintained plugin management tool for DSH Web, designed to migrate the plugin installation, enable/disable, and version inspection workflow from the command line to the Web settings page. This tool allows users to centrally view lists of built-in and third-party plugins under "Settings → Plugins → Plugin Manager", supporting status filtering, fuzzy search, and grouped display, as well as direct navigation to the plugin's GitHub repository. Its core features include parsing of multiple installation sources (supporting npm package names, GitHub repositories, local paths, and tarball URLs), intelligent candidate recommendations, plugin enable/disable operations based on `cordis.patch.yml`, and residual cleanup upon uninstallation. The tool provides both Chinese and English interfaces, supports an optional automatic restart mechanism to refresh page status, and persists configuration locally.
Read MoreDSH Plugin Manager: DSH Settings Plugin Manager
dsh-plugin-manager is an MIT-licensed plugin management bundle for the DSH ecosystem, designed to provide a centralized plugin management interface for both Desktop and native Web profiles. Through the `Settings → Plugins` panel, it integrates features such as categorized plugin browsing, GitHub marketplace search, installation, updates, uninstallation, and restart prompts, addressing the previously fragmented operations across command lines, repository pages, and marketplaces. The tool supports duplicate installation detection, prioritizes npm for installation with a fallback to GitHub source when unpublished, and includes semver version checking for source-based plugins along with a pnpm build approval mechanism. It requires Node.js version 20 or higher and can be directly accessed after installation.
Read Moredsh-plugin-manager: Managing Profile Plugins in DeepSeek Harness Web UI
dsh-plugin-manager is a DSH Web UI plugin maintained by monk233, designed to address the issues of error-proneness and unclear status when manually modifying configuration files to manage plugins. The plugin provides a visual interface, allowing users to search plugins directly on the web page, view status badges, and perform enable, disable, or delete operations through menus, with a confirmation mechanism to ensure safety. After operations, changes are automatically written to `cordis.patch.yml` and take effect immediately via HMR hot reload, eliminating the need for frequent service restarts. Installation supports `git clone` combined with dsh commands, or using DSH Creative Mode with AI-assisted setup. The current version is 0.1.0, depends on `@deepseek-ai/cordis`, and is licensed under MIT. Please note
Read Moredsh-plugin-manager: Offering Chinese Directory and One-Click Start/Stop for DeepSeek Harness
`dsh-plugin-manager` is a client-side plugin for DSH designed to address issues such as the built-in plugin list displaying only English module names, which are difficult to recognize, and the risk of accidental changes when manually editing configuration files. This plugin provides a graphical management interface for the DSH web client, with core features including: offering Chinese names, usage descriptions, and category directories for plugins; supporting one-click enable/disable of plugins, with hot-reloading effective in approximately 1 second by writing to `cordis.patch.yml`; allowing editing of plugin notes within the UI and saving them to a local JSON file, with support for restoring defaults; incorporating safety mechanisms that lock critical system lines and mark special expression lines; and providing search and filtering functions based on name, description, and category. This plugin is licensed under MIT, requires no complex configuration, and can be used by restarting DSH after installation. It does not access the network and only interacts with
Read More