Releases: continuedev/continue
Releases · continuedev/continue
v1.3.21-vscode
What's Changed
- fix: HOTFIX anthropic: strip thinking without signature and empty text parts by @RomneyDa in #8329
- chore: bump versions by @Patrick-Erichsen in #8359
- fix(cli): updating message text test by @uinstinct in #8353
Full Changelog: v1.5.3...v1.3.21-vscode
v1.2.10-vscode
What's Changed
- 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 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
New Contributors
Full Changelog: v1.2.9-vscode...v1.2.10-vscode
v1.0.50-jetbrains
What's Changed
- fix: HOTFIX anthropic: strip thinking without signature and empty text parts by @RomneyDa in #8329
- chore: bump versions by @Patrick-Erichsen in #8359
- fix(cli): updating message text test by @uinstinct in #8353
Full Changelog: v1.5.3...v1.0.50-jetbrains
@continuedev/[email protected]
1.5.0 (2025-10-21)
Bug Fixes
- agents (8fb46fe)
- broken api (c45d19f)
- broken imports (f4d35c2)
- catch invalid saved config file uri (777b472)
- cli: agent injected blocks ignored (#8361) (6098fbf)
- clicking on enter button not working after streaming (#8255) (ae0af67)
- cli: exit after printing response when using -p (5aa4537)
- cn remote command (2854b13)
- config for agent api (fff335e)
- cubic comments and injected block inputs unrolling (cdf770a)
- dependency array (48a2517)
- duplication (2ba3ee3)
- failing tests (5adcf1e)
- github connection (3c00349)
- HOTFIX allow default config fallback for headless (f6db75a)
- HOTFIX anthropic: strip thinking without signature and empty text parts (#8329) (863ff62)
- icon (ce88f9a)
- lint (16a5c09)
- linting (5e55466)
- list agents request (af99284)
- load agents (c2088f7)
- load default model if no models, only option in headless (760d370)
- local agents (8c0b215)
- missing org id (ca9224a)
- normalization (9c35910)
- normalization (63ac02b)
- normalize url (aa66c8b)
- open correct link (a5de87a)
- pass org id (a476c1e)
- pass preprocessed args to core (bf9a19a)
- personal agents (9306b95)
- remove
keepAliveMsecs
from fetch agent (#8378) (b72b261) - remove blocks from chat title generation (535c9bf), closes #5689
- replace inputs with secrets (4f5449a)
- repo edge case (0e9dc13)
- repo url (feb5f66)
- requests (bddda36)
- revert inputs to secrets option, always replace for injected blocks (5b8e5d9)
- saved uri exists logic for slugs (73fd44f)
- specify agent (01efdd1)
- stashing (83b4be1)
- switching branches (01d2429)
- switching branches (db3203a)
- tests (e52a225)
- tests with new default model (9bec1f0)
- timestamp fallback (eab661e)
- tweak error message (d97a1ae)
- type errors (ca18446)
- type errors (cee03bf)
- undo debugger (015f365)
- update branch filter regex to exclude cla-signatures branch (#8320) (6dc36db)
- update telemetry docs (#8295) (5673ad1)
- updating message text (09760d6)
- url (66be965)
- urls (ae25084)
- urls (542efb8)
- urls (7212a63)
- use 0600 permissions on config.yaml (413c0bb)
- use streamsse for streaming chat in gemini (779b3e4)
- vscode1.3.19jetbrains1.0.48 (91206d8)
Features
- Add preview panel to session selector (cn ls / /resume) (#8231) (1c06790)
- background agent creation (d9c16e4)
- background agents (8717020)
- background agents (2edcd6a)
- full secrets parsing for all CLI flags (2162446)
- local takeover (b5d5f87)
- report cache write tokens from anthropic oai adapter (#8210) (c297e44)
- return fetch errors to agent (4d74779)
CLI Stable Release v1.5.3
Direct stable release from main branch. Version 1.5.3 built and published directly from the latest main branch.
CLI Beta Release v1.5.2-beta.20251020
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
CLI Beta Release v1.5.2-beta.20251019
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
CLI Beta Release v1.5.2-beta.20251018
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
v1.3.20-vscode
What's Changed
- fix: use 0600 permissions on config.yaml by @uinstinct in #8256
- Revert workflow trigger branch to main by @sestinj in #8273
- Refactor auth check to use actions/github-script for permission validation by @sestinj in #8275
- Rename continue-config input to continue-agent and update CLI version to latest by @sestinj in #8279
- Rename continue-config to continue-agent in workflow by @sestinj in #8282
- Replace --config flag with --agent flag in Continue CLI command by @sestinj in #8283
- chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 in /extensions/cli by @dependabot[bot] in #8268
- fix: loading of blocks with inputs. in CLI flags by @RomneyDa in #8259
- docs: Update banner to CLI v1.5.1 by @continue[bot] in #8293
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #8288
- fix: agent -> config for actions by @RomneyDa in #8278
- Background / Async / Remote mode: Kickoff in /agents when you are in the extension by @tomasz-stefaniak in #8191
- fix(cli): exit after printing response when using -p by @uinstinct in #8271
- Add document for workspace level agent configuration by @letanloc1998 in #8155
- docs: added the fastapply model to the recommendations by @Olyray in #8249
- docs: added the link to open router models instead of inception by @Olyray in #8253
- fix: clicking on enter button not working after streaming by @uinstinct in #8255
- feat: report cache write tokens from anthropic oai adapter by @sestinj in #8210
- fix: bracket stripping in gemini responses by @uinstinct in #8280
- Fix: Remove deprecated gemini-2.5-pro-exp-03-25 model by @continue[bot] in #8313
- feat: return fetch errors to agent by @Patrick-Erichsen in #8301
- feat: Add preview panel to session selector (cn ls / /resume) by @continue[bot] in #8231
- fix: update telemetry docs by @RomneyDa in #8295
- Fix terminal security check evaluatePolicy type definition by @continue[bot] in #8226
- Fix formatting of instructions in core-unit-test prompt by @sestinj in #8317
- Add GitHub workflow to delete stale branches by @sestinj in #8318
- Exclude cla-signatures branch from stale branch deletion by @sestinj in #8319
- fix: update branch filter regex to exclude cla-signatures branch by @sestinj in #8320
- chore: adjust stale branch deletion timing to avoid issue creation by @sestinj in #8321
- chore: reduce stale branch detection threshold to 60 days by @sestinj in #8322
- chore: reduce stale branch detection to 59 days by @sestinj in #8323
- Build a local takeover MVP by @tomasz-stefaniak in #8270
- Enable automatic deletion of stale branches by @sestinj in #8325
- docs: add note about using keywords for linking PRs to issues by @continue[bot] in #8316
- chore: prerelease bumps by @RomneyDa in #8331
- Revert "fix: bracket stripping in gemini responses" by @RomneyDa in #8332
New Contributors
Full Changelog: v1.3.19-vscode...v1.3.20-vscode
v1.0.49-jetbrains
What's Changed
- fix: use 0600 permissions on config.yaml by @uinstinct in #8256
- Revert workflow trigger branch to main by @sestinj in #8273
- Refactor auth check to use actions/github-script for permission validation by @sestinj in #8275
- Rename continue-config input to continue-agent and update CLI version to latest by @sestinj in #8279
- Rename continue-config to continue-agent in workflow by @sestinj in #8282
- Replace --config flag with --agent flag in Continue CLI command by @sestinj in #8283
- chore(deps-dev): bump happy-dom from 20.0.0 to 20.0.2 in /extensions/cli by @dependabot[bot] in #8268
- fix: loading of blocks with inputs. in CLI flags by @RomneyDa in #8259
- docs: Update banner to CLI v1.5.1 by @continue[bot] in #8293
- chore(deps): bump actions/setup-node from 5 to 6 by @dependabot[bot] in #8288
- fix: agent -> config for actions by @RomneyDa in #8278
- Background / Async / Remote mode: Kickoff in /agents when you are in the extension by @tomasz-stefaniak in #8191
- fix(cli): exit after printing response when using -p by @uinstinct in #8271
- Add document for workspace level agent configuration by @letanloc1998 in #8155
- docs: added the fastapply model to the recommendations by @Olyray in #8249
- docs: added the link to open router models instead of inception by @Olyray in #8253
- fix: clicking on enter button not working after streaming by @uinstinct in #8255
- feat: report cache write tokens from anthropic oai adapter by @sestinj in #8210
- fix: bracket stripping in gemini responses by @uinstinct in #8280
- Fix: Remove deprecated gemini-2.5-pro-exp-03-25 model by @continue[bot] in #8313
- feat: return fetch errors to agent by @Patrick-Erichsen in #8301
- feat: Add preview panel to session selector (cn ls / /resume) by @continue[bot] in #8231
- fix: update telemetry docs by @RomneyDa in #8295
- Fix terminal security check evaluatePolicy type definition by @continue[bot] in #8226
- Fix formatting of instructions in core-unit-test prompt by @sestinj in #8317
- Add GitHub workflow to delete stale branches by @sestinj in #8318
- Exclude cla-signatures branch from stale branch deletion by @sestinj in #8319
- fix: update branch filter regex to exclude cla-signatures branch by @sestinj in #8320
- chore: adjust stale branch deletion timing to avoid issue creation by @sestinj in #8321
- chore: reduce stale branch detection threshold to 60 days by @sestinj in #8322
- chore: reduce stale branch detection to 59 days by @sestinj in #8323
- Build a local takeover MVP by @tomasz-stefaniak in #8270
- Enable automatic deletion of stale branches by @sestinj in #8325
- docs: add note about using keywords for linking PRs to issues by @continue[bot] in #8316
- chore: prerelease bumps by @RomneyDa in #8331
- Revert "fix: bracket stripping in gemini responses" by @RomneyDa in #8332
New Contributors
Full Changelog: v1.0.48-jetbrains...v1.0.49-jetbrains