Change8

v1.3.30-vscode

Continue
7 features11 fixes12 improvementsautocompletechatcontextjetbrainsmodelsvscode

Summary

This release introduces significant new capabilities, including support for subagents and agent skills, enhancing automation workflows. Several critical bugs related to tool message duplication, session loading, and WSL connectivity have been resolved. Additionally, the /info command now provides usage statistics, and new OVHcloud models are now supported.

New Features

  • Introduced support for subagents.
  • Enabled agent skills functionality.
  • Added the ability to resubmit overloaded errors.
  • Introduced a 'remove rule' button.
  • Added support for Ask Sage provider in the Continue CLI.
  • Enabled CLI to detect WSL and spawn the appropriate shell.
  • Added new OVHcloud models support.

Bug Fixes

  • Fixed duplicate tool messages being added to the conversation.
  • Fixed an issue preventing waiting for the session to load from history.
  • Fixed display issue showing the full right side gradient border.
  • Resolved documentation tab navigation issues.
  • Fixed command execution when a Windows host connects to WSL by using ide.runCommand.
  • Fixed conversation compaction issues caused by dangling tool calls.
  • Fixed autocompaction failures that occurred from exceeding context length.
  • Fixed tool call parsing to correctly support object-type arguments.
  • Fixed metadata setting to ensure isComplete is set when agents finish execution.
  • Fixed metadata setting to ensure isComplete=true after an agent turn ends without tool calls.
  • Fixed skipping cmd.exe wrapping for MCP servers when a Windows host connects to WSL.

Improvements

  • Updated the /info command description to include usage statistics.
  • Refactored the info command into separate functions and added usage statistics tracking.
  • Simplified configuration error messages.
  • Updated documentation index page with new inbox card and copy changes.
  • Fixed title case inconsistencies in documentation headers.
  • Added documentation for running agents locally.
  • Allowed MCP/Bash tools by default in headless mode.
  • Added extension features and customization links to the documentation index.
  • Fixed configuration file command in the contributing file.
  • Added detailed logging for metadata endpoint requests.
  • Published the cn-staging blueprint on stable release.
  • Updated VS Code extension version to 30 and JetBrains extension version to 59.

Continue Documentation