Change8

v1.3.29-vscode

Continue
7 features22 fixes11 improvementsautocompletecontextjetbrainsmodelsvscode

Summary

This release introduces significant new capabilities, including Git AI integration via the CLI and a new staging blueprint for isolated testing. Key fixes address security regexps, CLI stability, and improved handling of context lengths and tool results. The update also adds support for the Xiaomi MiMo-V2-Flash model and enhances documentation across several areas.

New Features

  • Enabled Continue CLI Git AI integration for tracking AI-authored code.
  • Added a staging blueprint (cn-staging) for isolated testing environments.
  • Added a reusable Continue Agents workflow.
  • Enabled users to select images using Cmd+A shortcut.
  • Added support for the Xiaomi MiMo provider, specifically the MiMo-V2-Flash model.
  • Added new supported models for Ask Sage.
  • Updated Ask Sage models to support tool calling.

Bug Fixes

  • Fixed overzealous security regular expressions that were incorrectly flagging 'token' and 'credential' strings.
  • Fixed issue where the system would fallback to a relative path when it shouldn't have for non-markdown files.
  • Fixed crash/error handling by ensuring unhandled errors cause the process to exit with a non-zero code.
  • Fixed corruption of the npm cache within the base blueprint.
  • Fixed typo in context providers recommendation text.
  • Fixed scope switching to correctly reflect changes without requiring a reload.
  • Fixed an issue where hub errors were not being re-thrown for non-markdown hub slugs.
  • Fixed CLI behavior to restart the CLI after a manual update.
  • Fixed clarity issues related to parallel editing operations.
  • Fixed the introductory message in the UI by changing 'Agent:' to 'Config:'.
  • Fixed safe string handling in the continue-agents workflow by using environment variables.
  • Fixed safe string handling in the Write job summary step by using environment variables.
  • Fixed CLI context length handling and terminal output truncation.
  • Fixed the lsTool command from incorrectly listing the filesystem root instead of the current folder.
  • Fixed an issue where new rules were not immediately visible until a refresh.
  • Fixed an issue where block secrets were not being rendered correctly by using a proxy for unrendered injected secrets.
  • Fixed an issue where the GH_TOKEN was missing in the continue-agents workflow.
  • Fixed context length error detection logic.
  • Fixed CLI compaction when tool results were missing.
  • Fixed handling of non-file URI schemes within the runTerminalCommand function, specifically for WSL2 environments.
  • Fixed merging logic for yaml.schemas settings.
  • Filtered out .md files when loading agent configurations.

Improvements

  • Moved the updated telemetry page to its correct location.
  • Added a tip callout in documentation regarding agent model selection.
  • Simplified integration documentation.
  • Refactored metadata updates to accurately track completion state and changes.
  • Improved documentation regarding Cloud Agents.
  • Updated documentation banner to feature the Agents page.
  • Performed various dependency upgrades (e.g., mocha, express, systeminformation, preact, @modelcontextprotocol/sdk, react-router, monaco-editor, etc.).
  • Updated documentation to include reference links for integrations.
  • Added the changelog documentation.
  • Updated documentation copy for Slack compliance.
  • Resolved issue where the tidy-up-codebase.yml workflow was running on forks.

Related Documentation

Continue Documentation

Continue v1.3.29-vscode - What's New - Change8