📰 IT Security NachrichtenEnterprise Threat Intelligence Buying Guide: How to Choose the Right Solution(17.09.2026 um 09:44 Uhr)
⚠️ Malware / Trojaner / VirenNew RatHat Android Malware Uses AI and ADB to Steal Banking Credentials and OTPs(17.09.2026 um 09:34 Uhr)
🕵️ SicherheitslückenIT Security News Hourly Summary 2026-09-17 08h : 5 posts(17.09.2026 um 08:00 Uhr)
📰 IT Security NachrichtenMicrosoft’s Slough Data Centre Plan Faces Opposition(17.09.2026 um 08:31 Uhr)
🕵️ SicherheitslückenIT Security News Hourly Summary 2026-09-17 09h : 8 posts(17.09.2026 um 09:00 Uhr)
📰 IT Security NachrichtenZ.ai Raises Outlook After $5bn Cash Injection(17.09.2026 um 09:01 Uhr)
📰 IT Security NachrichtenHackers Turn AI Agent Into a Cyber Weapon After Deleting Its Safety Refusals(17.09.2026 um 09:31 Uhr)
📰 IT Security NachrichtenEnterprise Threat Intelligence Buying Guide: How to Choose the Right Solution(17.09.2026 um 09:44 Uhr)
⚠️ Malware / Trojaner / VirenNew RatHat Android Malware Uses AI and ADB to Steal Banking Credentials and OTPs(17.09.2026 um 09:34 Uhr)
🕵️ SicherheitslückenIT Security News Hourly Summary 2026-09-17 08h : 5 posts(17.09.2026 um 08:00 Uhr)
📰 IT Security NachrichtenMicrosoft’s Slough Data Centre Plan Faces Opposition(17.09.2026 um 08:31 Uhr)
🕵️ SicherheitslückenIT Security News Hourly Summary 2026-09-17 09h : 8 posts(17.09.2026 um 09:00 Uhr)
📰 IT Security NachrichtenZ.ai Raises Outlook After $5bn Cash Injection(17.09.2026 um 09:01 Uhr)
📰 IT Security NachrichtenHackers Turn AI Agent Into a Cyber Weapon After Deleting Its Safety Refusals(17.09.2026 um 09:31 Uhr)
💾 Downloads 🕛 vor 6 Min. 7 Min Lesezeit
0

GitHub Release: cline/cline v4.1.19 (17.09.2026)

↗ Quelle (GitHub · cline/cline)
🗣️ Stimme:
GitHub Release: cline/cline v4.1.19 (17.09.2026)
📑 Inhaltsübersicht
Avatar
$ git clone https://github.com/cline/cline.git

Added



  • Images attached to a model that cannot read them are now flagged instead of silently discarded. Thumbnails get a warning badge and the composer explains that the images will be ignored, with a button to switch to an image-capable model. Previously the thumbnail looked normal and the image was replaced with a text placeholder just before the request, so there was no way to tell it had been dropped. Model info and the attachment picker also report image support accurately for models that declare text-only input without listing capabilities.


Changed



  • Cline's logo and icons have been refreshed throughout the extension, including the activity bar and panel icons.

  • The W&B Inference provider is now listed as CoreWeave, with its sign-up and API-key links updated to match CoreWeave's current documentation.


