dsh-plugin-reload:按单个条目重启 Cordis Loader 的 DSH 插件

dsh-plugin-reload 是 DeepSeek Harness 的 MIT 许可插件,旨在提供比重启主机更细粒度的插件重载机制。该插件向 agent 提供 `reload_plugin` 工具,允许根据 entry ID、模块名称或 MCP 服务器名称单独重启特定的 Cordis Loader 条目,而其他条目保持运行。 核心功能包括:针对 in-process plugin 执行硬重载,即清除 ESM/CJS 缓存并从磁盘重新导入代码,若失败则自动回滚;针对 mcp-client 条目,重新拉起 MCP 服务器子进程并注册工具。插件支持 `auto`、`soft`、`hard` 三

Read More
dsh-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 More