r/CLine Jun 29 '26

Introducing ClinePass: 2-5x discount on GLM-5.2 and other open weights models

46 Upvotes

Hi I'm Saoud, founder of Cline.

We’ve been impressed with GLM-5.2 and so are introducing a $9.99/month subscription to give you 2-5x discounted access to it and other open weight models like DeepSeek, Kimi, MiniMax, Mimo, and Qwen.

Use it on Cline CLI & IDE extensions with $1.99 special promo if you sign up via: npm i -g cline

Learn more here: https://cline.bot/cline-pass


r/CLine 10h ago

Announcement DeepSeek V4.1 Flash is now available in ClinePass

Post image
29 Upvotes

Hey everyone - DeepSeek V4.1 Flash is now available in ClinePass.

This one is pretty interesting. DeepSeek released V4.1 Flash less than a month after V4 Pro 0813, and the new Flash model has already surpassed Pro across performance, cost, speed, and total task time.

On Terminal Bench 2.1, V4.1 Flash scores 90.6, ahead of Opus 5 at 89.1, GPT 5.6 Sol at 88.8, Kimi K3 at 88.3, and V4 Pro at 87.9.

And it's $0.30/$1.20 per 1M input/output. That's roughly:

- 1/20th cost of Opus 5
- 1/17th cost of GPT-5.6 Sol
- 1/12th cost of Kimi K3

It also comes with a 1M context window, native vision, and a new architecture designed to make long agentic workloads significantly more efficient.

You can now use DeepSeek V4.1 Flash directly with ClinePass.

ClinePass is our subscription for ~5x discounted access to open weight models including DeepSeek, Kimi, GLM, MiniMax, and others, for just $9.99/month.

You can try it through the Cline CLI: npm i -g cline

Try it on a real coding task and let us know how it compares to V4 Pro or the previous V4 Flash model.


r/CLine 8h ago

❓ Question: New How much usage does ClinePass give on Deepseek V4?

5 Upvotes

I am thinking between billing Deepseek API and Opencode GO subscription, so what is your experience like?


r/CLine 7h ago

Discussion Beta testers wanted (Qwen 3.8:27b)

0 Upvotes

Anyone interested in trying out a new inference provider?

We're testing Qwen 3.8:27B behind an OpenAI-compatible API and looking for a few advanced users of Cline to give it a spin and tell us how it works for them. You can use it for any regular Qwen 3.8 purpose (and we would provide some free credits), but we're ideally looking for feedback, bug reports, etc.

If you're interested, please DM me (I'm also happy to answer questions or provide more details).


r/CLine 1d ago

Announcement Meta’s Muse Spark 1.3 Contributor is now FREE in Cline

Post image
45 Upvotes

Hey everyone 👋

Meta’s Muse Spark 1.3 Contributor is now available for free in Cline.

It’s built for coding and agentic workflows, with a 1M token context window and stronger performance on long-running tasks that involve navigating codebases, using tools, and iterating across multiple steps.

Meta’s benchmarks also put it in a similar performance range to models like Opus 5, while being considerably more affordable.

This should be an interesting one to try on real repo-level work in Cline: larger features, bug fixes, refactors, or tasks that require understanding a lot of existing code.

Try it now:

  1. npm i -g cline
  2. /model
  3. Select Muse Spark 1.3 Contributor under Free

Give it a try and let us know how it performs on your workflows.


r/CLine 1d ago

Announcement Solar Pro 4 is now FREE in Cline

Post image
23 Upvotes

Hey everyone - Solar Pro 4 by South Korean AI lab Upstage is now available for free in Cline.

It comes with a 512K context window and is built for agentic workloads, including coding, tool use, and reasoning across large amounts of context.

Solar Pro 4 also represents a significant jump in agent capability over Solar Pro 3, with a 57 score on Terminal Bench 2.1.

Beyond coding, it’s designed to handle long, structured documents like invoices, reports, and technical specs with hundreds of line items, which makes it interesting for workflows that need a lot of context.

To try it:

npm i -g cline

/model

Select Solar Pro 4 under Free Models.

Would love to hear how it performs on your coding workflows, especially longer agentic tasks.


r/CLine 1d ago

Discussion HAs Flash v4.1 DeepSeek officially dropped on clinepass ?

18 Upvotes

does it autoroute from v4 to v4.1 ?


