Releases: continuedev/continue
Releases · continuedev/continue
CLI Stable Release v1.5.0
Direct stable release from main branch. Version 1.5.0 built and published directly from the latest main branch.
CLI Beta Release v1.5.0-beta.20251014
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
v1.3.18-vscode
What's Changed
- 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
New Contributors
- @dcs-soni made their first contribution in #8134
- @Ayyanaruto made their first contribution in #8197
Full Changelog: v1.3.17-vscode...v1.3.18-vscode
@continuedev/[email protected]
@continuedev/[email protected]
1.28.0 (2025-10-14)
Bug Fixes
- agent articles (c34e56e)
- agent-file -> agentFile (0ecef51)
- 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)
- dismissal (c1d09d8)
- extra setInactive in test (32f4c81)
- failing tests (0858aa4)
- 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)
- lint (8f116b1)
- lint (db4f590)
- lint (c8f5df9)
- linter errors (a3a35f6)
- linter errors (4582ab2)
- linter errors (7b82f4f)
- linter errors (45e9a94)
- message input (82a681b)
- open hub org settings (a66e5d0)
- prevent active file sending on click (c8109ae)
- rule source agentFile (2276c4e)
- shared options (27e1e35)
- text buffer handling (1acc648)
- type errors (914d587)
- use relative path in vscode build task (#8134) (33fc0f4)
- use session count instead of message count (fd3d402)
Features
- add GitHub workflow for vscode pre-release (54c26c1)
- add token usage tracking to OpenAI adapter (#7900) (0a5acb1)
- asciinema recordings setup (#8154) (8b10f1d)
- cli banner (a0a287e)
- go back in history (91adad2)
- notion cookbook (#8074) (12a2acd)
- rehaul onboarding for updated billing (#7965) (d192e61)
- rename workflows to agent files (17712b2)
CLI Beta Release v1.4.49-beta.20251013
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
@continuedev/[email protected]
1.24.0 (2025-10-12)
Bug Fixes
- add max depth to file indexing (52f2058)
- circular import (379ffe0)
- cleanup workflow files (8c5ca73)
- cli: pasting chunks of lesser than 50 characters (9914cd2)
- cubic feedback for workflow files (89e2573)
- dismissal (c1d09d8)
- failing tests (0858aa4)
- fix after rebase (258747d)
- fix workflow tests (dcddb54)
- flakey CLI tests (#8124) (6748434)
- formatting (25b1253)
- handle corrupted VSCode auth cache with automatic cleanup and recovery (a68b804)
- improvements to next edit (#8129) (f56d2b0)
- 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)
- message input (82a681b)
- move workflow stuff to config service (4d3bafe)
- prettier (49ac0d1)
- prevent active file sending on click (c8109ae)
- remove extra spaces before EOF in heredoc delimiters (#8103) (d819d2f)
- remove hardcoded workflow (c1d7cc3)
- remove mode service, fix all tests, workflow service integration (3e80f3d)
- rename
getFiles->getSelectedFiles(58de94d) - separate preprocessed tool args (#8111) (2f1ed97)
- simplify the blurb (7aa81e1)
- simplify workflow service (8b0dc22)
- Tables does not rendered correctly #7465 (#8096) (29d4967)
- tests and formatting for workflow files (145a752)
- tests and remove parsed args (779ad18)
- tests, formatting, linting (164d536)
- tests, lint, workflow model name logic (e6ee11b)
- text buffer handling (1acc648)
- type errors (914d587)
- unify the namings (f5bee4f)
- use common process.env values to launch MCP (b1f147c)
- use session count instead of message count (fd3d402)
- workflow e2e working (99095bd)
Features
- add
MentionFileInChatAction(7fb5935) - add GitHub workflow for vscode pre-release (54c26c1)
- add MentionRepoMapInChatAction.kt (cbc7ada)
- add the Continue icon to the context actions group (b4a29bd)
- add token usage tracking to OpenAI adapter (#7900) (0a5acb1)
- allow to mention directory (6e77df2)
- allow to reference both directories and files at the same time (b40cf38)
- asciinema recordings setup (#8154) (8b10f1d)
- auto-accept agent edits setting auto accept edit tools (#7993) (22c6799)
- cli banner (a0a287e)
- cli: mcp oauth using mcp-remote (#8143) (c7b8e0f)
- go back in history (91adad2)
- notion cookbook (#8074) (12a2acd)
- rename action names (69cffcf)
- tool permissions from workflow files (452e012)
- workflow file parsing and serializing (e27ef73)
- workflow files part 1 (3069735)
- workflows for CLI (7d40f5a)
CLI Beta Release v1.4.49-beta.20251012
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.4.49-beta.20251011
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
v1.3.17-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
Full Changelog: v1.3.16-vscode...v1.3.17-vscode