Skip to content

Release history

continue releases

⏩ Source-controlled AI checks, enforceable in CI. Powered by the open-source Continue CLI

All releases

33 shown

v1.2.22-vscode Mixed
Notable features
  • .continue/configs directory support
  • Session history filtering by workspace directory
Full changelog

What's Changed

  • fix: ensure config.yaml exists and is populated when accessed by @RomneyDa in https://github.com/continuedev/continue/pull/11915
  • chore: jb-67-vs-38 by @RomneyDa in https://github.com/continuedev/continue/pull/11916
  • chore(deps-dev): bump happy-dom from 20.0.2 to 20.8.9 in /extensions/cli by @dependabot[bot] in https://github.com/continuedev/continue/pull/11910
  • chore(deps): bump handlebars from 4.7.8 to 4.7.9 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/11911
  • chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/llm-info by @dependabot[bot] in https://github.com/continuedev/continue/pull/11912
  • chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/config-yaml by @dependabot[bot] in https://github.com/continuedev/continue/pull/11913
  • chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/11931
  • chore(deps-dev): bump brace-expansion from 1.1.12 to 1.1.13 in /binary by @dependabot[bot] in https://github.com/continuedev/continue/pull/11930
  • feat: filter session history by workspace directory by @mvanhorn in https://github.com/continuedev/continue/pull/11813
  • chore(deps-dev): bump handlebars from 4.7.8 to 4.7.9 in /packages/fetch by @dependabot[bot] in https://github.com/continuedev/continue/pull/11936
  • chore(deps): bump path-to-regexp from 0.1.12 to 0.1.13 in /packages/continue-sdk by @dependabot[bot] in https://github.com/continuedev/continue/pull/11937
  • feat: add .continue/configs support by @RomneyDa in https://github.com/continuedev/continue/pull/11935

Full Changelog: https://github.com/continuedev/continue/compare/v1.2.21-vscode...v1.2.22-vscode

v1.2.21-vscode Bug fix

## What's Changed * chore: jb-66-vs-37 * fix: remove Ollama template-based tool support gate

v1.2.20-vscode Security relevant
Security fixes
  • Resolved critical and high severity security vulnerabilities
v1.2.19-vscode New feature
Notable features
  • useResponsesApi option to control Responses API usage
  • Support for Moonshot Kimi models with reasoning support
v1.2.18-vscode Mixed
⚠ Upgrade required
  • Node.js LTS minimum version updated to v20.20.1
  • Default model changes: Claude updated to 4.6; Gemini 2.0 Flash removed from defaults and now supported via AI SDK
Security fixes
  • Harden system message tools and wire toolOverrides to system message path
  • dep: undici security upgrade from 7.18.2 to 7.24.0
  • dep: @openapitools/openapi-generator-cli security upgrade from 2.30.0 to 2.31.0
Notable features
  • Add Tensorix and MiniMax as new LLM providers
  • CLI: invokable skills and import any skill
  • Support Bedrock API key authentication
Full changelog