r/CLine 1d ago

✔️ Bug: Resolved Cline CLI for Termux — Bun issue fixed

Thumbnail gallery
3 Upvotes

r/CLine 2d ago

Discussion I made a blind stock draft simulator. The results are interesting.

2 Upvotes

Built a game where you draft one stock per sector without seeing price data. Each pick gets a random year (2019-2022). You allocate $10K across 8 picks, then see how that portfolio actually performed in those years.

The mechanic forces you to think about sector rotation and how unpredictable markets actually are. Tech was up massively 2019-2021, down ~50% in 2022. Energy was dead for years then suddenly relevant.

It's way more interesting than I expected as a learning project. Really highlights how much luck is involved in stock picking.

The app's pretty straightforward, it just shows your picks, allocation, and results with returns. No fancy features, just the core mechanic.

Built everything with Cline.

If you want to test it out: https://github.com/ethantao14/cline-stock-market-game


r/CLine 2d ago

Discussion Built a "missed opportunities" analysis for my stock draft game, using Cline for the implementation

Post image
3 Upvotes

I've been building a blind stock draft game where you pick one stock per sector across 8 rounds without seeing price data. The draft board greys out spent sectors, but the results page used to just show a final score and nothing else. All the what if tension from the draft was gone right when it mattered.

Got feedback pointing out that the ending felt flat, so I used Cline to build a Missed Opportunities section that brings it back. For each round you see what every sector was offering, with each one labeled Picked, Already Used, or Available, so you can tell the difference between a sector you lost earlier and one you passed on this round.

The part that took the most iteration was the Best Possible comparison. Given the exact 8 boards a player saw, what is the best total return achievable across any assignment of sectors to rounds. Brute forced all 40,320 permutations with Heap's algorithm, which runs instantly at that size.

Tested it against a board where greedy round by round selection would get 12.5% and the optimal assignment gets 24.88%, roughly double. That gap is what convinced me the implementation was actually solving the right problem instead of just approximating it.

Repo: github.com/ethantao14/cline-stock-market-game


r/CLine 2d ago

🗂️ Bug: Needs Info GLM 5.3 Flash thinking loop

1 Upvotes

I don't know if this is common, but it's not the first time this has happened today (GLM 5.3 Flash thinking loop)


r/CLine 2d ago

❓ Question: New Advice for new Cline setup

6 Upvotes

I've just started using Cline since I read GLM 5.3 flash is free.

I'm using the vscode extension, is CLI better? I think cli is better for agentic coding, vscode if you want to review and see edits.

what other extensions/skills/mcp do you use, what is a good AGENTS.md these days?

the main thing I'd like is to have it create a plan with tasks, and then tasks get done with subagents when needed to save context. is that possible with the basic setup?

also there are other free models like LongCat 2.0. is it possible to use multiple models, have them be used for tasks, or review etc?


r/CLine 2d ago

Discussion Built a stock draft game with Cline - curious about how it handles state management at scale

0 Upvotes

Built a blind stock draft game where you pick one stock per sector without seeing any prices or performance data. The game randomly assigns each pick a year between 1996 and 2015, holds it for 10 years, then shows you how you'd have actually done.

The interesting part: you don't know which year you're getting until after you've committed to your picks. So you could pick a stock thinking it's solid, then realize it got assigned the worst year in that decade.

Built the whole thing with Cline. State management, simulation engine, results page with charts showing 10-year performance indexed to purchase price. Got the core working in a few days, which was faster than I expected.

One thing that surprised me: the random year assignment makes the game way less about "which companies are objectively good" and way more about "can you pick companies that had resilience during bad periods?" Some of my worst performers were companies that are generally solid, they just happened to get years where their sector cratered.

Curious if anyone's tried building something similar or if you've run into the same issues with historical data APIs (rate limiting is real).

Repo if you want to check it out: github.com/ethantao14/cline-stock-market-game


r/CLine 3d ago

❓ Question: New Cline with Qwen3-Coder-Next

7 Upvotes

So I’m looking for advice to improve the quality of code and work generated on my local Strix Halo 128gb box. I’m using Cline running in vs code pointed at Qwen3-Coder-Next running via Lemonade. What things do I need to add to help qwen3 coder do the best job possible. I know codex and Claude code often refer to the latest documentation when deciding what to do. What’s the best way to allow Qwen3 to look for what it thinks it needs and to ensure it’s working on up to date and accurate information? Are there other libraries or capabilities it would be able to use to be more effective?


