DeepSeek Harness plugin

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

Jump to install

Source facts

Repository
jiesou/dsh-cline-free-provider
Latest update
Aug 21, 2026
Category
Plugin Markets & Managers
GitHub stars
2
Format
plugin
Catalog evidence
Upstream dsh.bundle evidence
Evidence path
package.json#dsh.bundle
Checked against
0.1.0-rc.8
Upstream check date
2026-08-20

This evidence comes from the upstream catalog. This site has not installed, run, or security-reviewed the plugin.

Install

Start with a prompt that asks an agent to review the GitHub repository and source. Switch to the command if you want to install it yourself.

Copy this prompt into DSH, Codex, or another agent and ask it to review the GitHub repository and source first.

Do not install or run any commands yet. Read this plugin's GitHub repository, README, and relevant source code. Then answer the questions below clearly and directly so I can decide whether it fits my needs:

1. What is this plugin, and what problem does it solve?
2. Who is it for, and what are its typical use cases?
3. How is it used after installation? Include one minimal example.
4. What known limitations or privacy, security, compatibility, or maintenance risks does it have?
5. Give a clear recommendation: recommend, conditionally recommend, or do not recommend, with reasons.

Distinguish statements documented by the repository, inferences from source code, and unknowns. If evidence is insufficient, say so explicitly. Do not guess or simply repeat the README.

GitHub: https://github.com/jiesou/dsh-cline-free-provider
Plugin: dsh-cline-free-provider
Author: jiesou

Check the source files

Read the README and other files from this plugin directory before installing.

File explorer4 files
README.en.mdSource · read only
README language

dsh-cline-free-provider

Cline Free provider for dsh.

简体中文

<img height="650" alt="截图 2026-08-17 10-39-41" src="https://github.com/user-attachments/assets/849c8ca8-2f97-4603-898a-37598a2dede5" />

Cline provides a range of free models available through OpenRouter, as well as DeepSeek V4 Flash. This plugin dynamically filters Cline's model catalog for free models and makes them available in DSH.

If you use a Cline Pass subscription, follow Cline's official documentation to configure the official API and API key directly. This plugin is not needed.

Get an API key from <https://app.cline.bot/dashboard/account?tab=api-keys>.

Install

From npm (prebuilt, recommended):

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

Or from GitHub:

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

After install

Cline's API key is stored through DSH's credentials service under CLINE_API_KEY (the Web Models page can write it). No model configuration is needed—the plugin automatically syncs and filters the free catalog on startup. Pick the Cline provider and a model on the Web Models page to start chatting.

Configuration

All optional, defaults work out of the box:

- 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
KeyTypeDefaultDescription
apiKeyEnvstring"CLINE_API_KEY"Env var (or credential ref) holding the API key
baseURLstring"https://api.cline.bot/api/v1"Cline gateway base URL
defaultMaxTokensnumber32768Output cap fallback for models without an exact value
defaultContextWindownumber262144Context capacity fallback for models without an exact value

License

[MIT](LICENSE)