dsh-models-dev-reasoning:给未配置的 DSH 模型补齐思考档位
dsh-models-dev-reasoning 是由 aerince 维护的 DeepSeek Harness(DSH)插件,采用 MIT 许可证。该插件旨在解决第三方或自定义模型在 llm-pi-ai 中缺失 reasoningEfforts 配置导致无法显示思考档位的问题。它通过从 models.dev 获取数据,为尚未设置该参数的模型自动补齐推理档位,确保模型选择器能正常显示,且不会覆盖已有配置。 插件工作流程为:等待设置可用后,优先读取 models.dev/api.json,失败则回退至 GitHub tarball;随后匹配 llm-pi-ai 下的模型并补写缺失档位,同时将目录
Read MoreSeverusZh/dsh-plugin-subagent-director: Assigning Models and Role Division for DSH Sub-agents
SeverusZh/dsh-plugin-subagent-director is an MIT-licensed plugin for DeepSeek Harness designed to address issues such as redundant LLM configurations for sub-agents and lack of planning in role allocation. Its core functionalities include specifying LLM providers and models for different sub-agents, as well as defining sub-agent responsibilities, personas, and optional model bindings through "role templates," thereby assisting the main agent in delegating tasks effectively. The plugin supports a four-level fallback chain (single call > role binding > plugin default > inheriting from the main agent) and provides hot-reloading for configurations. Users can define roles such as "translator" via `settings.yaml`, utilize the `subagent_role` tool for delegation, and explicitly specify models to override defaults during single calls.
Read MoreDeepSeek Harness Model Configuration Plugin: Managing Custom Endpoints and Model Parameters in Web UI
marvekg/deepseek-harness-model-config adds a "Model Advanced Configuration" page to the DeepSeek Harness Web UI, supporting the creation of OpenAI/Anthropic protocol endpoints, pulling or manually adding models, and populating context and inference parameters via models.dev. API keys are stored through Harness credentials and are not written to settings.yaml. Installation: dsh plugin --profile web add github:MarvekG/deepseek-harness-model-config, usable under "Settings → Model Advanced Configuration." Licensed under MIT, maintained by MarvekG.
Read MoreAdd "Model Pro" to DSH Web UI with dsh-provider-model-configurator
The DSH interface enhancement plugin `dsh-provider-model-configurator`, maintained by LiangYin233, adds a "Model Pro" page in the Web UI settings. It allows users to centrally view, create, edit and delete model entries of the llm-pi-ai provider, and can copy context window, maximum output and inference gear parameters from pi-ai presets. This article verifies the installation command, directory snapshot behavior and precautions based on the community directory page and the GitHub v0.3.9 source code.
Read More