Skip to content

Releases: continuedev/continue

CLI Beta Release v1.5.1-beta.20251016

16 Oct 09:06
579bcbf

Choose a tag to compare

Pre-release

Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.

@continuedev/[email protected]

16 Oct 07:37
579bcbf

Choose a tag to compare

1.29.0 (2025-10-16)

Bug Fixes

  • cn remote command (2854b13)
  • cubic comments and injected block inputs unrolling (cdf770a)
  • load default model if no models, only option in headless (760d370)
  • remove blocks from chat title generation (535c9bf), closes #5689
  • replace inputs with secrets (4f5449a)
  • revert inputs to secrets option, always replace for injected blocks (5b8e5d9)
  • tests with new default model (9bec1f0)
  • use 0600 permissions on config.yaml (413c0bb)
  • vscode1.3.19jetbrains1.0.48 (91206d8)

Features

  • full secrets parsing for all CLI flags (2162446)

CLI Beta Release v1.5.0-beta.20251015

15 Oct 09:06
b2aba74

Choose a tag to compare

Pre-release

Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.

v1.3.19-vscode

15 Oct 19:53
a5257e2

Choose a tag to compare

v1.3.19-vscode Pre-release
Pre-release

What's Changed

  • fix: only log sentry errors on reload not load by @RomneyDa in #8202
  • fix: include auth for loading packages by @RomneyDa in #8230
  • fix: treat premature close during tool calls as a tool error by @RomneyDa in #8221
  • fix: better agent errors in settings agent section by @RomneyDa in #8198
  • docs: agent --> config by @TyDunn in #8225
  • fix: only show free trial dialog for freetrial secrettype by @uinstinct in #8245
  • hotfix(autocomplete): remove mercury model special handling and adjust code block extraction by @sestinj in #8252
  • fix: log correct tool call error from gui by @Patrick-Erichsen in #8254
  • chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #8236
  • Fix: Remove blocks from chat title generation by @Ayyanaruto in #8239
  • Add daily Snyk security scan workflow with Continue CLI agent by @sestinj in #8263
  • Add CONTINUE_API_KEY to snyk-agent workflow environment by @sestinj in #8264
  • fix: vscode1.3.19jetbrains1.0.48 by @RomneyDa in #8267

Full Changelog: v1.3.18-vscode...v1.3.19-vscode

v1.2.9-vscode

15 Oct 18:52

Choose a tag to compare

What's Changed

v1.2.9 is created off of prerelease v1.3.16 with the following hotfixes

  • fix: HOTFIX stop agent loop if aborted/not streaming by @RomneyDa in #8208
  • fix: HOTFIX stop thinking animation if cancelled mid stream by @RomneyDa in #8222
  • fix: HOTFIX prevent active file sending on click by @uinstinct in #8179
  • hotfix(autocomplete): remove mercury model special handling and adjust code block extraction by @sestinj in #8252

Other changes since 1.2.8:

  • feat: add opt serverName for registry MCP servers by @Patrick-Erichsen in #8037
  • docs: Improve rules guidance in the deep dive and rules docs by @continue[bot] in #8022
  • fix: tool outcome telemetry for preprocessing failures by @RomneyDa in #8066
  • chore(deps): bump gradle/actions from 3 to 5 by @dependabot[bot] in #8063
  • docs: add Continue Docs MCP cookbook and update navigation by @bdougie in #8082
  • docs: Add Sanity MCP Continue cookbook with proper agent configs for CI/interactive modes by @bdougie in #8079
  • fix: update titles of cli releases by @sestinj in #8055
  • Add beta status tool option and improve status tool description by @sestinj in #8081
  • docs: Add feature flag audit example to PostHog MCP cookbook by @continue[bot] in #8058
  • docs: add Sanity MCP cookbook to navigation and overview by @bdougie in #8093
  • feat: add weekly cn task to check documentation by @tingwai in #8076
  • feat: add OpenRouter API with Anthropic prompt caching support by @sestinj in #8100
  • feat: add API key authentication support for Bedrock provider by @sestinj in #8101
  • fix: remove extra spaces before EOF in heredoc delimiters by @sestinj in #8103
  • Add invokable rule support to cli by @tomasz-stefaniak in #8077
  • CLI workflows by @RomneyDa in #8069
  • fix(cli): pasting chunks of lesser than 50 characters by @uinstinct in #8107
  • Detect invokable rules located in 'prompts' directory by @tomasz-stefaniak in #8073
  • fix: use common process.env values to launch MCP by @fbricon in #7709
  • docs: Add Chrome DevTools Performance Cookbook with MCP integration by @bdougie in #8088
  • feat: add actions to reference files, directories and repo maps in IntelliJ Plugin by @vldF in #7253
  • feat: auto-accept agent edits setting auto accept edit tools by @uinstinct in #7993
  • docs: Add Sentry MCP error monitoring cookbook by @bdougie in #8060
  • feat: Adjusted MCPConnection logic so the cwd is resolved to current workspace folder. by @meanderix in #7505
  • docs: Add Guides link to CLI sidebar navigation by @continue[bot] in #8117
  • fix: separate preprocessed tool args by @RomneyDa in #8111
  • docs: add GitHub MCP Continue cookbook guide by @bdougie in #8092
  • fix: add max depth to file indexing by @tingwai in #8112
  • docs: Add MCP JSON server configuration support documentation by @continue[bot] in #8021
  • fix: Tables does not rendered correctly #7465 by @gippole in #8096
  • fix: LLM Provider - Ask Sage: Updated Model list, updated docs and fixed drop down menu option by @mark-espinoza in #8102
  • fix: flakey CLI tests by @tingwai in #8124
  • Add 'Explore MCP Servers' option to /mcp slash command by @continue[bot] in #8123
  • Revise build steps in BUILD.md by @Patrick-Erichsen in #8130
  • Fix wrong document about Force Legacy Completions Endpoint by @letanloc1998 in #8133
  • Add organization name display to CLI intro screen by @continue[bot] in #8041
  • feat(cli): mcp oauth using mcp-remote by @uinstinct in #8143
  • Add apiKey field to mcpServers block schema for Bearer token auth by @continue[bot] in #8120
  • Allow --mcp flag to accept URLs for streamable-http servers by @continue[bot] in #8119
  • Make it easy to discover Continue CLI (cn) by @tomasz-stefaniak in #8109
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #8135
  • fix: improvements to next edit by @sestinj in #8129
  • feat: add GitHub workflow for vscode pre-release by @tingwai in #8116
  • docs: add CLI telemetry opt-out instructions by @rossigee in #8064
  • chore: bump VSCode extension version to 1.3.16 by @tingwai in #8147

