Releases: continuedev/continue
Releases · continuedev/continue
v1.0.46-jetbrains
What's Changed
- fix: race condition on disabled indexing by @Patrick-Erichsen in #7846
- fix: circular import of AUTH_CONFIG_PATH by @RomneyDa in #7868
- fix: cn auto compact if necessary before LLM api call by @tingwai in #7865
- feat: show remote sessions in cn ls by @sestinj in #7694
- feat: --id flag for cn serve by @sestinj in #7884
- fix: increase jetbrains autocomplete timeout by @QianKuang8 in #7881
- fix: HOTFIX r.map is not a function by @RomneyDa in #7872
- fix: uniform codeblock border by @uinstinct in #7851
- feat: ✨ AWS Bedrock Provider tool streaming by @chezsmithy in #7657
- feat: restore trimmed/whitespace search and replace fallbacks by @RomneyDa in #7875
- feat: search and replace error codes by @RomneyDa in #7848
- Fix gray text readability on light backgrounds in CLI by @continue[bot] in #7898
- Fix image drop from main editor by @aadarshkt in #7205
- feat(oauth): use asExternalUrl to get the correct callback by @JonZeolla in #7651
- Add CLI API key authentication documentation by @sestinj in #7887
- fix: Update sambanova models by @jhpiedrahitao in #7901
- chore: bump by @sestinj in #7903
- feat: adapt duplicate toolCallId by @xiaohuanxiong3 in #7733
- fix: infos in mcp server status tests by @RomneyDa in #7906
- ci: fix release workflows to block if version check fails by @sestinj in #7350
- fix(cli): append /v1 to ollama endpoint by @uinstinct in #7811
- feat: headless mode surface errors and exit code 1 by @tingwai in #7864
- feat: expose legacy /share command to VS Code UI by @fbricon in #6802
- feat: support for AGENTS.md by @sestinj in #7717
- Add Anthropic caching support to OpenRouter LLM implementation by @ferenci84 in #7492
- Move rule-to-slash-command conversion from YAML loading to config loading by @sestinj in #7871
- Revert "Fix image drop from main editor" by @RomneyDa in #7908
- fix: use json schema for tool definitions by @RomneyDa in #7904
- feat: mark unread by @sestinj in #7886
- docs: update Instinct blog post URL to specific article by @QianKuang8 in #7918
- fix: Update posthog + gh guide with latest flow by @BekahHW in #7899
- docs: add Netlify MCP + Continue Hub cookbook by @bdougie in #7847
- Replace config.json references with config.yml in documentation by @continue[bot] in #7754
- feat: rule for less amicable responses by @RomneyDa in #7922
- docs: add Snyk MCP + Continue Hub cookbook by @bdougie in #7843
- fix: inline --rule improvements and fix msg queue behavior by @sestinj in #7939
- Refactor session snapshot handling to use getCompleteStateSnapshot by @sestinj in #7929
- feat: better mcp connection status by @uinstinct in #7830
- fix: close the model select dropdown automatically by @uinstinct in #7943
- docs: use
inception
instead ofinceptionlabs
in NE by @Patrick-Erichsen in #7946 - fix: gitignore by @tingwai in #7949
- feat: clean up anthropic messaging by @RomneyDa in #7799
- fix: HOTFIX 🚑 Fix crypto error by @chezsmithy in #7938
- fix: show tool call status icons for other search/replace statuses by @RomneyDa in #7936
- chore(deps): bump tar-fs in /extensions/vscode by @dependabot[bot] in #7950
- ✨ add CometAPI as Model Provider by @TensorNull in #7809
- docs: update link by @tingwai in #7954
- feat: add back fullscreen cmd by @Patrick-Erichsen in #7955
- feat: grok model updates by @RomneyDa in #7925
- docs: understanding rules, tools, and models by @Patrick-Erichsen in #7845
- docs: Add cn docs by @BekahHW in #7791
- Update package.json by @sestinj in #7966
- Update gradle.properties by @sestinj in #7967
New Contributors
- @continue[bot] made their first contribution in #7898
- @JonZeolla made their first contribution in #7651
- @TensorNull made their first contribution in #7809
Full Changelog: v1.0.45-jetbrains...v1.0.46-jetbrains
Beta Release v1.4.42-beta.20250924.0904
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
Beta Release v1.4.42-beta.20250924
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
@continuedev/[email protected]
@continuedev/[email protected]
@continuedev/[email protected]
1.19.0 (2025-09-24)
Bug Fixes
- address review comments for YAML migration docs (e9ed761)
- close the model select dropdown automatically (#7943) (9675653)
- docs: revert incorrect config.json to config.yml replacements (fef758b)
- gitignore (#7949) (861328e)
- inline --rule improvements and fix msg queue behavior (#7939) (89e1ff2)
- linting (d14b059)
- switch ✅ to cards (3c6cc0b)
- Update posthog + gh guide with latest flow (#7899) (3aeb8e3)
- use json schema for tool definitions (#7904) (1821a72)
Features
- better mcp connection status (#7830) (0d3b7d6)
- clean up anthropic messaging (#7799) (2a77e6d)
- expose legacy /share command to VS Code UI (71a0a1c)
- headless mode surface errors and exit code 1 (#7864) (c9df209)
- mark unread (#7886) (bf5538b)
- rule for less amicable responses (#7922) (8e55fbb)
- support for AGENTS.md (#7717) (1f6276d)
Reverts
Beta Release v1.4.42-beta.20250923.0905
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
Beta Release v1.4.42-beta.20250923
Daily beta release for testing. This version will be promoted to stable after 7 days if no critical issues are found.
v1.3.12-vscode
What's Changed
- fix: increase jetbrains autocomplete timeout by @QianKuang8 in #7881
- fix: HOTFIX r.map is not a function by @RomneyDa in #7872
- fix: uniform codeblock border by @uinstinct in #7851
- feat: ✨ AWS Bedrock Provider tool streaming by @chezsmithy in #7657
- feat: restore trimmed/whitespace search and replace fallbacks by @RomneyDa in #7875
- feat: search and replace error codes by @RomneyDa in #7848
- Fix gray text readability on light backgrounds in CLI by @continue[bot] in #7898
- Fix image drop from main editor by @aadarshkt in #7205
- feat(oauth): use asExternalUrl to get the correct callback by @JonZeolla in #7651
- Add CLI API key authentication documentation by @sestinj in #7887
- fix: Update sambanova models by @jhpiedrahitao in #7901
- chore: bump by @sestinj in #7903
New Contributors
- @continue[bot] made their first contribution in #7898
- @JonZeolla made their first contribution in #7651
Full Changelog: v1.4.41-beta.20250921.2027...v1.3.12-vscode
@continuedev/[email protected]
1.18.0 (2025-09-22)
Bug Fixes
- address cubic feedback (3b1227c)
- append /v1 to ollama in openai-adapters (22784ec)
- broken test (7527bde)
- broken test (fea8425)
- cubic feedback (7716712)
- cubic feedback, lint (d1b4dbe)
- error name tweaks (3541eb9)
- HOTFIX r.map is not a function (#7872) (2aa6f03)
- increase jetbrains autocomplete timeout (#7881) (295427c)
- infos in mcp server status tests (#7906) (41937a2)
- keep posthog and telemetry service separate (c6858ad)
- lint (4e1cea9)
- package lock (04c11d4)
- remove toreversed (436931d)
- restore main package lock to cli (2baaa25)
- uniform codeblock border (#7851) (603aa28)
- unify event names and fix tool calls test (0f94088)
- Update sambanova models (#7901) (ee19052)
Features
- --id flag for cn serve (#7884) (1c11f61)
- ✨ AWS Bedrock Provider tool streaming (#7657) (82577d0)
- adapt duplicate toolCallId (#7733) (9ddd303)
- continue error for better search and replace errors (5e60a13)
- find and replace fallbacks (restore) (5b5532f)
- oauth: use asExternalUrl to get the correct callback (ada6cdd)
- posthog telemetry for cli tool errors (77288b0)
- refactor multiedit (b28ce70)
- search and replace fallback reintroduction cont. (6d7bfb9)
- unify search and replace (c211ec8)