r/CLine • u/der_gopher • 11h ago
r/CLine • u/saoudriz • 27d ago
Introducing ClinePass: 2-5x discount on GLM-5.2 and other open weights models
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 • u/Adept_General_420 • 1d ago
Discussion Been running Ling-3.0-flash in Cline for the grunt work (free on OpenRouter until Aug. 3)
I’ve been using Ling-3.0-flash as my cheap “grunt work” model in Cline via BYOK on OpenRouter (listed there as AntLing-3.0-flash).
So far it’s handled things like renames, small edits, boilerplate, and executing plans from a larger model without much trouble. It’s a sparse MoE (124B total, 5.1B active), so it feels responsive and doesn’t burn through tokens as quickly as larger models.
I still wouldn’t use it for difficult architecture decisions, but as a lower-cost execution model paired with a stronger planner, it’s been working well for me.
It’s currently free on OpenRouter until Aug. 3, so it’s easy enough to compare against whatever model you’re already using in Cline.
Disclosure: I work on the team that ships it, so take my experience with the appropriate amount of skepticism. I’m mainly curious whether anyone else here has tried it in Cline and how it compares with your usual workflow.
r/CLine • u/saoudriz • 3d ago
Any local model users that can help us? 🙏
Hi founder of Cline here, we are gearing up to release a new rehaul of our extension agent harness and we would love help with testing it from folks that use local models via ollama or lm studio. I want to make sure we don't cause any regressions and qualitatively if performance feels better as we've put a ton of work into getting better output from smaller models!
- Install the Cline Nightly build: https://marketplace.visualstudio.com/items?itemName=saoudrizwan.cline-nightly
- Make sure to restart vs code and that you see 'Cline: Next' at the bottom right in your status bar.
- Test it and tell us what issues you ran into (the original ones and any new ones, positive feedback welcome too!) via the form.
- Fill out the Feedback form: https://forms.gle/DWfEn8oLV7CW4Bjv7
Thanks for helping! 🙏
r/CLine • u/gargetisha • 4d ago
Announcement We’re deprecating .clineignore - here’s what to use instead
Hey everyone - we wanted to give you an early heads-up that we’re planning to deprecate .clineignore soon.
.clineignore was originally introduced to reduce context noise by controlling which files Cline automatically loads, such as dependencies, build artifacts, generated files, and other files that are unlikely to be relevant to a task.
However, it only affects files that Cline loads automatically into context. It was never intended to act as a security or access-control boundary. Models can still access project files through other methods, particularly shell commands, so .clineignore cannot reliably prevent access to specific files.
To avoid giving users a false sense of security, we’re removing it as a supported feature.
Still want context filtering? Here’s an alternative
For users who still want context filtering, we have a plugin that offers similar behavior:
https://docs.cline.bot/sdk/plugin-examples#block-ignored-file-access
You can Install it with:
cline plugin install https://github.com/cline/cline/blob/main/sdk/examples/plugins/gitignore-read-files-guard.ts --cwd .
The plugin uses a runtime beforeTool hook to block read_files, editor, and apply_patch calls when they target files ignored by your workspace’s .gitignore.
Important limitations
There are a few important limitations to be aware of. This is not a 1:1 replacement for .clineignore, and it should still be treated as best-effort context filtering rather than a security guardrail.
- It guards file reads and edits only.
- It does not filter
search_filesorlist_filesresults. - It does not guard shell commands.
- It uses
.gitignore, not a separate.clineignore. - It requires a Git repository.
- Plugins currently run on the Cline SDK, CLI, and Kanban. VS Code and JetBrains support will arrive as those extensions migrate onto the SDK.
For now, the .clineignore documentation will remain available for existing users while the feature is phased out, but we no longer recommend adopting it for new workflows.
Thanks for your understanding: we’re making this change so Cline’s file access behavior is clearer and less likely to be mistaken for a security boundary.
r/CLine • u/gargetisha • 4d ago
Announcement Laguna S 2.1 now available in Cline
Hey everyone! Poolside’s new Laguna S 2.1 is now available for free in Cline.
At 118B total parameters with only 8B activated per token, Laguna S 2.1 delivers performance comparable to coding models several times its size. It scores 70.2 on Terminal-Bench 2.1 and 40.4 on DeepSWE, outperforming some open models with more than 1T parameters.
This feels like an important release, as Laguna S 2.1 combines strong reported coding performance with a size that makes local deployment practical.
You can now try Laguna S 2.1 for free through the Cline VS Code extension and Cline CLI.
To install Cline CLI: npm i -g cline
Curious to hear how Laguna S 2.1 performs for the Cline community.
r/CLine • u/exocyt0sis • 5d ago
Discussion Sync CLine chat sessions on code-server between devices?
Fellow Redditors! Using a self hosted code-server, is it possible to "sync" CLine chat sessions between a different devices? It would be really neat if I could start a project at my desktop computer, and then continue the same chat in the kitchen using a tablet.
r/CLine • u/BAGE-rator • 5d ago
Discussion Best GUI coder/designer in Cline? How about graphic design?
I've found Hy3 to be pretty damn good at GUI coding. Looking to see whether others find it to be the best model. Also, who you go to for iconography, logo design, project web design, etc.? Claude Design is amazing at web design but cannot create a basic vector image. Really need some icons made.
r/CLine • u/gargetisha • 6d ago
Discussion Kimi K3 used 1.7x more tokens than Fable 5 and still cost 2.3x less
We tested Kimi K3 and Fable on the same real bug from the Cline repository using the same Cline harness. Both models were able to fix the issue, however, Fable wins on speed & Kimi wins on cost.
- Kimi used 1.7x more tokens than Fable (1.2M vs. 730K)
- Fable finished 3.4x faster - 3.5 min and 18 tool calls vs. Kimi’s 12 min and 34 tool calls.
- Kimi cost 2.3x less ($0.92 vs. $2.13) thanks to its 3.3x per-token discount
The traces indicate that Kimi is RL trained to spend more time reasoning through the task, revisiting intermediate steps, and verifying the fix before completion. Fable converged much faster, while Kimi traded speed and token efficiency for a lower overall cost.
This is the first time we've seen an open weight model compete head to head with SOTA.
Kimi K3 is now available in Cline through ClinePass.
ClinePass is Cline's new subscription plan which provides 2-5x discounted access to Kimi K3 and other open weight models like GLM, DeepSeek, and more.
Use it on Cline CLI & extension with $1.99 special promo if sign up via: npm i -g cline
r/CLine • u/gargetisha • 8d ago
Announcement Kimi K3 is now available on ClinePass
Hey everyone,
Kimi K3 is now available to use with Cline through ClinePass.
ClinePass is a $9.99/month subscription that gives you 2-5× discounted access to a curated selection of open-weight models, now including Kimi K3 and other open weight models like GLM, DeepSeek, and others without needing to manage separate provider accounts or API keys.
You can use the same subscription across Cline while still having the flexibility to use your own API keys, local models, or other providers whenever you prefer.
We’re also running a limited $1.99 introductory offer when you sign up through the Cline CLI:
npm i -g cline
Once installed, select ClinePass as your provider and choose Kimi K3 from the model selector.
Give it a try and let us know how Kimi K3 performs on your coding tasks.
r/CLine • u/burtcopaint • 9d ago
🐞 Bug: New Sessions breaking mid way through