New Contributors

Full Changelog: v1.2.8-vscode...v1.2.9-vscode

v1.0.48-jetbrains

15 Oct 20:11
a5257e2

Choose a tag to compare

v1.0.48-jetbrains Pre-release
Pre-release

What's Changed

  • feat: rules and MCP fixes and UI updates by @RomneyDa in #8053
  • fix: filter out markdown delimiters from next edit responses by @sestinj in #8056
  • feat: add opt serverName for registry MCP servers by @Patrick-Erichsen in #8037
  • docs: Improve rules guidance in the deep dive and rules docs by @continue[bot] in #8022
  • fix: tool outcome telemetry for preprocessing failures by @RomneyDa in #8066
  • chore(deps): bump gradle/actions from 3 to 5 by @dependabot[bot] in #8063
  • docs: add Continue Docs MCP cookbook and update navigation by @bdougie in #8082
  • docs: Add Sanity MCP Continue cookbook with proper agent configs for CI/interactive modes by @bdougie in #8079
  • fix: update titles of cli releases by @sestinj in #8055
  • Add beta status tool option and improve status tool description by @sestinj in #8081
  • docs: Add feature flag audit example to PostHog MCP cookbook by @continue[bot] in #8058
  • docs: add Sanity MCP cookbook to navigation and overview by @bdougie in #8093
  • feat: add weekly cn task to check documentation by @tingwai in #8076
  • feat: add OpenRouter API with Anthropic prompt caching support by @sestinj in #8100
  • feat: add API key authentication support for Bedrock provider by @sestinj in #8101
  • fix: remove extra spaces before EOF in heredoc delimiters by @sestinj in #8103
  • Add invokable rule support to cli by @tomasz-stefaniak in #8077
  • CLI workflows by @RomneyDa in #8069
  • fix(cli): pasting chunks of lesser than 50 characters by @uinstinct in #8107
  • Detect invokable rules located in 'prompts' directory by @tomasz-stefaniak in #8073
  • fix: use common process.env values to launch MCP by @fbricon in #7709
  • docs: Add Chrome DevTools Performance Cookbook with MCP integration by @bdougie in #8088
  • feat: add actions to reference files, directories and repo maps in IntelliJ Plugin by @vldF in #7253
  • feat: auto-accept agent edits setting auto accept edit tools by @uinstinct in #7993
  • docs: Add Sentry MCP error monitoring cookbook by @bdougie in #8060
  • feat: Adjusted MCPConnection logic so the cwd is resolved to current workspace folder. by @meanderix in #7505
  • docs: Add Guides link to CLI sidebar navigation by @continue[bot] in #8117
  • fix: separate preprocessed tool args by @RomneyDa in #8111
  • docs: add GitHub MCP Continue cookbook guide by @bdougie in #8092
  • fix: add max depth to file indexing by @tingwai in #8112
  • docs: Add MCP JSON server configuration support documentation by @continue[bot] in #8021
  • fix: Tables does not rendered correctly #7465 by @gippole in #8096
  • fix: LLM Provider - Ask Sage: Updated Model list, updated docs and fixed drop down menu option by @mark-espinoza in #8102
  • fix: flakey CLI tests by @tingwai in #8124
  • Add 'Explore MCP Servers' option to /mcp slash command by @continue[bot] in #8123
  • Revise build steps in BUILD.md by @Patrick-Erichsen in #8130
  • Fix wrong document about Force Legacy Completions Endpoint by @letanloc1998 in #8133
  • Add organization name display to CLI intro screen by @continue[bot] in #8041
  • feat(cli): mcp oauth using mcp-remote by @uinstinct in #8143
  • Add apiKey field to mcpServers block schema for Bearer token auth by @continue[bot] in #8120
  • Allow --mcp flag to accept URLs for streamable-http servers by @continue[bot] in #8119
  • Make it easy to discover Continue CLI (cn) by @tomasz-stefaniak in #8109
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #8135
  • fix: improvements to next edit by @sestinj in #8129
  • feat: add GitHub workflow for vscode pre-release by @tingwai in #8116
  • docs: add CLI telemetry opt-out instructions by @rossigee in #8064
  • chore: bump VSCode extension version to 1.3.16 by @tingwai in #8147
  • feat: notion cookbook by @BekahHW in #8074
  • feat: asciinema recordings setup by @sestinj in #8154
  • Update runloop-blueprint-template.json by @sestinj in #8156
  • docs: Add banner announcing Continue CLI v1.4.49 by @continue[bot] in #8163
  • perf(cli): long start due to synchronous config init in normal flow run by @uinstinct in #8138
  • fix: handle corrupted VSCode auth cache with automatic cleanup and recovery by @tingwai in #8131
  • Make it easy to edit messages in the CLI and to go back to an older message by @tomasz-stefaniak in #8127
  • chore: remove chat history from redux persistent storage by @uinstinct in #7944
  • chore: add github actions to CLA allowlist by @tingwai in #8148
  • Add debug logging to feedback capture in NextEditLoggingService by @sestinj in #8174
  • Add isSignedIn to config reload telemetry by @sestinj in #8185
  • Bump version to 1.3.17 by @sestinj in #8186
  • fix: HOTFIX prevent active file sending on click by @uinstinct in #8179
  • chore(deps-dev): bump happy-dom from 18.0.1 to 20.0.0 in /extensions/cli by @dependabot[bot] in #8194
  • feat: add token usage tracking to OpenAI adapter by @sestinj in #7900
  • feat: rehaul onboarding for updated billing by @sestinj in #7965
  • docs: Embed installation videos in documentation by @continue[bot] in #8170
  • docs: add gifs to quick start by @BekahHW in #8188
  • fix: use relative path in vscode build task by @dcs-soni in #8134
  • fix: open hub org settings by @uinstinct in #8164
  • docs: clarify secrets vs inputs syntax usage by @continue[bot] in #8166
  • Remove debug logging and comment out console statements by @sestinj in #8175
  • fix HOTFIX load last session not last last session by @RomneyDa in #8201
  • fix: HttpContextProvider handle null uri field by @Ayyanaruto in #8197
  • Fix tool call arguments initialization and validation to use empty object instead of null by @sestinj in #8211
  • Decouple anonymous telemetry from CONTINUE_CLI_ENABLE_TELEMETRY environment variable by @continue[bot] in #8126
  • build(vscode): remove bundled esbuild; require user-installed esbuild for config.ts by @joffeoja in #8016
  • fix: HOTFIX stop thinking animation if cancelled mid stream by @RomneyDa in #8222
  • fix: HOTFIX stop agent loop if aborted/not streaming by @RomneyDa in #8208
  • docs: features to ide extensions by @BekahHW in #8219
  • feat: rename workflows to agent files by @RomneyDa in #8224
  • Fix: Allow --agent flag without prompt in headless mode by @continue[bot] in #8227
  • Rename "agent" terminology to "config" throughout the codebase by @sestinj in #8229
  • fix: only log sentry errors on reload not load by @RomneyDa in #8202
  • fix: include auth for lo...
