Tag
Cline's agent harness is now available in JetBrains Air via ACP support, allowing users to power coding tasks directly in the app. A new Air release also adds Java language support and the ability to add various agents.
Artillain credits the CLine team for fixing performance issues after he submitted feedback and logs, noting they circumvented the IDE's internals.
ClinePass is a $10/month subscription offering curated open-weights coding models (GLM 5.2, Kimi k2.7-code, DeepSeek V4 Pro, etc.) for use within Cline CLI and IDE, providing discounted access.
The article argues that the harness (agent framework) is now more critical than the model itself, demonstrating with Cline's tests showing performance differences from reasoning budget adjustments. Cline introduces ClinePass, a subscription offering discounted access to multiple open-weight models within their harness.
Step 3.7 Flash, an open-weights model with a 256k context window, is available free in Cline for a month, claiming to outperform Gemini and DeepSeek flash models and approach frontier performance on SWE Bench.
Ollama now supports the Cline CLI, enabling parallel tasks via a Kanban feature for agentic coding in the editor or terminal.
Cline Kanban is a developer tool that abstracts worktrees using a kanban board to run AI agents in parallel without merge conflicts. It allows creating tasks, linking them for autonomous execution, and reviewing diffs.
The blogger reminds users that the Cline extension on VSCode can use free models, especially the newly released Qwen 3.7 Max which offers 20M free tokens daily with 1M context length.
Cline released an open-source agent runtime SDK, rebuilding its core agent loop as a portable TypeScript stack that powers all Cline surfaces and allows teams to build their own agents. The SDK improves session durability, cross-surface portability, and achieves higher benchmark scores than competing tools.
Cline, an agentic coding harness, is reported to outperform Claude Code with Opus 4.6 and 4.7 according to its benchmarks.
The Cline SDK has been rebuilt from scratch and open-sourced, allowing others to build with it.