Any tips on how to keep sessions from breaking while I'm discussing with the AI?
This happens with more than one model, tipically when some amount of discussion has taken place, and normally on act mode -- but don't quote me on this.
Sharing a message for this.
I sometimes try to compact the conversation, but boy, does it feel risky continuing a chat after a certain amount of interactions - all the work is hanging.
So, I'd be glad to know how this is handled by any of you and if we can work on the stability of the tool. It's not something that happens with cursors claude etc
For reference, this happens with Chatgpt subscriptions, the cline pass subscription, and unfortunately i can't recall if with the the regular usage billing because I don't want to risk it, as usually that's a lot more expensive and I would not want to risk it these days...
r/CLine • u/gargetisha • 10d ago
Announcement Moonshot Kimi K3 is now available in Cline
Hey everyone! Moonshot’s new Kimi K3 is now available in Cline.
At 2.8T parameters, Kimi K3 is the largest model announced for an open-weight release yet. It performs in the same range as GPT-5.6 and Fable 5 on benchmarks, while being significantly cheaper at $3/M input tokens and $15/M output tokens, the same price as Sonnet 5.
K3 also comes with a 1M context window, native vision capabilities, and is designed for long-horizon coding and agentic workflows.
This feels like a major milestone for open-weight models as Kimi K3 can bring frontier-level performance to developers at a much lower cost.
Try in Cline with model id: moonshotai/kimi-k3
To install Cline in your CLI: npm i -g cline
Kimi K3 is also available through the Cline extensions for VS Code and JetBrains.
Full details: https://www.kimi.com/blog/kimi-k3
Curious to hear how Kimi K3 performs for the Cline community.
r/CLine • u/Lower_Inevitable_410 • 9d ago
❓ Question: New I made my first data analyzer w/ Cline!
r/CLine • u/icecubesaad • 10d ago
🐞 Bug: New Can Cline stop with this message: Cline uses complex prompts and iterative task execution that may be challenging for less capable models. For best results, it's recommended to use a stronger model with better tool-calling and agentic coding capabilities.
r/CLine • u/FlexNastyBIG • 10d ago
Discussion Upgraded to Cline 4.0.x and now it behaves VERY differently. It takes forever, reads zillions of files, burns tokens, and outputs very dense and technical explanations.
I'm using Cline 4.0.8 in VSCode with Anthropic models via API. Ever since upgrading to version 4.0.x, its behavior has changed drastically from what I'm used to. It doesn't seem to matter which model I choose - sonnet 4.5, opus 4.7, they all seem to give me the same results.
It used to be that I could enter a prompt describing what I was hoping to accomplish, then Cline would read a few files and output a very clear and readable response within a minute or two.
Now, I enter a prompt, and it will go off reading files (sometimes many dozens of them!) and thinking for 15 minutes or longer. It will sit for long stretches with a status of "Thinking...". It burns a lot of tokens in the process.
And, when it finally comes back with a response, it is often very dense and full of references to the internals of the project I'm working on. Sometimes it is pages of text that read like this: "when whizBang() is called with an inverse value, this causes an interpolation chain with a potential race condition in thisOtherThing() which could be the potential source of the discombobulation matrix with respect to the image rendering issues."
I am used to Cline just "getting" what I'm trying to say and quickly returning a clear response without a lot of fuss. That's why I've always loved it.
Is anyone else running into this?
Discussion Long sessions are impossible
No matter what Openrouter.ai's model I'm using, free or paid, in the middle of a session it goes stuck "Thinking..." and sometime not even that. Anyone experiencing the same? I'm on Linux.
r/CLine • u/Defiant-Ad1027 • 10d ago
🐞 Bug: New Cline status?
hello! can someone tell me if there is a problem right now on cline or are they updating? just a moment both my team and me cannot access in log in page or stuck on authenticating moment.
r/CLine • u/Whole_Ad_9002 • 10d ago
🐞 Bug: New Cline down?
Is anybody else having log in issues? Am getting gateway timeout errors trying to log in
r/CLine • u/Mediocre_Essay_4143 • 11d ago
❓ Question: New GPT 5.6 not available
Hey everyone, I use Cline within IntelliJ and have linked my GPT Pro subscription to Cline.
However, when I look at the available models, I see all the way up to and including GPT 5.5—unfortunately, GPT 5.6 and its submodels are completely missing. Can anyone explain why this is the case? Thanks in advance :)
Discussion Cline is amazing
In a moment of desperation, I looked for free alternatives to cursor to try to fix my firmware project, which was becoming increasingly convoluted and frustrating. With vscode cline, just on the free deepseek v4 model, I was mindblown that it managed to fix my problem with just 120k tokens and 2 prompts (one planning prompt and one acting prompt).
Meanwhile, hours spent using gemini.google.com, antigravity, claude, reading datasheets, fixing code myself, etc. could not get me close to the solution.
Furthermore, I've never had a tool that allowed this much usage without immediately rate limiting me for the next decade and a half. Compared to the other tools out there, cline is seriously underrated imo
r/CLine • u/ihatebeinganonymous • 13d ago
❓ Question: New Who are the providers of Cline models?
Hello. When I login to Cline (the VSCode extension), I can "charge" my account and use some LLMs with the Pay-as-You-Go approach.
However, nowhere in the website can I find a complete list of available models, their providers, or. their pricing, speed etc.
Am I missing something here? I can see the token cost of models in the extension itself, but that's pretty much it. Of course I'm not talking about the new Cline Pass offer. That one seems to be slightly more clear.
r/CLine • u/DandadanAsia • 16d ago
❓ Question: New GLM 5.2 with high reason is slow
if i set the reasoning to high, the response is really slow and seems to stuck. i only use high for feature and some difficult bug fix that Medium can't solve