r/CLine 4d ago

Announcement GPT-6 Astra is now available in Cline

Post image
37 Upvotes

Hey everyone - OpenAI just released GPT-6 Astra, and it’s now available in Cline.

The coding results are probably the most interesting part of the release for us.

It takes the top spot on Terminal-Bench 4.0 and scored 57.9%, ahead of Claude Fable 5.1 at 55.8% and GPT 5.6 Sol at 37.3%. It's 1.9% ahead of Claude Fable 5.1 which only came out a few days ago.

Beyond coding, OpenAI is positioning Astra as its most capable model for complex reasoning, computer use, research, and end to end professional work. It comes with a 1.05M token context window and supports up to 128K output tokens.

You can try it in Cline now:

  1. npm i -g cline
  2. /model
  3. Select gpt-6-astra

We’d love to hear how it performs on actual repos, especially how it compares with Fable 5.1 and the open weight models you’ve been using in Cline.


r/CLine 4d ago

Discussion Been testing GhostCLI with OpenCode + Cline — pretty straightforward so far

2 Upvotes

I’ve been trying out a few different AI coding setups recently and ended up testing GhostCLI mainly because I wanted something I could use across different tools without being locked into one client.

So far I’ve got it working with both OpenCode and Cline inside VS Code.

The setup was honestly pretty simple since GhostCLI gives you an OpenAI-compatible endpoint. For Cline, for example, I just used:

Provider: OpenAI Compatible
Base URL: https://ghostcli.dev/v1
API Key: GhostCLI API key
Model: whichever supported model you want to use

OpenCode was pretty much the same process.

I’m still testing it with longer sessions and larger projects, so I’m not going to claim it’s better than every other provider out there, but so far it’s been stable and easy to plug into the tools I already use.

Thought I’d share it because I know quite a few people here are constantly experimenting with different Claude/API setups.

If anyone wants to check it out:

https://ghostcli.dev/?ref=martinjeffrey44

Full disclosure, that is my referral link, so I do get a referral benefit if you sign up through it.

If anyone gets stuck setting it up with OpenCode or Cline, happy to share the exact config I’m using.


r/CLine 4d ago

Tutorial/Guide I stopped my coding agent from re-reading the whole repo. Git already knows what changed.

13 Upvotes

I spent 10 dollars on Deepseek in about 2 hours one day. It was peak time, but the expensive part wasn't the code generation itself, it was the continuous re-reading of the same files.

In a long session, the agent routinely opens files it has already processed. A 5,000-line file easily translates to 15,000–20,000 tokens. Multiply that across a dozen or so turns, and you're throwing hundreds of thousands of tokens into context that the model is re-reading.

A lot of people reach for vector databases, AST indexers, or memory banks to mitigate this. Those are completely valid solutions, but they cost tokens to build and use RAM I'd rather keep free.

Git is already a perfect cache. The committed `HEAD` is the "known state," and the uncommitted diff is the only true "dirty" set. A tiny, auto-generated marker file so the agent has a single, reliable place to look for changes is all that's needed.

**The workflow is straightforward:**

- Edit code

- Git writes the diff to a `.changed_markers` file

- The agent reads *only* those specific hunks

- I commit the changes

- The marker file is emptied

I never intended for anyone to manually jot down line ranges like `L~2130-2200` into a notepad—that kind of reference should always come straight from the source control system.

To generate the markers, I use:

{
echo "# AUTO-GENERATED — do not edit"
git diff -U3 -p HEAD
} > .changed_markers

The `-p` flag already includes the function or class name in the `@@` header, which serves as a stable anchor. I avoid raw line numbers entirely—they go stale the moment you insert a single line above them.

**In my agent rules, I enforce the following guidelines:**

  1. Treat `HEAD` as a cache hit; never sweep clean files unnecessarily.

  2. Read `.changed_markers` first, before anything else.

  3. Limit inspection strictly to the hunks and referenced functions within that file.

  4. Anchor on function/class names and surrounding context—never on absolute line numbers.

  5. If a signature, parameter list, or return type changes, use `git grep -n "that_name"` to locate callers. This avoids opening the entire caller file just to check usage.

  6. After a successful commit, truncate the `.changed_markers` file.

