Continue v1.0.65 fixes JetBrains IDE freezes, adds DeepSeek Reasoner support
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.
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
Google lets users import chat histories and personal data into Gemini from competing chatbots
Google announced 'switching tools' that allow users to transfer chat histories and personal information directly into Gemini from competing chatbots like ChatGPT and Claude. The feature uses a prompt-based system for importing memories and accepts zip file uploads for chat logs. This move targets Gemini's lagging consumer adoption, which sits at 750 million monthly active users compared to ChatGPT's 900 million weekly active users.
Google adds Import Memory and Chat History tools to Gemini to reduce AI switching friction
Google is launching "Import Memory" and "Import Chat History" features in Gemini that let users transfer their preferences and past conversations from other AI chatbots. The tools use copy-paste prompts and .zip file uploads to help users avoid retraining a new AI model on their preferences.
Apple gains full Gemini access, uses distillation to build lightweight on-device models
Apple has secured full access to Google's Gemini models within its data centers and is using knowledge distillation to generate training data for smaller, on-device AI models. The approach allows Apple to create lightweight versions that replicate Gemini's reasoning patterns while running directly on Apple devices, requiring significantly less processing power.
Gemini now imports chats and memory from ChatGPT, Claude, and other AI apps
Google is rolling out chat and memory import functionality to Gemini, allowing users to transfer conversation history from ChatGPT, Claude, and other AI apps. The feature supports zip file uploads up to 5 GB, with users able to upload up to 5 files per day. A companion memory import tool lets users generate context summaries from other chatbots to paste into Gemini.
Comments
Loading...