changelogOpenAI

Cline v3.81.0 Adds GPT-5.5 Support for OpenAI Codex Subscribers

TL;DR

Cline, the AI coding assistant, released v3.81.0 with support for GPT-5.5 for OpenAI Codex subscription users. The update also removes hardcoded welcome banners and adds enhanced memory diagnostics including heap snapshots for debugging out-of-memory issues.

1 min read
0

Cline v3.81.0 Adds GPT-5.5 Support for OpenAI Codex Subscribers

Cline, the AI-powered coding assistant, released version 3.81.0 on April 24, 2025, adding support for GPT-5.5 for users with OpenAI Codex subscriptions.

What's New

The primary addition is GPT-5.5 model support, though details about the model's capabilities and availability remain limited. The update specifically targets OpenAI Codex subscription users, suggesting this is a premium feature.

The release removes hardcoded "What's New" fallback items from the webview interface. According to the changelog, only remote-configured welcome banners will now be displayed to users.

Enhanced Memory Diagnostics

The most substantial technical changes focus on improving cline-core memory diagnostics used by the extension runtime:

  • Near-heap-limit heap snapshots are now enabled
  • Periodic memory usage logging has been added
  • Heap snapshots are automatically logged on abnormal exits

These changes aim to make debugging out-of-memory (OOM) issues easier for developers working with the extension.

What This Means

This release represents a maintenance update with one notable feature addition. The GPT-5.5 support suggests Cline is tracking OpenAI's model releases closely, though the practical impact depends on GPT-5.5's availability and performance characteristics—neither of which are detailed in the changelog.

The memory diagnostic improvements indicate the development team is addressing stability issues, particularly around memory management. The addition of heap snapshot capabilities suggests users may have experienced OOM crashes, prompting better tooling for diagnosis.

The removal of hardcoded welcome messages in favor of remote configuration gives the Cline team more flexibility in communicating updates without requiring new releases.

For existing Cline users with OpenAI Codex subscriptions, the update provides access to a newer model option. The memory diagnostics improvements should benefit all users, particularly those working on larger codebases where memory pressure is more likely.

Related Articles

product update

OpenAI releases ChatGPT Images 2.0 with accurate text rendering and brand-style matching

OpenAI launched ChatGPT Images 2.0, upgrading from decorative images to full-page graphics with detailed text rendering. The update is available to all ChatGPT tiers, with advanced features requiring paid subscriptions that access the Thinking model. Hands-on testing shows significant improvements in text accuracy and brand-style replication, though factual errors still occur.

model release

OpenAI GPT-5.5 scores 93/100 in benchmark test, loses points for ignoring instructions

OpenAI's GPT-5.5 scored 93 out of 100 points in a 10-round benchmark test covering summarization, reasoning, coding, and creative tasks. The model lost points primarily for ignoring specific instructions, such as using unauthorized sources when asked to summarize from a single news outlet.

changelog

Anthropic Python SDK v0.97.0 Adds CMA Memory Feature in Public Beta

Anthropic has released version 0.97.0 of its Python SDK, introducing CMA Memory as a public beta feature. The update includes bug fixes for API spec errors, restored missing features, and performance improvements for multipart file requests.

model release

OpenAI releases GPT-5.5 with faster token efficiency and improved context understanding

OpenAI released GPT-5.5, which completes tasks at the same difficulty level faster than GPT-5.4 while using significantly fewer tokens. The model is available to ChatGPT Plus, Pro, Business, and Enterprise users, with API access delayed due to required safeguards.

Comments

Loading...