What's Changed

  • fix: harden system message tools and wire toolOverrides to system message path by @shanevcantwell in https://github.com/continuedev/continue/pull/10485
  • [Snyk] Security upgrade undici from 7.18.2 to 7.24.0 by @sestinj in https://github.com/continuedev/continue/pull/11379
  • fix: terminal links open wrong URL for addresses with ports by @shanevcantwell in https://github.com/continuedev/continue/pull/11369
  • refactor: unify AbortError detection with isAbortError utility by @amabito in https://github.com/continuedev/continue/pull/10551
  • fix: remove hardcoded Unix $ prompt prefix from terminal UI by @shanevcantwell in https://github.com/continuedev/continue/pull/11429
  • chore(deps): bump socket.io-parser from 4.2.4 to 4.2.6 in /gui by @dependabot[bot] in https://github.com/continuedev/continue/pull/11603
  • chore(deps): bump JetBrains/qodana-action from 2025.3.1 to 2025.3.2 by @dependabot[bot] in https://github.com/continuedev/continue/pull/11496
  • docs: improve SSL certificate troubleshooting guidance by @fahe1em1 in https://github.com/continuedev/continue/pull/11354
  • chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 by @dependabot[bot] in https://github.com/continuedev/continue/pull/11638
  • docs(cli): cover AskQuestion tool behavior and TUI interaction by @siewcapital in https://github.com/continuedev/continue/pull/11162
  • chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in /extensions/cli by @dependabot[bot] in https://github.com/continuedev/continue/pull/11640
  • chore(deps): bump undici from 6.23.0 to 6.24.0 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/11401
  • docs: document all CLI slash commands in TUI mode by @fahe1em1 in https://github.com/continuedev/continue/pull/11352
  • feat: add Tensorix as an LLM provider by @shanemort1982 in https://github.com/continuedev/continue/pull/11184
  • chore(deps): bump socket.io-parser from 4.2.4 to 4.2.6 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/11643
  • fix(cli): load rules into system message by @uinstinct in https://github.com/continuedev/continue/pull/10408
  • fix: strengthen default Apply prompt for local models by @shanevcantwell in https://github.com/continuedev/continue/pull/10486
  • Fix stale Models docs links in config panel by @siewcapital in https://github.com/continuedev/continue/pull/11136
  • fix: skip remote URIs when resolving MCP server cwd by @shanevcantwell in https://github.com/continuedev/continue/pull/10844
  • chore(deps): bump flatted from 3.3.2 to 3.4.2 in /core by @dependabot[bot] in https://github.com/continuedev/continue/pull/11668
  • fix: include reasoning_content field for DeepSeek Reasoner models by @mvanhorn in https://github.com/continuedev/continue/pull/11290
  • [Snyk] Security upgrade @openapitools/openapi-generator-cli from 2.30.0 to 2.31.0 by @sestinj in https://github.com/continuedev/continue/pull/11764
  • fix: add default timeout for terminal command tool execution by @amabito in https://github.com/continuedev/continue/pull/10550
  • chore(deps): bump gradle/actions from 5 to 6 by @dependabot[bot] in https://github.com/continuedev/continue/pull/11760
  • feat(cli): discover .continue/checks/ in cn review by @mvanhorn in https://github.com/continuedev/continue/pull/11697
  • chore(deps-dev): bump flatted from 3.3.3 to 3.4.2 in /gui by @dependabot[bot] in https://github.com/continuedev/continue/pull/11769
  • fix(registryClient): fix wrong location for the cli config file by @yumosx in https://github.com/continuedev/continue/pull/10812
  • Update Node.js LTS to v20.20.1 by @PeterDaveHello in https://github.com/continuedev/continue/pull/11506
  • Fix system-message tools parser when tool call is non-terminal by @MumuTW in https://github.com/continuedev/continue/pull/11092
  • Improve error handling UX and move stream retry to BaseLLM by @RomneyDa in https://github.com/continuedev/continue/pull/11773
  • fix(ollama): check model template for tool support via /api/show by @RomneyDa in https://github.com/continuedev/continue/pull/11670
  • fix: "No chat model selected" error on startup by @RomneyDa in https://github.com/continuedev/continue/pull/11672
  • feat: add MiniMax as a new LLM provider with M2.7 default by @octo-patch in https://github.com/continuedev/continue/pull/11367
  • fix: preserve indentation when applying code edits to Python files by @mvanhorn in https://github.com/continuedev/continue/pull/11289
  • fix: use config.yaml name for default Local Config profile by @MumuTW in https://github.com/continuedev/continue/pull/11110
  • feat(cli): invokable skills and import any skill by @uinstinct in https://github.com/continuedev/continue/pull/11113
  • fix: Ollama MCP tool calling for Mistral and Gemma3 models by @joaquinhuigomez in https://github.com/continuedev/continue/pull/11523
  • feat(autocomplete): Add Qwen multi-file FIM template for repository-level autocompletion by @hiepau1231 in https://github.com/continuedev/continue/pull/10612
  • feat(cli): export and import sessions by @uinstinct in https://github.com/continuedev/continue/pull/11075
  • Remove Gemini 2.0 Flash from defaults and update Claude defaults to 4.6 by @RomneyDa in https://github.com/continuedev/continue/pull/11782
  • feat: support gemini through ai sdk by @uinstinct in https://github.com/continuedev/continue/pull/10671
  • Sending x-api-key instead of api-key as header for azure hosted anthropic service by @sresam89 in https://github.com/continuedev/continue/pull/11517
  • fix(openai): fix Responses API 400 errors for reasoning, tool calls, and ID handling by @RomneyDa in https://github.com/continuedev/continue/pull/11785
  • jetbrains 63, vscode 34 by @RomneyDa in https://github.com/continuedev/continue/pull/11790
  • fix(gemini): update model catalog for retired/new Gemini models by @RomneyDa in https://github.com/continuedev/continue/pull/11793
  • fix: expand tool support to reduce 'Invalid tool name' errors by @RomneyDa in https://github.com/continuedev/continue/pull/11792
  • fix: handle thinking/assistant messages at end of chat history by @RomneyDa in https://github.com/continuedev/continue/pull/11791
  • fix: guard against non-string NO_PROXY env value by @RomneyDa in https://github.com/continuedev/continue/pull/11797
  • feat(bedrock): support Bedrock API key authentication by @RomneyDa in https://github.com/continuedev/continue/pull/11798
  • fix: restrict terminal childProcess.spawn to local-only environments by @shanevcantwell in https://github.com/continuedev/continue/pull/10538

