changelogOpenAI

Cline v4.0.9 Adds GPT-5.6 ChatGPT Models, Fixes Token Count Over-Reporting

TL;DR

Cline, the AI coding assistant VS Code extension, released v4.0.9 on July 16, 2024, adding support for GPT-5.6 ChatGPT subscription models. The update fixes a bug where token counts were over-reported from OpenAI-compatible providers due to improper handling of cumulative usage snapshots.

1 min read
0

Cline v4.0.9 Adds GPT-5.6 ChatGPT Models, Fixes Token Count Over-Reporting

Cline, the AI coding assistant VS Code extension, released v4.0.9 on July 16, 2024, adding support for GPT-5.6 ChatGPT subscription models and fixing token count accuracy issues.

What Changed

The update adds support for GPT-5.6 ChatGPT subscription models, though specific details about GPT-5.6's capabilities were not disclosed in the release notes.

The most significant fix addresses token count over-reporting from OpenAI-compatible providers. According to the changelog, Cline was incorrectly handling cumulative usage snapshots, leading to inflated token usage reports. This has been corrected in v4.0.9.

Additional changes include:

  • Shortened and softened error messaging when Cline hits the consecutive mistake limit during code generation
  • Fixed loading of skills from files saved as UTF-8 with a byte-order mark (BOM)

Technical Details

The release was manually created due to a GitHub API outage. While the automated workflow successfully published v4.0.9 to the VS Code Marketplace and Open VSX Registry, API degradation prevented the release creation step from completing normally.

The full changelog is available comparing commits between v4.0.8 and v4.0.9 (commit hash b560f1f).

What This Means

The token count fix is particularly relevant for developers using Cline with third-party OpenAI-compatible API providers, who may have been seeing artificially inflated usage metrics. This could have led to confusion about actual API costs or concerns about unexpectedly high token consumption.

The addition of GPT-5.6 support suggests OpenAI may have released new ChatGPT subscription-tier models, though no official announcement about GPT-5.6 has been made public as of this release. This could indicate early access or a specific subscription tier model variant.

Related Articles

changelog

Cline Desktop v0.0.19 Fixes Memory Leak That Ballooned Process to Tens of Gigabytes

Cline Desktop v0.0.19 fixes a memory leak where session status updates carried full conversation transcripts to every connected client, ballooning process memory to tens of gigabytes on long tasks. The release also adds seven new model providers and changes default models for several existing ones.

product update

OpenAI to Cut Off Cursor's API Access After SpaceXAI Acquisition, Effective November 12, 2026

OpenAI announced it will stop providing its models to AI coding assistant Cursor on November 12, 2026, following Cursor's acquisition by Elon Musk's SpaceXAI. The company cited a lack of confidence that SpaceXAI would honor its terms of service, pointing to xAI's admitted use of OpenAI outputs to train competing models.

product update

OpenAI to Cut Off Cursor's API Access Nov. 12 After SpaceX Acquisition

OpenAI will terminate its API contract with AI coding tool Cursor on November 12, 2026, following SpaceX's acquisition of the company. OpenAI cites Elon Musk's past contract violations, including the 2022 Twitter data cutoff and admitted use of rival AI outputs to train Grok.

product update

OpenAI Cuts Off Cursor's Model Access After SpaceX Acquisition, Effective November 12

OpenAI announced it is ending its partnership with Cursor after the coding-assistant company's acquisition by SpaceX, cutting off direct model access on November 12. Cursor says OpenAI models account for only 5% of its traffic and is seeking to reverse the decision.

Comments

Loading...