Releases: continuedev/continue
v2.1.0-vscode
chore: vscode 2.1.0 Co-authored-by: Cursor <cursoragent@cursor.com>
v2.0.0-vscode
chore: vscode 2.0.0 Co-authored-by: Cursor <cursoragent@cursor.com>
v1.3.40-vscode
Pre-release of the Continue VS Code extension (final-release cleanup).
v1.2.24-vscode
Stable release of the Continue VS Code extension (final release): removes the CLI-install banner and Generate Rule feature, switches onboarding and the new-config template to explicit model definitions (no Hub slugs), and updates the deprecation banner export link. Re-cut of v1.2.23 which only partially published due to a transient Marketplace API timeout.
v1.2.23-vscode
Stable release of the Continue VS Code extension (final release): removes the CLI-install banner and Generate Rule feature, switches onboarding and the new-config template to explicit model definitions (no Hub slugs), and updates the deprecation banner export link.
v1.3.38-vscode
What's Changed
- fix: ensure config.yaml exists and is populated when accessed by @RomneyDa in #11915
- chore: jb-67-vs-38 by @RomneyDa in #11916
- chore(deps-dev): bump happy-dom from 20.0.2 to 20.8.9 in /extensions/cli by @dependabot[bot] in #11910
- chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /core by @dependabot[bot] in #11911
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/llm-info by @dependabot[bot] in #11912
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/config-yaml by @dependabot[bot] in #11913
- chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /core by @dependabot[bot] in #11931
- chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /binary by @dependabot[bot] in #11930
- feat: filter session history by workspace directory by @mvanhorn in #11813
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/fetch by @dependabot[bot] in #11936
- chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /packages/continue-sdk by @dependabot[bot] in #11937
- feat: add .continue/configs support by @RomneyDa in #11935
Full Changelog: v1.3.37-vscode...v1.3.38-vscode
v1.2.22-vscode
What's Changed
- fix: ensure config.yaml exists and is populated when accessed by @RomneyDa in #11915
- chore: jb-67-vs-38 by @RomneyDa in #11916
- chore(deps-dev): bump happy-dom from 20.0.2 to 20.8.9 in /extensions/cli by @dependabot[bot] in #11910
- chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /core by @dependabot[bot] in #11911
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/llm-info by @dependabot[bot] in #11912
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/config-yaml by @dependabot[bot] in #11913
- chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /core by @dependabot[bot] in #11931
- chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /binary by @dependabot[bot] in #11930
- feat: filter session history by workspace directory by @mvanhorn in #11813
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/fetch by @dependabot[bot] in #11936
- chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /packages/continue-sdk by @dependabot[bot] in #11937
- feat: add .continue/configs support by @RomneyDa in #11935
Full Changelog: v1.2.21-vscode...v1.2.22-vscode
v1.0.67-jetbrains
What's Changed
- fix: redirect Winston logger to stderr to prevent IPC stream corruption + fix binary tests by @RomneyDa in #11914
- fix: ensure config.yaml exists and is populated when accessed by @RomneyDa in #11915
- chore: jb-67-vs-38 by @RomneyDa in #11916
- chore(deps-dev): bump happy-dom from 20.0.2 to 20.8.9 in /extensions/cli by @dependabot[bot] in #11910
- chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /core by @dependabot[bot] in #11911
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/llm-info by @dependabot[bot] in #11912
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/config-yaml by @dependabot[bot] in #11913
- chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /core by @dependabot[bot] in #11931
- chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /binary by @dependabot[bot] in #11930
- feat: filter session history by workspace directory by @mvanhorn in #11813
- chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/fetch by @dependabot[bot] in #11936
- chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /packages/continue-sdk by @dependabot[bot] in #11937
- feat: add .continue/configs support by @RomneyDa in #11935
Full Changelog: v1.0.66-jetbrains...v1.0.67-jetbrains
v1.3.37-vscode
What's Changed
- chore: jb-66-vs-37 by @RomneyDa in #11909
- fix: remove Ollama template-based tool support gate by @RomneyDa in #11905
Full Changelog: v1.3.36-vscode...v1.3.37-vscode
v1.3.36-vscode
What's Changed
- fix: add ModelDescription type to binary test callbacks by @RomneyDa in #11888
- Fix StringIndexOutOfBoundsException in readRangeInFile by @ivanlen in #11881
- fix: resolve critical and high security vulnerabilities by @RomneyDa in #11848
- chore: jetbrains 65, vs code 36 by @RomneyDa in #11892
- fix(openai-adapter): map max_tokens to max_completion_tokens for DeepSeek reasoner by @RomneyDa in #11889
- fix: harden JetBrains remote config sync to prevent IDE freezes by @RomneyDa in #11891
- vscode 1.3.36 by @RomneyDa in #11898
- fix: update JetBrains binary test expected files by @RomneyDa in #11890
- fix: resolve crashes in DiffStreamHandler — unsafe cast and negative line numbers by @RomneyDa in #11893
- fix: add guard for disposed JCEF browser in sendToWebview by @RomneyDa in #11897
- chore(deps): bump brace-expansion from 5.0.4 to 5.0.5 in /packages/continue-sdk by @dependabot[bot] in #11903
- fix: sync message type pass-through lists between core and JetBrains by @RomneyDa in #11902
- fix: resolve SideEffectNotAllowedException in intention previews by @RomneyDa in #11894
- fix: prevent responseListeners memory leak in CoreMessenger by @RomneyDa in #11901
- fix: chunk large JCEF messages to prevent JetBrains sidebar freezes by @RomneyDa in #11899
- fix(intellij): handle square brackets in file paths for autocomplete by @Tarasusrus in #11474
- feat: add ClawRouter as a provider for cost-optimized model routing by @1bcMax in #11751
New Contributors
- @1bcMax made their first contribution in #11751
- @ivanlen made their first contribution in #11881
- @Tarasusrus made their first contribution in #11474
Full Changelog: v1.3.35-vscode...v1.3.36-vscode