Change8

v1.2.15-vscode

Continue
6 features14 fixes11 improvementsautocompletechatcontextjetbrainsmodelsvscode

Summary

This release introduces major new capabilities, including support for subagents and agent skills, enhancing automation possibilities. Several critical bugs were fixed, such as issues with tool call parsing, conversation compaction, and WSL connectivity for Windows hosts. Additionally, the /info command now provides usage statistics, and new OVHcloud models have been added.

New Features

  • Introduced support for subagents.
  • Enabled agent skills functionality.
  • Added a button to remove rules.
  • Introduced resubmission logic for overloaded errors.
  • Enabled CLI support for the Ask Sage provider.
  • Enabled CLI to detect WSL and spawn the appropriate shell.

Bug Fixes

  • Fixed filtering logic to exclude .md files when loading agent configurations.
  • Simplified configuration error messages.
  • Fixed issue where duplicate tool messages were being added.
  • Prevented waiting for the session to load from history.
  • Fixed display issue where the full right side gradient border was shown incorrectly.
  • Resolved documentation tab navigation issues.
  • Fixed command syntax in the contributing file.
  • Fixed autocompaction failures that occurred when the context length was exceeded.
  • Fixed tool call parsing to correctly support object-type arguments.
  • Set the isComplete metadata correctly when agents finish execution.
  • Set isComplete=true after an agent turn ends without tool calls.
  • Fixed command wrapping issue for MCP servers when a Windows host connects to WSL.
  • Fixed flaky hub loader tests in the CLI.
  • Fixed local setup screen where input text was black on a dark background.

Improvements

  • Updated the /info command description to include usage statistics.
  • Allowed MCP/Bash tools by default in headless mode.
  • Fixed execution of ide.runCommand when a Windows host connects to WSL.
  • Compact conversation history to handle dangling tool calls.
  • Added documentation for running agents locally.
  • Updated documentation index page with new inbox card and copy changes.
  • Updated documentation to include IDE Extensions tab with Customize and Reference sections (though this was later reverted/reverted).
  • Added extension features and customization links to the docs index.
  • Added detailed logging for metadata endpoint requests.
  • Published the cn-staging blueprint on stable release.
  • Updated required VS Code and JetBrains versions (vscode 30, jetbrains 59).

Related Documentation

Continue Documentation