Instant Edits, GPT-5 Codex Support & Grok Code Fast 1
OpenAI Responses API Support
Full GPT-5 Codex and advanced model integration (#8417)
Implemented comprehensive Responses API support in OpenAI adapters, bringing streaming and non-streaming capabilities for GPT-5 Codex and other cutting-edge models. This major infrastructure update provides:
- Robust handling of OpenAI's Response objects with ternary logic for flexible streaming modes
- Seamless integration with existing OpenAI adapters
- Foundation for advanced model capabilities in Continue
Instant Edit for Find/Replace Tools
No more waiting for streaming diffs (#8473)
Replaced streaming diff approaches with instant apply for find/replace operations in both VS Code and JetBrains IDEs. Your edits now:
- Apply immediately with synchronous diff computation
- Automatically scroll to changes for better visibility
- Deliver a significantly snappier editing experience
Grok Code Fast 1 Integration
xAI's speedy agentic coding model joins Continue (#8475)
Added xAI's Grok Code Fast 1 as a recommended agent model, bringing lightning-fast agentic coding to Continue. This integration features:
- Full tool support with advanced thinking capabilities
- Enhanced agent-mode UI with improved tooltips
- Clearer Plan/Agent mode labels for better workflow understanding
- Optimized for rapid iteration and responsive coding workflows
For the full changelog and detailed commit history, visit our GitHub releases
Enhanced file access beyond workspace, improved agent error handling, and CLI stability fixes
π Major Features
π File Access Beyond Workspace
Enhanced file system access with permissions (#8298)
- Continue can now read files outside the IDE workspace with proper permission controls
- Secure file access management for expanded development workflows
- By @Patrick-Erichsen
β¨ Improvements
π Agent Error Handling
Improved error feedback in agent mode (#8301)
- Fetch errors are now properly returned to the agent for better debugging
- Enhanced error visibility and troubleshooting capabilities
- By @Patrick-Erichsen
π Bug Fixes & Maintenance
CLI Improvements
- Agent Injected Blocks (#8361) - Fixed issue where agent injected blocks were being ignored in CLI - By @RomneyDa
- Message Text Testing (#8353) - Updated message text test for improved reliability - By @uinstinct
- Session Selector Preview (#8231) - Added preview panel to session selector (cn ls / /resume) - By @continue[bot]
- Exit on Print Response (#8271) - Fixed CLI to properly exit after printing response when using -p flag - By @uinstinct
- Loading Animation (#8285) - Added visual loading animation when updating version - By @uinstinct
Critical Hotfixes
- Anthropic Thinking Blocks (#8329) - Strip thinking blocks without signature and empty text parts for Anthropic models - By @RomneyDa
- Headless Config Fallback (#8356) - Allow default config fallback for headless CLI operations - By @RomneyDa
Model & Response Handling
- Gemini Bracket Stripping (#8280) - Fixed bracket stripping in Gemini responses - By @uinstinct
- Gemini Model Update (#8313) - Removed deprecated gemini-2.5-pro-exp-03-25 model - By @continue[bot]
UI/UX Enhancements
- Enter Button Fix (#8255) - Fixed clicking on enter button not working after streaming - By @uinstinct
- Autocomplete Keyboard Shortcut (#2571) - Added keyboard shortcut for toggling autocomplete in sidebar - By @minjeeki
- Punctuation Autocomplete (#2595) - Preserve punctuation in autocomplete suggestions - By @tomasz-stefaniak
- Full Screen UI Improvements (#2493) - Enhanced full screen interface experience - By @tomasz-stefaniak
Terminal & Security
- Terminal Security Check (#8226) - Fixed evaluatePolicy type definition for terminal security - By @continue[bot]
Local Takeover & Background Processing
- Local Takeover MVP (#8270) - Built MVP for local takeover functionality - By @tomasz-stefaniak
- Background/Async/Remote Mode (#8191) - Kickoff agents in /agents when using the extension - By @tomasz-stefaniak
π Documentation Updates
- Blocks Terminology (#8311) - Updated documentation to reflect new blocks terminology - By @BekahHW
- Telemetry Documentation (#8295) - Updated telemetry documentation for clarity - By @RomneyDa
- PR Linking Guidelines (#8316) - Added note about using keywords for linking PRs to issues - By @continue[bot]
- Workspace Agent Configuration (#8155) - Added documentation for workspace level agent configuration - By @letanloc1998
- FastApply Model Recommendations (#8249, #8253) - Added FastApply model to recommendations and linked to OpenRouter models - By @Olyray
π§ͺ Testing & Development
- Core Unit Test Prompt (#8317) - Fixed formatting of instructions in core unit test prompt - By @sestinj
- Oneper Utility Script (#6783) - Created utility script for development - By @Patrick-Erichsen
- Improved Telemetry (#2564) - Enhanced telemetry system for better insights - By @tomasz-stefaniak
π’ JetBrains Support
- Per-IDE Tutorial Files (#2665) - Created separate tutorial files for each JetBrains IDE - By @Patrick-Erichsen
- Contributing Documentation (#2646) - Updated JetBrains contributing docs - By @Patrick-Erichsen
- Release Notes Link (#2645) - Added release notes link to JetBrains plugin - By @Patrick-Erichsen
π₯ Contributors
Thanks to all contributors who made this release possible:
- @Patrick-Erichsen
- @RomneyDa
- @uinstinct
- @tomasz-stefaniak
- @sestinj
- @BekahHW
- @minjeeki
- @letanloc1998
- @Olyray (First contribution! π)
- @continue[bot]
π¬ Join the Conversation
MCP Configuration & Remote Development Update
Release Notes
π JSON Configuration Support for MCP Servers
feat: support standard MCP JSON formats (#7956)
Continue now supports loading MCP (Model Context Protocol) servers from JSON configuration files! This major enhancement brings:
- Support for two JSON config formats (single object and Claude-like format)
- Automatic environment variable templating for secure key storage
- Intelligent transport selection with automatic fallback mechanisms
- Simplified server configuration in
.continue/mcpServers/folder
π Remote Agent Connection Enhancement
Add --id option to connect to existing remote agents via tunnel (#7999)
- Connect to existing remote agents using an ID
- Improved remote command flow and error handling
- Enhanced CLI experience for distributed development
π CLI Telemetry Improvements
cn serve boolean (#8005)
- Added isServe flag for better CLI usage tracking
- Improved PostHog telemetry for serve commands
π Documentation & Guides
ποΈ Automated Documentation Agent Guide
Guide for Continue CLI for a Documentation writing agent (#7988)
- New comprehensive guide for automating documentation updates
- Step-by-step instructions for creating documentation agents
- Best practices for maintaining up-to-date documentation
βοΈ Settings Documentation Overhaul
docs: update settings.mdx with current features and screenshots (#8013)
- Updated screenshots reflecting new VS Code interface
- Card-based layout documentation
- Corrected configuration references
- Added notes about autocomplete model configuration
π οΈ Developer Experience
MCP Integration Enhancements
- Improved MCP cookbook documentation with PostHog and GitHub examples (link)[https://docs.continue.dev/guides/overview]
- Secure key storage best practices
- Environment variable templating support
Remote Development
- Enhanced remote agent connection capabilities
- Better error handling and user feedback
- Streamlined tunnel connection process
π§ Under the Hood
- Refactored MCP options and transport constructors
- Improved configuration loading mechanisms
- Enhanced telemetry for better product insights
- JSON and YAML configuration interoperability
π What's Next
Continue to expect improvements in:
- MCP server integration capabilities
- Remote development workflows
- Documentation automation tools
- Configuration management enhancements
π₯ Contributors
Thanks to all contributors who made this release possible, with special recognition for tier feature implementations!
For the full changelog and detailed commit history, visit our GitHub releases
JSON Configuration Support for MCP Servers
π Standard MCP JSON format support
Continue now supports loading MCP (Model Context Protocol) servers from JSON configuration files! This major enhancement brings support for two JSON config formats (single object and Claude-like format), automatic environment variable templating for secure key storage, and intelligent transport selection with automatic fallback mechanisms.
Configuration is now simplified with the .continue/mcpServers/ folder structure.
π Standard MCP JSON format support
Continue now supports loading MCP (Model Context Protocol) servers from JSON configuration files! This major enhancement brings support for two JSON config formats (single object and Claude-like format), automatic environment variable templating for secure key storage, and intelligent transport selection with automatic fallback mechanisms. #7956
Configuration is now simplified with the .continue/mcpServers/ folder structure.
π Enhanced remote agent connections
The --id option now allows connecting to existing remote agents via tunnel, with improved remote command flow and error handling for a better distributed development experience. #7999
π Documentation overhaul
Automated documentation agent guide
New comprehensive guide for automating documentation updates using Continue CLI, with step-by-step instructions for creating documentation agents and best practices for maintaining up-to-date documentation. #7988
Settings documentation update
Updated screenshots reflecting new VS Code interface, card-based layout documentation, corrected configuration references, and added notes about autocomplete model configuration. #8013
π οΈ Under the hood
- Refactored MCP options and transport constructors
- Improved configuration loading mechanisms
- Enhanced telemetry for better product insights
- JSON and YAML configuration interoperability
- Improved MCP cookbook documentation with PostHog and GitHub examples
- Secure key storage best practices
- Environment variable templating support
π₯ Contributors
Thanks to all contributors who made this release possible, with special recognition for tier feature implementations!
For the full changelog and detailed commit history, visit our GitHub releases
Continue v1.4.39: Smart Diffs & Settings Refresh
β Highlights
π¨ UI/UX Overhaul
Notch Cleanup & Settings Revamp (#7667)
- β¨ Polished interface with notch cleanup for modern displays
- π― Streamlined settings with improved navigation and organization
- π§ Better accessibility and configuration management by @Patrick-Erichsen
Git-Aware CLI (#7532, #7620)
- πΏ See your current git branch right in the CLI
- βοΈ Automatic commit signatures for better traceability by @RomneyDa
Enhanced Diagnostics (#7621)
- π Comprehensive
/infoscreen with system diagnostics - π©Ί Quick troubleshooting with detailed environment data by @RomneyDa
Smart Safety Features
- π Home Directory Warning (#7536) - Prevents accidental operations in
~/ - βΈοΈ Pause & Resume (#7501) - Take control of long-running operations
- π― Ctrl+C Behavior (#7378) - Once to clear, twice to exit
π οΈ Developer Experience
Code Intelligence
- π¨ Auto-formatting Detection (#7660) - Smart code style preservation
- π Visual Diff UI (#7367) - Beautiful find-and-replace with diff preview
- π Empty Diff Messages (#7698) - Clear feedback when no changes detected
Command Enhancements
- π
/initCommand (#7669) - Quick project initialization - π¬
--promptFlag (#7358) - Direct prompt specification - βοΈ
--configfor Remote (#7592) - Remote configuration support
π’ Enterprise Ready
Proxy & Integration Support
- π On-Prem Proxy Support (#7466) - Enterprise proxy configurations
- π OpenAI Usage Tracking (#7462) - Token usage monitoring
- π Unified Fetch Tool (#7671) - Consistent content fetching
π UI Polish
Visual Refinements
- π Thinking Tags Dimming (#7665) - Subtle processing indicators
- π¦ Compaction UI (#7695) - Smoother visual feedback
- β Press Enter to Continue (#7643) - Natural flow control
π§ Intelligence Improvements
Advanced Planning
- π― Plan Mode System Prompt (#7365) - Smarter planning capabilities
- π¦ Allow/Block Lists (#7400) - Fine-grained assistant control
- π Filepath Template Vars (#7681) - Enhanced template support by @sestinj
π§ Code Quality
- π‘ CLI Tips (#7500) - Helpful guidance for new users by @sestinj
π Thank You
Big thanks to our amazing contributors who made this release possible: @Patrick-Erichsen, @RomneyDa, @tingwai, @sestinj, and @jpoly1219
π¬ Join the conversation: Discord | GitHub Discussions
π Documentation: continue.dev/docs
β Star us on GitHub: github.com/continuedev/continue
Continue CLI Enhancements
πΌοΈ Enhanced image support in CLI
The CLI now supports pasting images directly into conversations, making it easier to share visual context without leaving your terminal. Simply paste an image and Continue will process it alongside your text input.
π¬ Improved CLI messaging experience
We've streamlined the CLI experience with automatic message title generation and a unified message format that matches other Continue extensions, providing a more consistent experience across all platforms.
- #7435 - Generate message titles automatically
- Message format now consistent with IDE extensions
β‘ Streamlined CLI interactions
Press Enter to continue - The CLI now offers a smoother flow with the ability to continue conversations by simply pressing Enter, reducing friction in longer sessions.
- #7643 - Press Enter to continue functionality (@RomneyDa)
π οΈ Improved edit tools
Edit tool descriptions have been refined for clarity, and the CLI now reads real paths for better file handling accuracy.
- #7619 - Description tweaks and real path reading (@RomneyDa)
π Shell mode for CLI
A new shell mode allows you to execute commands directly through Continue, streamlining your workflow when you need to run terminal commands as part of your development process.
- #7537 - Shell mode implementation (@RomneyDa)
π Safety improvements
Continue now warns users when running the CLI in the home directory, preventing accidental modifications to critical system files.
- #7536 - Home directory warning (@RomneyDa)
πΏ Git integration
The CLI now displays your current git branch when available, helping you stay oriented in your repository context.
- #7532 - Git branch display (@RomneyDa)
βΈοΈ Pause and resume functionality
You can now pause and resume Continue sessions, giving you more control over long-running operations or when you need to temporarily step away.
- #7501 - Pause and resume support (@sestinj)
π‘ CLI tips system
A new tips system provides helpful hints and best practices as you use the CLI, helping you discover features and improve your workflow.
- #7500 - Tips for CLI users (@sestinj)
Released September 9th 2025 β’ Contributors: @sestinj, @RomneyDa
Continue Release Notes - Summer 2025
Enhanced AI model support and error tracking
π€ GPT-5 support with search/replace
Continue now supports GPT-5 with advanced search and replace capabilities, enabling more powerful code transformations. By @Patrick-Erichsen in #7153
Model Context Protocol (MCP) improvements
π OAuth support for MCP servers
MCP servers can now authenticate using OAuth, enabling secure connections to external services. By @uinstinct in #6800
π¦ Updated MCP resource naming
Changed MCP context provider description to "MCP Resources" for better clarity. By @sestinj in #7152
Next edit and agent mode enhancements
βοΈ Chain of next edits
Added ability to chain multiple edit operations together for complex refactoring workflows. By @jpoly1219 in #6843
π Expanded next edit protocol endpoints
Added more endpoints to the next edit protocol for better integration. By @jpoly1219 in #7110
π― Enhanced prompt templates
Added more prompt templates for common development tasks. By @jpoly1219 in #7068
Documentation overhaul
π Separate, indexable FAQ section
Restructured documentation with a dedicated FAQ section for better discoverability and direct linking. Added comprehensive Ollama troubleshooting and local assistant guides. By @bdougie in #7139
π Quickstart examples
Added practical examples for agent mode, chat, autocomplete, and edit features to help users get started faster. By @BekahHW in #7184
π Model capabilities guide
New comprehensive guide covering model capabilities and tool use documentation. By @bdougie in #6901
β¨ Documentation polish
Fixed broken links, updated image paths, and added smooth scrolling for improved navigation. By @bdougie in #6877, #6878, #6879, #7028
UI and user experience improvements
π Tool status indicators
Added visual indicators showing when tools are running with search and replace operations. By @RomneyDa in #7112
π±οΈ Middle-click tab closing
Tabs can now be closed using middle mouse button for faster navigation. By @ferenci84 in #6855
π¨ Staging mode visual feedback
Shows a yellow border when staging mode is active for clearer visual state indication. By @uinstinct in #6819
π« Text selection improvements
Prevented accidental text selection when double-clicking tool policy buttons. By @uinstinct in #7094
Enterprise and organizational features
π’ Organizational policy support
Continue now respects organizational policies for enterprise deployments. By @RomneyDa in #7087
π Enterprise license key action
Added "Enter Enterprise License Key" action for enterprise activation. By @exigow in #7159
Continuous AI workflow automation
π€ Continuous AI review bot
Implemented automated code review using AI for pull requests. By @tomasz-stefaniak in #7099, #7106
π·οΈ Automated PR labeling
GitHub workflow now automatically labels merged pull requests for better organization. By @bdougie in #6833
π¬ Duplicate issue management
Added automated commenting on duplicate issues to reduce noise. By @bdougie in #7066
Bug fixes and improvements
π Terminal workspace fix
Fixed terminal usage when no workspace is open. By @chezsmithy in #6846
π¨ CSS file indexing
Resolved issue where CSS files weren't being properly indexed. By @su0as in #7375
π§ VS Code apply error
Fixed error when applying code changes in VS Code. By @QianKuang8 in #7168
π― Reranker score handling
Fixed edge case when reranker returns invalid score arrays. By @uinstinct in #6777
π Dark theme fallback
Unsupported themes now properly fall back to dark-plus theme. By @jpoly1219 in #7187
π Anthropic token limit
Increased default max_tokens for Anthropic API to 32k for better completions. By @sestinj in #6722
New contributors
Welcome to @44cort44, @QianKuang8, and all first-time contributors who helped make Continue better!
Enhanced MCP support and streamlined editing
βοΈ Edit mode streamlined
Edit is no longer a separate selectable mode. Instead, the editing experience has been simplified into a single, streamlined edit state, making the UI more intuitive and reducing complexity.
π οΈ Enhanced Model Context Protocol (MCP) support
We added support for two new Model Context Protocol (MCP) transports: SSE and Streamable HTTP, so that you can remotely host your MCP servers.
We also introduced support for resource templates.
βΉοΈ Apply streaming now cancelable
You can now cancel the "Apply" streaming process at any time using the UI or keyboard shortcuts. This gives you more control over long-running or unwanted changes.
π€ Agent mode with Devstral
Continue now supports tool calling with a wider range of models, including Devstral.
Faster agent mode and autocomplete
β‘οΈ Faster agent mode
By avoiding full-file rewrites and using AST-based methods for deterministically applying code, agent mode can quickly make targeted edits to multiple-hundred-line files. See an example here
π¨ mercury-coder-small
Released by Inception Labs, mercury-coder-small is a diffusion-based language model trained for nearly instant autocomplete suggestions. It is now available and ready for use in Continue
This release also includes many UI improvements to Edit mode and tool outputs
Automatic rule creation and fast apply
π Automatic rule creation
Continue can now write rules for you! Just ask while in agent mode and it will automatically generate the file in ~/.continue/rules
β‘οΈ Fast apply
Continue now supports fast apply via various models on the hub, including Relace Instant Apply and Morph v0.
The "notch", LLM logs, and improved tools
βοΈ The "notch"
The "notch" is an easy-access control panel for your custom assistant, right above the chat input box. Toggle rules, bookmark prompts, allow tools, and manage your blocks without leaving the current session.
π LLM logs
Thanks to a great community contribution, Continue comes with a purpose-built UI for viewing the exact prompt and completion from your LLM, along with other important request metadata. Turn it on in VS Code settings -> Continue: Enable Console
π οΈ Improved tools
With a faster edit tool, ripgrep for search, and a new glob-based file search, agent mode will be able to navigate and modify your codebase much more efficiently
Agent mode, tabs, and local assistants
β¨ Introducing agent mode
What used to be called "tool use" was promoted to the more prominent "agent mode" and given a lot more polish. When in agent mode, Continue can autonomously read and write files, run terminal commands, search the codebase or internet, and more.
π Tabs
For those that enjoy many open browser tabs, this is for you. When tabs are enabled, starting a new chat will create a new tab, making it easier to access the previous.
π» Local assistants
To speed up the feedback loop when building custom assistants, you can now define them locally in your workspace or the global ~/.continue folder. Read more in the docs.
Continue 1.0
Continue 1.0 introduces the ability to create multiple custom assistants using the ecosystem of models, rules, MCP servers, and more from hub.continue.dev. Read more about the launch here