Fixed



  • Long tasks now compact when they actually need to rather than running out of room. The trigger compared a character-based estimate of the conversation (~3 characters per token) against the model's context limit, so content that tokenizes far denser than that — disassembly, image dumps, minified sources — could fill the real context window while the estimate stayed under the threshold and compaction never fired; the turn was then squeezed down to a handful of output tokens. The trigger now also uses the token count the provider itself reports, and how much history is kept is scaled by how far off the estimate turned out to be. The summarizer's output budget also doubled, so a model that reasons before answering can no longer spend the whole budget thinking and return no summary at all.

  • On Windows, opening a repository that contains a file named rg.exe, git.exe, or powershell.exe no longer runs that file in place of the real program. Bare program names were resolved through the workspace directory before PATH, so a planted executable ran with your privileges as soon as the workspace was indexed. Cline now sets Windows' NoDefaultCurrentDirectoryInExePath opt-out at startup, in both the VS Code extension and the JetBrains core. Processes Cline launches inherit it, so inside a Command Prompt shell a program in the current directory now needs .\ as it already does in PowerShell.

  • A model turn that fails mid-stream with a transient provider error is now retried up to three times with backoff instead of ending the task. A single rate-limit response forwarded by a gateway previously surfaced as a failed task. A turn that has already streamed output is never retried, so nothing is duplicated.

  • Terminal commands that succeed without printing anything (git add -A on a clean tree, for example) are now reported as empty output. They were treated as a shell-integration failure, which fed the model a snapshot of unrelated terminal scrollback prefixed with a warning that the output could not be captured, so silent commands intermittently looked like failures.

  • Checkpoints no longer re-hash every untracked file on each message. In workspaces holding large untracked directories this delayed every message by seconds to minutes; a persistent per-task index now lets git skip files it has already seen.

  • run_commands no longer hangs until its timeout after a command that backgrounds a child process. The command had finished, but the backgrounded process held the output pipes open.

  • apply_patch no longer silently overwrites an existing file when the model uses "Add File" on a path that already exists. The file's contents were replaced with no error and no record of what was lost.

  • PowerShell commands the model wrapped in another powershell -Command "..." are no longer parsed twice. The outer shell consumed $_ before the inner command ran, so pipelines using it emitted an error for every item processed while still reporting success.

  • Opening your home directory as a workspace no longer drives the extension host to exhaustion. Typing an @ mention indexed every file beneath it and re-ranked the whole index on each keystroke.

  • The "Supports Images" checkbox in OpenAI Compatible model settings now stays where you put it. The checkbox rendered the last committed value, and the re-sync that arrived during the save round-trip was re-emitted as a change event that wrote the old value back over your edit.

  • The error shown to the model when an editor call omits the text to replace now names the file and explains how to recover. The previous message was terse enough that some models re-sent the identical call until the task stopped.

  • Credentials are now stripped of invisible characters when saved, not only when pasted, and the cleanup covers AWS, GCP, and SAP fields and custom header values in addition to API keys.

  • Cline Pass now defaults to a model from your subscription rather than a free one. Its model list contains both tiers and the default was whichever model was published most recently, so a subscriber who never picked a model could be left on the free tier.

  • Cline Pass and free models now show no cost rather than the underlying market price, which is not what you are billed for.

  • Model pickers now fall back to the full Recommended, Free, and Subscribed lists when the models endpoint cannot be reached. The offline fallback was a short hardcoded list with no subscription tier at all.

  • Model lists for providers sharing the built-in catalog now refresh from the live catalog, so newly published models appear without an extension update, with timeouts so an unresponsive provider endpoint cannot stall the list.

  • Claude Code and OpenCode no longer ask for an API key they never read. Both authenticate from their own local CLI's credentials, but they were treated as key-based providers; the workaround was storing a dummy key. A missing CLI on PATH now warns rather than blocking, since a configured path or bundled binary also works.

  • The OpenAI Codex (ChatGPT subscription) model list no longer offers models the backend rejects, and Codex context limits are applied to every Codex model instead of being inherited from the OpenAI API catalog, which inflated both the context budget and the usage figures derived from it.

  • Models served by OpenCode Go are now sent over the wire protocol each one actually speaks. Every model was sent over the OpenAI chat-completions adapter, so models on that endpoint speaking other protocols failed or misbehaved.

  • Task history no longer goes blank when a task spawns many subagents. Subagent rows crowded out the tasks that created them, hiding the parent task and everything older.

  • Langfuse tracing, when configured, is now limited to the Cline and Cline Pass providers. The provider was ignored, so prompts and responses sent to third-party and bring-your-own-key providers were exported too.


Changed



  • Web search is now enabled by default on models that support it, outside YOLO mode. It can still be turned off in settings, and a settings file that cannot be read leaves it disabled rather than silently on.

  • The run_commands tool description now names the PowerShell edition in use — Windows PowerShell (powershell.exe) versus PowerShell (pwsh.exe) — quotes its guidance against that executable, and tells the model to run commands directly rather than wrapping them in another shell invocation. It also no longer describes the environment as Windows when pwsh is the configured shell on macOS or Linux.

  • Refreshed the built-in model catalog. Adds four providers (Infer by Flow7, Melious, NaN, and Wallaby) and takes the catalog from 5,788 to 6,079 models. This is a wide refresh: the resolved default model changes for 44 providers, most of them landing on DeepSeek V4.1 Flash — among them Hugging Face, Fireworks, Requesty, Nebius, Cortecs, CrossModel, DigitalOcean, Eden AI, and OpenCode Go. Gemini and Vertex now resolve to Gemini 3.8 Flash, GitHub Copilot and Vivgrid to GPT-6 Astra, and NVIDIA to GLM 5.3 Flash. If you use a provider without pinning a model, expect a different default.


Full Changelog: v4.1.18...v4.1.19

Vollständiger Original-Artikel
Den kompletten Beitrag mit allen Details direkt auf github.com lesen.
↗ Original-Artikel auf github.com lesen
Wie bewertest du diesen Beitrag?
1 Klick Feedback
Teilen mit Netzwerk & Team:

Community-Analysen & Experten-Meinungen 0

Verfasse deine eigene Analyse, teile Workarounds oder diskutiere diesen Vorfall im Blog.
Noch keine Community-Analyse verfasst. Markiere einen Textabschnitt oder klicke oben auf Eigene Analyse verfassen“!
Community Pulse: Relevanz-Einschätzung
1 Klick Experten-Votum
🔴 Akute Relevanz 0%
🟡 In Evaluierung 0%
🟢 Keine Auswirkung 0%
Spannende Innovation 0%
Verwandte Story-Cluster & Quellen (Vektor-KI)
Port 8095 Engine
1 Quelle
Wir haben uns das iPhone Duo angeschaut.
1 Quelle
ESET Science Award: Celebrating the Minds Shaping Tomorrow
1 Quelle
Alles neu in iOS 27.2 Beta 1