New Contributors

  • @amabito made their first contribution in https://github.com/continuedev/continue/pull/10551
  • @fahe1em1 made their first contribution in https://github.com/continuedev/continue/pull/11354
  • @siewcapital made their first contribution in https://github.com/continuedev/continue/pull/11162
  • @shanemort1982 made their first contribution in https://github.com/continuedev/continue/pull/11184
  • @octo-patch made their first contribution in https://github.com/continuedev/continue/pull/11367
  • @joaquinhuigomez made their first contribution in https://github.com/continuedev/continue/pull/11523
  • @hiepau1231 made their first contribution in https://github.com/continuedev/continue/pull/10612
  • @sresam89 made their first contribution in https://github.com/continuedev/continue/pull/11517

Full Changelog: https://github.com/continuedev/continue/compare/v1.2.17-vscode...v1.2.18-vscode

v1.2.17-vscode Breaking risk
Breaking changes
  • .continue/agents configuration directory moved to .continue/checks
Security fixes
  • CWE-22 security fix in createNewFile tool
  • High severity minimatch vulnerability resolved
Notable features
  • Turn-level prompt caching with PostHog metrics
  • Hooks system for CLI event interception
  • 5 pre-built agent checks from codebase analysis
v1.2.16-vscode Security relevant
Security fixes
  • Fixed vulnerabilities in axios and openapi-generator-cli dependencies
Notable features
  • Limited MCP App support
  • Agent mode support for LM Studio models
v1.2.15-vscode New feature
Notable features
  • Subagents support
  • Agent skills support
  • MCP and Bash tools enabled by default in headless mode
@continuedev/[email protected] New feature
Notable features
  • OpenRouter Provider Support with Dynamic Model Loading
  • Nous Research Hermes models available as provider
  • CLI: SSL verification option for client transports
Full changelog

1.42.0 (2026-02-03)

