product update

Continue v1.0.65 fixes JetBrains IDE freezes, adds DeepSeek Reasoner support

TL;DR

Continue released v1.0.65 for JetBrains IDEs and v1.3.36 for VS Code, focusing on stability fixes. The update addresses IDE freezing issues in JetBrains, adds compatibility with DeepSeek's reasoning model, and fixes multiple memory leaks and crash conditions.

2 min read
0

Continue v1.0.65 Fixes JetBrains IDE Freezes, Adds DeepSeek Reasoner Support

Continue, the open-source AI coding assistant, released v1.0.65 for JetBrains IDEs and v1.3.36 for VS Code, prioritizing stability over new features. The update targets multiple crash and freeze conditions that affected JetBrains users.

Key Fixes

JetBrains Stability: The release hardens remote config sync to prevent IDE freezes and chunks large JCEF (Chromium Embedded Framework) messages to prevent sidebar freezes. These were critical stability issues affecting the plugin's usability in JetBrains products.

DeepSeek Reasoner Compatibility: Continue now maps max_tokens to max_completion_tokens for DeepSeek's reasoning model, enabling proper integration with OpenAI-compatible API adapters. This fix allows users to leverage DeepSeek's chain-of-thought reasoning capabilities through the Continue extension.

Memory and Crash Prevention: The update resolves multiple technical issues:

  • Memory leak in CoreMessenger's responseListeners
  • DiffStreamHandler crashes from unsafe type casting and negative line number handling
  • Disposed JCEF browser reference guards in sendToWebview
  • SideEffectNotAllowedException in intention previews
  • Message type pass-through synchronization between core and JetBrains implementations

Test Updates

Binary test expected files were updated to reflect architectural changes in the JetBrains implementation, ensuring test coverage remains current with the codebase.

Dependency Updates

The continue-sdk package bumped brace-expansion from 5.0.4 to 5.0.5, addressing a minor dependency security advisory.

Version Alignment

With JetBrains at v1.0.65 and VS Code at v1.3.36, the extensions continue on separate version tracks reflecting their distinct codebases and release cadences. Both share the same core Continue engine but maintain separate UI implementations for their respective IDEs.

What This Means

This patch release signals Continue's focus on reliability over feature velocity. JetBrains users experienced real stability problems—IDE freezes are showstoppers—making these fixes essential for production use. The DeepSeek Reasoner integration is timely, as reasoning models gain adoption among developers. These aren't flashy features but they address the gap between Continue's promise and actual user experience in enterprise IDEs like IntelliJ IDEA, PyCharm, and GoLand.

Related Articles

product update

OpenAI launches Trusted Contact feature allowing ChatGPT to alert designated friends during suicide risk

OpenAI has launched Trusted Contact for ChatGPT, allowing users 18+ to designate one adult contact who can be notified if the company's trained human review team detects serious self-harm risk. The feature comes after over 1 million of ChatGPT's 800 million weekly users expressed suicidal thoughts in conversations, and follows a 2025 wrongful death lawsuit.

product update

GitHub Reduces Token Usage in Copilot Agentic Workflows Running on Pull Requests

GitHub has optimized token usage in its production agentic workflows that run on every pull request. The company instrumented its own Copilot workflows to identify inefficiencies and built agents to address them, aiming to reduce accumulated API costs.

product update

GitHub reduces token costs in production agentic workflows with instrumentation and automated fixes

GitHub details how it reduced token consumption in production agentic workflows that run on every pull request. The company instrumented its own workflows to identify inefficiencies and built automated agents to address them.

product update

OpenAI launches GPT-Realtime-2 with GPT-5-class reasoning, adds real-time translation across 70 languages

OpenAI has added three voice intelligence features to its Realtime API: GPT-Realtime-2 with GPT-5-class reasoning for complex conversational requests, GPT-Realtime-Translate supporting 70 input languages and 13 output languages, and GPT-Realtime-Whisper for live speech-to-text transcription. Translation and transcription are billed by the minute, while GPT-Realtime-2 uses token-based pricing.

Comments

Loading...