v1.3.31-vscode
ContinueSummary
This release introduces significant new capabilities, including support for the OpenRouter provider and Nous Research Hermes models, alongside the ability to override tool prompts in configuration. Several critical bugs were resolved, particularly around WSL compatibility, configuration loading robustness, and fixing issues with OpenAI parallel tool calls. Additionally, the `cn check` CLI tool has been renamed to `cn review` with associated UX enhancements.
New Features
- Indicated excluded tools in the Model Context Protocol (MCP) server tools badge.
- Added support for OpenRouter Provider with dynamic model loading.
- Added support for Nous Research Hermes models as a provider.
- Enabled tool prompt override support in .continuerc.json configuration.
- Introduced the ability to create invokable markdown prompts instead of relying on .prompt files.
- Added a message counter display in the history page.
- Registered `cn check` as a 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 GITHUB_TOKEN to VS Code end-to-end tests for ripgrep download.
- Fixed stream errors by using the underlying provider name.
- Fixed passing pre-read content to RegistryClient for better WSL compatibility.
- Fixed shell PATH resolution by correctly detecting WSL remote environments.
- Fixed an lsof file descriptor leak related to resource monitoring.
- Fixed OpenAI Responses API parallel tool calls losing call_ids.
- Fixed OpenAI timeout settings not being applied correctly.
- Fixed configuration loading not crashing when a single block fails.
- Fixed showing errors for blank inputs when using hub blocks in local configuration.
- Fixed OpenAI tool calls losing call_ids during parallel execution.
- Fixed reasoning toggle not being retrieved correctly from local storage.
- Fixed issues where `cn check` workers were failing silently (now renamed to `cn review`).
- Fixed preventing non-whitespace characters from being sent from the input field.
- Fixed configuration loading to not crash due to one block failure.
- Fixed improving error messages for invalid rule files.
Improvements
- Renamed the `cn check` CLI subcommand to `cn review` with associated UX improvements.
- Updated domain from hub.continue.dev to continue.dev across the application.
- Fixed defunct hub.continue.dev URLs.
- Added support for including reasoning content field in the chat body.
- Updated VS Code and JetBrains compatibility versions.