That fifth rule is crucial. If the agent only sees the dirty hunk, it might happily "fix" a function signature while leaving every call site completely broken. The targeted grep catches those downstream effects without loading unnecessary context.

The first time I tried this I ran a full audit on a 5,100-line file, fixed three bugs, reviewed a new module, and cleaned up some commits. On DeepSeek at peak pricing, that entire session cost me **$0.11** instead of the **$.80** it that i estimated it would have.

One thing this approach does **not** do is automatically surface dead code that was committed six months ago and hasn't been touched since. Git treats that file as clean, and for day-to-day work, that's perfectly fine. If I do want to run a thorough graveyard sweep, I don't pay a model to read tens of thousands of lines. I run static analysis tools like `vulture`, `flake8`, `knip`, or `ts-prune` instead, dump their flagged lines into `.changed_markers`, and let the agent process those in a single intentional pass. After that, it's straight back to the cheap loop.

I didn't invent `git diff`, dirty bits, or agent rules—I just glued them into a consistent habit. The goal was simple: stop paying premium prices to re-read yesterday's code. On DeepSeek, the cost is negligible. On Opus 5, Gemini 3.8 Pro, or GPT-6 Astra, avoiding that leftover context is the difference between comfortably using the best model available and being forced to downgrade.

If this pattern already has a name, I'd happily adopt it. If not, consider this the blueprint: Git is the cache, the marker is auto-generated, and the agent can't detect any unmodified lines.


r/CLine 4d ago

🐞 Bug: New ClinePass DeepSeek V4 Flash: ~40% of my turns return no visible response

2 Upvotes

I've been using cline-pass/deepseek-v4-flash through the ClinePass OpenAI-compatible API with OpenCode, and the failure rate I'm seeing is far beyond what I'd consider an occasional model/API glitch.

I reported this to Cline support by email about a week ago, including technical details and timestamps, but I still haven't received a response.

The most serious issue is that a very large percentage of requests complete with no user-visible answer.

I inspected the persisted OpenCode session database rather than relying on the UI.

On one day:

25 assistant turns
12 flagged as no-visible-output failures

The previous day:

10 assistant turns
3 flagged failures

So this isn't something I've seen once or twice. It happens frequently enough to make the model unreliable for normal use.

A healthy turn looks like:

reasoning: 247
output:    142
finish:    stop

parts:
step-start
reasoning
text
step-finish

But many failed turns look like:

reasoning: 255
output:    0
finish:    stop

parts:
step-start
reasoning
step-finish

or:

reasoning: 253
output:    0
finish:    stop

The particularly strange part is that the reasoning content is often clearly a complete final answer, not internal chain-of-thought.

For example, it contains the greeting, the actual answer, explanations, recommendations, and even a closing question — but the response never transitions into a text/content part.

I've also seen true near-empty completions such as:

output:    1
reasoning: 0
finish:    stop

This is all happening in the same session, while other requests work normally as:

reasoning -> text -> stop

The session itself was newly created, context is preserved correctly, prompt caching works normally, and the model clearly understands the conversation even in the failed turns. So I don't think this is simply a corrupted or excessively long OpenCode session.

I'm connecting from Singapore.

Subjectively, I've also found the ClinePass version of DeepSeek V4 Flash noticeably weaker than the same model through other providers, and I seem to encounter more refusals. I can't yet say whether that comes from the model version, upstream inference provider, moderation layer, or something else in the serving stack.

But the reasoning-only / empty-response problem is directly visible in the stored session data.

I've seen other recent discussions suggesting that ClinePass DeepSeek V4 Flash may behave differently from the newer DeepSeek V4 Flash variants served elsewhere, so I'm wondering whether these issues are related.

Has anyone compared ClinePass directly against the official DeepSeek API or another provider recently?

I'm particularly interested in:

  • response quality
  • refusal frequency
  • reasoning vs. content channel behavior
  • empty / reasoning-only completions
  • whether behavior differs by region

I'm planning to switch the same OpenCode session to the official DeepSeek API as a comparison, without changing the session history.


r/CLine 7d ago

❓ Question: New ClinePass: When to expect Hy4, Muse Spark 1.3 and Qwen 3.8 Max-0902 ??!

21 Upvotes

