Two approaches to integrate DeepSeek V4 into Mixagents based on Codex and Pi respectively
Mixagents is maintained by Utopia-V, open-sourced under the MIT License, and its community directory is categorized under "Models and Providers". There are two independent components in the repository: Codex DeepSeek Subagent allows the main task to continue using OpenAI, while handing over retrieval and text work to deepseek-v4-flash; pi-dsh-mimic 0.1.1 only reproduces DSH Minimal during Pi's first request, and then reverts to Pi's tools and plugins. The directory page provides the `dsh plugin add` command, and the actual installation shall be subject to the GitHub documentation.
Read MoreConnect DeepSeek Harness to AI SDK with ai-sdk-provider-dsh
The `ai-sdk-provider-dsh` is maintained by krislavten, which wraps the DeepSeek Harness runtime into AI SDK's LanguageModelV3, compatible with both v6 and v7. The application side still uses `generateText` / `streamText`, and actually spawns a `dsh` subprocess pinned to version 0.1.0-rc.6. Tools are executed within the harness, and a fixed `sessionId` can be used to resume conversations. The main installation method is via npm; the directory page command is `dsh plugin add github:krislavten/ai-sdk-provider-dsh`. Node.js ≥22.19 is required, and `dsh` is still in developer preview.
Read MoreUse pi-anchored-tool-for-dspro to perform two-stage tool anchoring for DeepSeek V4 Pro
*pi-anchored-tool-for-dspro* is a community open-source Pi extension maintained by dbydd, and it has been included in the "Models and Providers" section of the DeepSeek Harness community directory. It transplant the two-stage strategy of dsh-anchored-standard to Pi: only expose `bash` and `read` in the first round, record the first tool call in the session before restoring the full directory, and modify the system prompt to adopt the DSH Minimal persona throughout the entire interaction. The directory installation command uses GitHub (main branch is version 0.2.0), while the Pi installation command uses npm (version 0.4.0 has been released). This article cross-verifies based on the directory page, repository source code and npm documentation.
Read MoreAdd Visual, Reasoning Tier and Token Capacity for Custom Models in DeepSeek Harness via better-model-provider
### 正式翻译: The official "Models" page of DeepSeek Harness can manage providers and API keys, but in the past, adjusting the inference strength levels, visual input capabilities, and token capacity for custom models could only be done by manually editing the YAML files. The MIT-licensed plugin `better-model-provider` maintained by sanshanya added a "Model Capabilities" section on the settings page, which configures these native capabilities based on the model's declared specifications, without modifying the Harness runtime or touching credentials. This article verifies the installation commands, usage methods, and compatibility boundaries based on the community directory page and the GitHub README.
Read MoreAdd a connectable AIGC canvas to DeepSeek Harness with dsh-plugin-aigc-canvas
# 翻译结果: The dsh-plugin-aigc-canvas, maintained by HuanLinOTO, provides provider-agnostic AIGC HTTP bridge, session-level canvas and ffmpeg post-processing for DeepSeek Harness. It first looks up the provider before sending requests (the API key is attached by the host), places files on the canvas and connects edges according to references. The default stub only synthesizes test media. Install via the catalog page: `dsh plugin add github:HuanLinOTO/dsh-plugin-aigc-canvas`. The plugin runs with the current DSH process permissions, please inspect the source code and license before installation.
Read MoreIntegrate ChatGPT Subscription into DeepSeek Harness via dsh-llm-codex-oauth
# 翻译结果: dsh-llm-codex-oauth is maintained by Player-MINEPIG under the MIT license. It uses the Codex OAuth device code to log into ChatGPT, exposing subscriptions such as Plus/Pro as a dsh codex-oauth provider. Credentials are only written to the local credential store; it can view images but does not generate them. The author states that calling the undisclosed backend violates the terms and carries the risk of account ban. Installation: dsh plugin add github:Player-MINEPIG/dsh-llm-codex-oauth.
Read MoreConnect Codex CLI Subscription to DeepSeek Harness with dsh-codex-subscription
The community plugin dsh-codex-subscription (npm package name: dsh-llm-codex) is maintained by yequ172672. It reuses the ~/.codex/auth.json file from the local Codex CLI, and enables the use of ChatGPT subscription models in DeepSeek Harness without requiring a Platform API Key. This article covers the directory page, verification of installation commands via GitHub and npm, token refresh, proxy configuration, and the text-only limitation.
Read MoreConnect OpenMAIC Classroom to DeepSeek Harness with dsh-openmaic
### 版本1(正式技术文档风格): DSH-OpenMAIC is maintained by THU-MAIC from Tsinghua University. It integrates OpenMAIC with DeepSeek Harness: a single request can generate a usable classroom link, and the slides, interactive components and teaching cards written by the intelligent agent can be rendered in real time within the conversation. This article verifies the installation commands, four tools, Socratic skills and configuration items against the catalog page and GitHub repository. ### 版本2(更贴合开源项目介绍口吻): Maintained by THU-MAIC of Tsinghua University, DSH-OpenMAIC connects OpenMAIC to DeepSeek Harness. With it, one single prompt can spawn a fully functional classroom link, and the slides, interactive widgets and teaching flashcards generated by the AI agent can be rendered on-site right in the chat interface. This paper cross-checks the installation commands, four core tools, Socratic questioning skills and configuration items against the project catalog page and GitHub repository.
Read MoreIntegrate WorkBuddy quota into DeepSeek Harness using dsh-llm-codebuddy
DSH-LLM-CodeBuddy is an MIT-licensed plugin for the DSH model maintainer maintained by Axiaohungry. It registers "CodeBuddy China Region" in DeepSeek Harness, and calls the CodeBuddy model with the API Key issued by WorkBuddy, which is suitable for scenarios where the company only distributes WorkBuddy points. It can be installed according to the GitHub source of the directory page or the recommended npx command of the repository, then fill in the Key in the WebUI and pull the models available under the current account. This article has been verified against the directory page, GitHub and npm 1.3.4: it is a third-party adapter, authorized by Key, and the plugin runs with the permissions of the current dsh process.
Read MoreUsing dsh-advisor to configure the secondary model for passive review per round of DeepSeek Harness
dsh-advisor is a DeepSeek Harness plugin maintained by omdsh-dev. It attaches an independent review model to each session, injecting suggestions in the order of nit/concern/blocker, and does not approve actions or issue commands on behalf of the main agent. This article verifies the installation commands, configuration access control, Web/TUI usage and current MVP limitations based on the plugin directory page and GitHub README.
Read MoreUsing Liang-Saint-Slider to Switch Models and Thinking Intensity in DeepSeek Harness
Liang-Saint-Slider (Liangsheng Slider) is maintained by BruzWJ. Connect the slider controller to the model slot of DeepSeek Harness Web: you can switch models and thinking intensity with the 0–30 gear slider after opening it. This article checks the installation commands, six-gear mapping, slot coverage method and license boundaries according to the community directory, GitHub README and source code. The code is licensed under MIT, and human portrait keyframes are not shared under this license.
Read More