Read more

@continuedev/[email protected]

15 Oct 06:51
b2aba74

Choose a tag to compare

1.25.0 (2025-10-15)

Bug Fixes

  • agent articles (c34e56e)
  • agent-file -> agentFile (0ecef51)
  • better agent errors in settings agent section (#8198) (fbaec42)
  • config yaml test copy (c97096e)
  • core: only show esbuild install hint when config.ts is customized (8b1d347)
  • core: require user-installed esbuild for config.ts; show install hint if missing (c2d4ab1)
  • extra setInactive in test (32f4c81)
  • HOTFIX stop agent loop if aborted/not streaming (64d1a45)
  • HOTFIX stop thinking animation if cancelled mid stream (#8222) (990a8fb)
  • HttpContextProvider handle null uri field (#8197) (01c4271)
  • include auth for loading packages (#8230) (64c7dd1)
  • log correct tool call error from gui (1d7da38)
  • only log sentry errors on reload not load (#8202) (a3e5a14)
  • only show free trial dialog for freetrial secrettype (042395e)
  • open hub org settings (a66e5d0)
  • rule source agentFile (2276c4e)
  • shared options (27e1e35)
  • treat premature close during tool calls as a tool error (#8221) (ee269fa)
  • use relative path in vscode build task (#8134) (33fc0f4)

Features

  • rehaul onboarding for updated billing (#7965) (d192e61)
  • rename workflows to agent files (17712b2)

@continuedev/[email protected]

15 Oct 06:49
b2aba74

Choose a tag to compare

1.2.0 (2025-10-15)

Bug Fixes

  • add max depth to file indexing (52f2058)
  • add Snyk CLI authentication requirements to cookbook (a450c85)
  • adds working workflow (916cb05)
  • agent articles (c34e56e)
  • agent-file -> agentFile (0ecef51)
  • better agent errors in settings agent section (#8198) (fbaec42)
  • circular import (379ffe0)
  • cleanup (f0d9838)
  • cleanup workflow files (8c5ca73)
  • cli: pasting chunks of lesser than 50 characters (9914cd2)
  • config yaml test copy (c97096e)
  • core: only show esbuild install hint when config.ts is customized (8b1d347)
  • core: require user-installed esbuild for config.ts; show install hint if missing (c2d4ab1)
  • cubic feedback (a6b2b6b)
  • cubic feedback for workflow files (89e2573)
  • deprecate gemini 1.5 (389664d)
  • disable MCPs, init prompt tweaks (47f0fb2)
  • dismissal (c1d09d8)
  • edit tool prompt updates to encourage multi edits to avoid linting effects (#7998) (e1c8878)
  • extra setInactive in test (32f4c81)
  • failing tests (0858aa4)
  • filter out markdown delimiters from next edit responses (#8056) (89826f0)
  • fix after rebase (258747d)
  • fix prompt creation to use new markdown format (#7920) (5b0f475)
  • fix workflow tests (dcddb54)
  • flakey CLI tests (#8124) (6748434)
  • formatting (25b1253)
  • handle corrupted VSCode auth cache with automatic cleanup and recovery (a68b804)
  • HOTFIX stop agent loop if aborted/not streaming (64d1a45)
  • HOTFIX stop thinking animation if cancelled mid stream (#8222) (990a8fb)
  • HttpContextProvider handle null uri field (#8197) (01c4271)
  • improvements to next edit (#8129) (f56d2b0)
  • include auth for loading packages (#8230) (64c7dd1)
  • json mcp loading (#8002) (e734ad7)
  • json mcpServers (784ec4e)
  • lint (8f116b1)
  • lint (db4f590)
  • lint (c8f5df9)
  • lint/format (236f139)
  • linter errors (a3a35f6)
  • linter errors (4582ab2)
  • linter errors (7b82f4f)
  • linter errors (45e9a94)
  • linting (475aa95)
  • LLM Provider - Ask Sage: Updated Model list, updated docs and fixed drop down menu option (#8102) (03598ea)
  • load codebase rules tests: use URIs (9f92dbd)
  • log correct tool call error from gui (1d7da38)
  • markdown rules and top level agents (1c43796)
  • merge conflicts (d152835)
  • message input (82a681b)
  • move workflow stuff to config service (4d3bafe)
  • multiple cn nitpicks (#8049) (9cb2766)
  • only log sentry errors on reload not load (#8202) (a3e5a14)
  • only show free trial dialog for freetrial secrettype (042395e)
  • open hub org settings (a66e5d0)
  • prettier (49ac0d1)
  • prevent active file sending on click (c8109ae)
  • prompt file tests (1c67a8c)
  • remove extra spaces before EOF in heredoc delimiters (#8103) (d819d2f)
  • Remove GH Action portion of guide (#8036) (1fcf246)
  • remove hardcoded workflow (c1d7cc3)
  • remove mode service, fix all tests, workflow service integration (3e80f3d)
  • rename getFiles -> getSelectedFiles (58de94d)
  • rule source agentFile (2276c4e)
  • separate preprocessed tool args (#8111) (2f1ed97)
  • shared options (27e1e35)
  • show error when cn -p d...
Read more

@continuedev/[email protected]

15 Oct 06:49
b2aba74

Choose a tag to compare

1.28.2 (2025-10-15)

Bug Fixes

  • log correct tool call error from gui (1d7da38)
  • only show free trial dialog for freetrial secrettype (042395e)

CLI Stable Release v1.5.0

14 Oct 06:47
fbaec42

Choose a tag to compare

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