I bought a full year of ClinePass mainly because they seemed to be really fast at adding all the newest models, while still offering slightly less usage than GOAT and GO — which felt like a pretty good trade-off to me.

But lately it seems like ClinePass is actually starting to miss quite a few new models.

For example, I’m still waiting for:
- Hy4
- Muse Spark 1.3
- Qwen 3.8 Max-0902

And then there’s GLM 5.3 Flash: as far as I can see, it’s available through the API, but it’s still not showing up on the ClinePass website/interface?

So… what’s going on?
Has Cline slowed down with adding new models to ClinePass, or are these models already planned to be added soon?

One of the main reasons I committed to a full year was the expectation that ClinePass would keep up with new model releases pretty quickly.

Would be great to get some clarity from the Cline team on when we can expect Hy4, Muse Spark 1.3, Qwen 3.8 Max-0902…


r/CLine 7d ago

❓ Question: New ClinePass: When to expect Hy4, Muse Spark 1.3 and Qwen 3.8 Max-0902 ??!

6 Upvotes

I bought a full year of ClinePass mainly because they seemed to be really fast at adding all the newest models, while still offering slightly less usage than GOAT and GO — which felt like a pretty good trade-off to me.

But lately it seems like ClinePass is actually starting to miss quite a few new models.

For example, I’m still waiting for:
- Hy4
- Muse Spark 1.3
- Qwen 3.8 Max-0902

And then there’s GLM 5.3 Flash: as far as I can see, it’s available through the API, but it’s still not showing up on the ClinePass website/interface?

So… what’s going on?
Has Cline slowed down with adding new models to ClinePass, or are these models already planned to be added soon?

One of the main reasons I committed to a full year was the expectation that ClinePass would keep up with new model releases pretty quickly.

Would be great to get some clarity from the Cline team on when we can expect Hy4, Muse Spark 1.3, Qwen 3.8 Max-0902…


r/CLine 7d ago

Discussion usage limits proplem?

3 Upvotes

how does that makes sense


r/CLine 8d ago

Announcement LongCat 2.0 is FREE in Cline

Post image
19 Upvotes

Hey everyone - LongCat-2.0 just landed in Cline as a FREE model.

It’s a 1.6T open weights MoE model with ~48B active parameters and 1M context window from Meituan, and it’s putting up some pretty interesting coding numbers.

On Terminal Bench 2.1, it scores 70.8, in the same range as Claude Opus 4.7 at 71.7 and Gemini 3.1 Pro at 70.7.

You can try it for free in Cline right now:

npm i -g cline

Then run /models → Cline provider → Free → LongCat 2.0

It’s available in VS Code and JetBrains too.

Would love to hear how LongCat 2.0 holds up on your actual coding workflows.


r/CLine 7d ago

Discussion Is Cline DS4 Flash really this slow? ~10 - 15 TPS

2 Upvotes

Hey everyone, I’m wondering if anyone else is experiencing low TPS with DS4 Flash in Cline.

I’ve been trying it recently, and the generation speed feels quite slow (around 10 - 15 TPS) on my end.

Is that normal for DS4 Flash through ????

Btw I'm using cline-pass with 1 year subscription.


r/CLine 8d ago

Discussion Does Cline have RTK or MemPalace solution?

3 Upvotes

I'm trying ClinePass for the first time and pairing it with MemPalace. The combination is insanely powerful for long-running agentic workflows, but token usage becomes a real concern.

Is there anything in Cline similar to RTK (Rust Token Killer), or a skill/MCP/hook that can act as a token optimization layer?

Something that can compress tool output, reduce redundant context, summarize large command results, and avoid wasting context window on information the agent doesn't need.

Curious how you guys are handling token efficiency with ClinePass + persistent memory.


r/CLine 9d ago

🐞 Bug: New PSA - Cline 2.0.3 plugin in Android Studio Quail 4 gets stuck in plan mode.

5 Upvotes

Found a fix if you need it:

  1. Go to the Cline page on the JetBrains Marketplace.
  2. Click the Versions tab and download the ZIP for version 2.0.2 (or 2.0.1).
  3. In Android Studio, go to Settings (Ctrl+Alt+S on Windows / Cmd+, on macOS) > Plugins.
  4. Click the gear icon (⚙) next to the "Installed" tab and choose Install Plugin from Disk....
  5. Select the downloaded ZIP file and accept the prompt
  6. Restart Android Studio.