dsh-clinepass-deepseekv4.1
Run the following command in DeepSeek Harness:
dsh plugin install BreakFree003/dsh-clinepass-deepseekv4.1
Paste the following prompt into your AI chat to install this plugin:
Run dsh plugin install BreakFree003/dsh-clinepass-deepseekv4.1 in your terminal to install the plugin; full source is available at https://github.com/BreakFree003/dsh-clinepass-deepseekv4.1
About this plugin
If you run DeepSeek V4.1 Flash inside DeepSeek Harness (dsh) and want every request routed through the Cline Pass gateway — strictly pinned to the DeepSeek upstream channel so an outage fails fast instead of silently falling back — dsh-clinepass addresses exactly that gap. dsh's underlying pi-ai layer deliberately blocks routing switches such as openRouterRouting, so they cannot be set in settings. This plugin wraps globalThis.fetch in-process and injects the channel-pinning field into the chat/completions request body heading to the Cline Pass gateway; every other byte is left untouched, and SSE, tool calls, reasoning, and images all travel through pi-ai's already-verified pipeline.
Once installed, a Cline Pass card appears under Settings → Models. You paste your API key straight into dsh's credential store — swapping keys requires no restart. Below the key field, three usage bars show the remaining percentage and reset countdown for the 5-hour, weekly, and monthly windows, with a refresh button. The host process fetches usage from the gateway using the key; the browser only reads three numbers, so the key never reaches the front end. The entire plugin has zero third-party dependencies, opens no local port, and its core logic fits in a single index.js file, making security audits straightforward.
It is built for dsh power users who want Cline Pass as the sole entry point to DeepSeek V4.1 Flash, with strict routing, built-in observability (a status file tracks seen and pinned request counts plus hook health), and no extra proxy process on the local machine. The plugin is a public snapshot of the author's personal setup, provided under the MIT license as-is with no commitment to ongoing maintenance. Reading the Verification section of the README before installing is recommended.
Use Cases
- Pin every dsh DeepSeek request to the Cline Pass official channel so outages fail fast instead of silently falling back
- Manage the API key in the Settings → Models card and glance at 5-hour / weekly / monthly remaining quotas on built-in usage bars
- Connect to the Cline Pass gateway with zero third-party dependencies and no local port, rewriting only the gateway-bound request body
Best For
- dsh power users who want Cline Pass as the sole DeepSeek entry point
- Teams that need strict, observable routing (seen / pinned counters, hook health) without an extra proxy process
- Plugin users who value zero dependencies, single-file auditability, and a clean security boundary
Related Plugins
A unified suite combining hot runtime injection, task-aware thinking-mode routing, and a graded session protocol with red-team gates to sustain model diligence across long-horizon inference.
ModLens is a vision plugin for DeepSeek Harness that gives text-only models sight by reading images pasted directly into chat, with zero-config setup and multiple vision engines.
On-demand vision for text-only DeepSeek Harness agents: built-in free keyless vision chain and 14 vision tools, routing image turns as tool calls to vision models with pixel fidelity, no Python needed, one-command install.
Give text-only models in DeepSeek Harness eyes, enabling image Q&A, long-screenshot OCR, UI restoration, and GUI visual tasks.