Bug Fixes

  • add reasoning content field support in chat body (ac93dd9)
  • add reasoning content field support in chat body (#10027) (6c56210)
  • cli: add SSL verification option for client transports (#9551) (0b6937a)
  • retrieve reasoning toggle from local storage (#9688) (2c1a856)
  • show error for blank inputs when using hub blocks in local config (20a069e)

Features

  • add Nous Research Hermes models as provider (1ba9a66)
  • Add OpenRouter Provider Support with Dynamic Model Loading (#8738) (9ac154d)
v1.5.43 Maintenance

Direct stable release from main branch. Version 1.5.43 built and published directly from the latest main branch.

v1.5.42 Maintenance

Direct stable release from main branch. Version 1.5.42 built and published directly from the latest main branch.

v1.5.41 Maintenance

Direct stable release from main branch. Version 1.5.41 built and published directly from the latest main branch.

v1.5.40 Maintenance

Direct stable release from main branch. Version 1.5.40 built and published directly from the latest main branch.

v1.5.39 Maintenance

Direct stable release from main branch. Version 1.5.39 built and published directly from the latest main branch.

@continuedev/[email protected] Mixed
Notable features
  • CLI detects WSL and spawns appropriate shell
Full changelog

1.9.0 (2026-01-26)

Bug Fixes

  • Replace console.debug with logger in exit tool (b65f440)
  • Set isComplete metadata when agents finish execution (65a1e15)
  • support object-type arguments in tool call parsing (82f6f69)
  • upgrade @huggingface/jinja from 0.1.3 to 0.5.3 (e5afc41)
  • upgrade @tiptap/extension-paragraph from 2.26.1 to 2.27.1 (43a759d)

Features

  • cli: detect wsl and spawn appropriate shell (a9ae420)
v1.5.38 Maintenance

Direct stable release from main branch. Version 1.5.38 built and published directly from the latest main branch.

v1.5.37 Maintenance

Direct stable release from main branch. Version 1.5.37 built and published directly from the latest main branch.

v1.5.36 Maintenance

Direct stable release from main branch. Version 1.5.36 built and published directly from the latest main branch.

v1.5.35 Maintenance

Direct stable release from main branch. Version 1.5.35 built and published directly from the latest main branch.

v1.5.34 Maintenance

Direct stable release from main branch. Version 1.5.34 built and published directly from the latest main branch.

v1.5.33 Maintenance

Direct stable release from main branch. Version 1.5.33 built and published directly from the latest main branch.

@continuedev/[email protected] Mixed
Notable features
  • Subagents support
Full changelog

1.39.0 (2026-01-15)

Bug Fixes

  • add GH_TOKEN to continue-agents workflow (dd93919), closes #9493
  • break circular dependency by extracting tool names (6a5f80b)
  • cli: compaction for missing tool results (0792b94)
  • context length error detection (1bfb72e)
  • correct built-in tool names list (26bef77)
  • correct import order in ToolPermissionService (2003128)
  • decode URI-encoded pathname for WSL workspace paths (074a6c7)
  • merge yaml.schemas settings (a0729bd), closes #7080
  • properly resolve WSL2 workspace paths in runTerminalCommand (eab2ac1)
  • resolve circular dependency in subagent executor (87fd9b6)
  • resolve circular dependency in subagent tool (1c448c4)
  • upgrade @sentry/profiling-node from 9.46.0 to 9.47.1 (9448930)
  • upgrade lru-cache from 11.0.2 to 11.2.4 (269be8b)
  • upgrade monaco-editor from 0.45.0 to 0.55.1 (cc1c70d)
  • use try/finally for env cleanup in test (27adb1d)
  • wrap fileURLToPath in try-catch for WSL2 compatibility (788e253), closes #8091

Features

v1.2.14-vscode New feature
Notable features
  • Comprehensive agent documentation
  • Mission Control integration and updates
  • Thinking block design improvements
v1.5.32 Maintenance

Direct stable release from main branch. Version 1.5.32 built and published directly from the latest main branch.

v1.5.31 Maintenance

Direct stable release from main branch. Version 1.5.31 built and published directly from the latest main branch.

@continuedev/[email protected] New feature
Notable features
  • Reusable Continue Agents workflow
  • Azure-hosted Anthropic endpoints support
  • Model capability detection expansion (Llama, Nemotron, Mistral)
v1.5.30 Maintenance

Direct stable release from main branch. Version 1.5.30 built and published directly from the latest main branch.

Beta — feedback welcome: [email protected]