Change8

v1.0.60-jetbrains

Continue
7 features16 fixes5 improvementschatjetbrainsmodelsvscode

Summary

This release introduces significant new capabilities, including support for the OpenRouter provider and Nous Research Hermes models, alongside the ability to override tool prompts via configuration. Several critical bugs were resolved, particularly around WSL compatibility, OpenAI API calls, and configuration loading stability. Additionally, the AI agent code checking feature has been refined and renamed to `cn review`.

New Features

  • Indicated excluded tools in the Model Context Protocol (MCP) server using a tools badge.
  • Introduced support for OpenRouter Provider with dynamic model loading.
  • Added support for Nous Research Hermes models as a provider.
  • Enabled tool prompt override support via the .continuerc.json configuration file.
  • Added a message counter display on the history page.
  • Created invokable markdown prompts instead of requiring separate .prompt files.
  • Registered the AI agent code check functionality as a new CLI subcommand, later renamed to `cn review`.

Bug Fixes

  • Fixed flaky hub loader tests in the CLI.
  • Fixed local setup screen input text appearing black on dark backgrounds.
  • Fixed passing the GITHUB_TOKEN to VS Code end-to-end tests for ripgrep download.
  • Fixed stream errors by using the underlying provider name.
  • Fixed WSL compatibility issues by passing pre-read content to the RegistryClient.
  • Fixed shell PATH resolution by correctly detecting the WSL remote environment.
  • Fixed a file descriptor leak related to resource monitoring (lsof).
  • Fixed silent failures for `cn check` workers (now `cn review`).
  • Fixed OpenAI Responses API parallel tool calls losing call_ids.
  • Fixed OpenAI timeout settings not being applied correctly.
  • Fixed configuration loading not crashing when one block fails.
  • Fixed showing errors for blank inputs when using hub blocks in local configuration.
  • Fixed retrieving the reasoning toggle state from local storage.
  • Fixed adding the reasoning content field support in the chat body.
  • Fixed better error messages for invalid rule files.
  • Fixed preventing non-whitespace characters from being sent from input fields.

Improvements

  • Renamed the `cn check` CLI subcommand to `cn review` along with associated UX improvements.
  • Updated documentation links to point to changelog.continue.dev.
  • Fixed defunct hub.continue.dev URLs across the application.
  • Updated the base URL from hub.continue.dev to continue.dev.
  • Improved error messages for default configuration issues.

Continue Documentation