DeepSeek Harness Plugin Hub

Publish and manage complete Harness Profiles. Discover Plugins for your next setup.

Explore

PluginsPresetsDocsNews

Community

Publish a pluginContactReport an issue

Resources

Plugin Hub on GitHubDeepSeek HarnessSystem statusPrivacy notice
© 2026 DeepSeek Harness Plugin HubPowered byPaxTech

Independent and unofficial. Not affiliated with, authorized by, or endorsed by DeepSeek.

Cline Free Provider — DSH Plugin for DeepSeek Harness
DeepSeek Harness Plugin Hub
ProfilesPluginsCategoriesNewsDocsSign inManage Profiles
ProfilesPluginsCategoriesNewsDocsSign in
← Plugins

@jiesou/dsh-cline-free-provider

Cline Free Provider

Cline free models provider for dsh: scan the Cline model catalog dynamically and serve the :free models through the harness LLM seam

The plugin will be installed here. Keep web if you are unsure.

npx -y @deepseek-ai/dsh plugin --profile web add @jiesou/dsh-cline-free-provider@0.1.19
READMECompatibilityVersions
截图 2026-08-17 10-39-41

Compatibility and provenance

Cline Free Provider is published as @jiesou/dsh-cline-free-provider and currently resolves to version 0.1.19. The Hub verifies its manifest and preserves the exact installation source for reproducible installs.

DSH compatibility
*
Runtime surfaces
any
Release source
npm
Registry updated
9/20/2026

Versions

0.1.19stable
9/17/2026
0.1.18stable
9/12/2026
0.1.17stable
9/5/2026
Show 12 more versionsCollapse versions
0.1.16stable
9/4/2026
0.1.15stable
9/3/2026
0.1.14stable
8/31/2026
0.1.13stable
8/31/2026
0.1.12stable
8/25/2026
0.1.11stable
8/25/2026
0.1.10stable
8/21/2026
0.1.9stable
8/20/2026
0.1.7stable
8/18/2026
0.1.6stable
8/17/2026
0.1.4stable
8/17/2026
0.1.2stable
8/17/2026

Related plugins

Loading related plugins…

Latest
0.1.19
DSH
*
HMR
Process restart
Tree shaking
Safe tree shaking not declared
Unpacked size
27.1 kB
Files
7
Surface
any
License
MIT
Source
npm
GitHub
★ 8
Weekly downloads
151
Security scan
✓ v0.1.19 scan passed
Last push
9/17/2026
View source ↗Project homepage ↗
README badge

Click the badge to copy Markdown for your README.

Do you maintain this Plugin?Claim benefit · Priority security scan

Verify the GitHub repository declared in package.json to manage this listing. After you claim it, Hub will prioritize a security scan of the current version and publish the result when it passes.

Claim this Plugin →
Report an issue

Related plugins

More verified plugins in models-usage.

Usage@linxin666/dsh-usageUsage statistics plugin for the dsh web GUI: per-provider balance and coding-plan quota detection plus a live token usage ledger, with a dedicated pet bubble for the current providerWhale Widgetdsh-whale-widgetDeepSeek balance whale widget in the bottom-right corner of the DSH Web interface: balance/today’s usage/peak-off-peak pricing, customizable bubble click sequence (text/balance/today/peak-off-peak/image/random phrases and parallel weighted selection), per-line styles and fonts, floating quick editinUsage Stats@ychris12138/dsh-usage-statsToken usage heatmap, provider balances, and subscription quotas for the dsh web GUICodex Connectdsh-codex-connectChatGPT OAuth and Codex models for DeepSeek Harness.

README

dsh-cline-free-provider

Cline Free provider for dsh.

English

本插件可以将 Cline 的免费模型,接入 dsh 使用。

截图 2026-08-17 10-39-41

Cline 提供 OpenRouter 上可用的各种免费模型,以及 DeepSeek V4 Flash、GLM 5.3 Flash、Muse Spark 1.3。

如果你使用的是 Cline Pass 订阅计划,可以直接按照 Cline Pass 官方文档配置官方接口和 API Key,不需要本插件。

获取 API Key:https://app.cline.bot/dashboard/account?tab=api-keys

安装

从 npm 安装(预构建产物,推荐):

dsh plugin --profile web add @jiesou/dsh-cline-free-provider

或从 GitHub 安装:

dsh plugin --profile web add github:jiesou/dsh-cline-free-provider

安装之后

Cline 的 API Key 通过 DSH credentials 服务保存(变量名为 CLINE_API_KEY,可在 Web Models 页面填写)。

模型列表无需任何配置,插件启动时会自动从远程同步并过滤所有免费模型。在 Web Models 页面选择 Cline provider 和模型后即可开始使用。

配置项

全部可选,默认即可用:

- id: cline-free-provider
  name: '@jiesou/dsh-cline-free-provider'
  config:
    apiKeyEnv: CLINE_API_KEY
    baseURL: https://api.cline.bot/api/v1
    defaultMaxTokens: 32768
    defaultContextWindow: 262144
配置项类型默认值说明
apiKeyEnvstring"CLINE_API_KEY"读取 API Key 的环境变量名(或 credential ref)
baseURLstring"https://api.cline.bot/api/v1"Cline 网关 base URL
defaultMaxTokensnumber32768模型无精确 maxTokens 时的兜底值
defaultContextWindownumber262144模型无精确 contextWindow 时的兜底值

模型目录与推理档位

插件在启动时拉一次免费模型目录,不轮循。上游轮换慢,一次抓取足矣。挂载时上游不可达也不挂——目录暂时为空、不会拖垮插件或模型界面。

Reasoning effort:模型只暴露上游接受的档位,不造档位。Default 表示"不发送 reasoning_effort"字段,由上游自行决定深度。Off 是真开关——发送上游的关闭字面值(none、off 等)。上游标记为 mandatory 的模型干脆不显示 Off 选项,插件不替它伪造一个。

错误提示:上游拒绝(已结束的免费推广、区域限制等)在终端错误事件里保留真实原因,不会被 harness 当 AUTH 吞掉。真正的鉴权失败仍按 AUTH 走,无法解析的内容原样透传。

License

MIT