Releases: continuedev/continue
Releases · continuedev/continue
v1.1.52-vscode
What's Changed
- fix: Replace Desktop util with built-in BrowserUtil (fixes #6020) by @exigow in #6289
- fix: skip ripgrep if workspace is remote by @uinstinct in #6276
- Nate/semantic release by @sestinj in #6240
- Update rules docs by @sestinj in #6229
- fix: azure adapter by @tomasz-stefaniak in #6296
- chore: bump package-lock.json files by @Patrick-Erichsen in #6298
- build.sh and build.ps1 to build packages in CI by @sestinj in #6300
- chore: update preview.yaml with package build logic by @Patrick-Erichsen in #6301
- chore: execute permission on build scripts by @Patrick-Erichsen in #6302
New Contributors
Full Changelog: v1.1.51-vscode...v1.1.52-vscode
v1.0.26-jetbrains
What's Changed
- fix: Replace Desktop util with built-in BrowserUtil (fixes #6020) by @exigow in #6289
- fix: skip ripgrep if workspace is remote by @uinstinct in #6276
- Nate/semantic release by @sestinj in #6240
- Update rules docs by @sestinj in #6229
- fix: azure adapter by @tomasz-stefaniak in #6296
- chore: bump package-lock.json files by @Patrick-Erichsen in #6298
- build.sh and build.ps1 to build packages in CI by @sestinj in #6300
- chore: update preview.yaml with package build logic by @Patrick-Erichsen in #6301
- chore: execute permission on build scripts by @Patrick-Erichsen in #6302
New Contributors
Full Changelog: v1.1.51-vscode...v1.0.26-jetbrains
v1.1.51-vscode
What's Changed
- allow "unrolling" of markdown blocks by @sestinj in #6182
- feat: add proxy support for ripgrep download by @dipfocus in #6106
- fix intellij extension create file failed by @G81192 in #6000
- improve docs style guide by @TyDunn in #6153
- docs: Update anthropic promptCaching syntax by @bdougie in #6152
- adds posthog-docusaurus by @bdougie in #6189
- Fix apply cancellation and make slash commands cancelable by @RomneyDa in #5907
- Manually triggering rules on and off by @tomasz-stefaniak in #6176
- Fix azure opena ai query params by @RomneyDa in #6227
- No Barrel Exports by @RomneyDa in #6202
- test: alwaysApply by @tomasz-stefaniak in #6170
- change icon for grep search tool by @sestinj in #6147
- hot reloading for .continue/rules files by @sestinj in #6230
- fix: 🐛 Add requestOptions to YAML config for mcp by @chezsmithy in #6109
- Add MCP provider refresh for @mention dropdown submenu items by @sestinj in #6224
- Limit and Truncate Grep Search output by @RomneyDa in #6206
- Limit glob tool output by @RomneyDa in #6208
- bump openai-adapters by @Patrick-Erichsen in #6231
- improved error logging by @sestinj in #6068
- fix: Fix the issue where the chunk index might be duplicated by @jacob-lcs in #6037
- chore: version bumps by @Patrick-Erichsen in #6235
- chore: migrate core (commands, control-plane, data, diff) tests to vitest by @uinstinct in #6091
- feat: add webview listener for index progress to load submenu items by @Iamshankhadeep in #6246
- fix: use last 2 parts of file uri for rule names by @Patrick-Erichsen in #6248
- feat: new rules for continue repo by @Patrick-Erichsen in #6250
- Some rules by @RomneyDa in #6209
- add enable reasoning button by @uinstinct in #6254
- Regex rule trigger by @tomasz-stefaniak in #6221
- feat: create
AssistantAndOrgListbox
by @Patrick-Erichsen in #6247 - Make the new rule tool slightly more clear + aggressive by @sestinj in #6232
- Handle empty query by sending "null" instead of empty string in MCP context provider by @sestinj in #6225
- improve: increase default context length and add tests for detecting context length by @uinstinct in #6214
- fix: show assistant loading after login by @uinstinct in #6187
- fix: local storage state for free trial exit by @Patrick-Erichsen in #6269
- Removed alwaysApply from the required properties in createRuleBlock.ts by @alexmanno in #6272
- chore: build
openai-adapters
in CI by @Patrick-Erichsen in #6279 - fetch 14 for core by @RomneyDa in #6283
- Fetch 14: Read node extra ca certs, better NO_PROXY logic by @RomneyDa in #6164
- fix: pass
env
obj to openai-adapters by @Patrick-Erichsen in #6271 - log whether tool calls fail or succeed by @sestinj in #6251
- feat: support ollama streaming for tool calls by @uinstinct in #6211
- feat: add llms.txt generation for docs by @bdougie in #6266
- fix: maxEmbeddingBatchSize not being respected by @RomneyDa in #6175
- chore: prerelease by @tomasz-stefaniak in #6286
New Contributors
- @dipfocus made their first contribution in #6106
- @G81192 made their first contribution in #6000
- @jacob-lcs made their first contribution in #6037
- @alexmanno made their first contribution in #6272
Full Changelog: v1.0.24-jetbrains...v1.1.51-vscode
v1.0.25-jetbrains (hotfix)
Full Changelog: v1.0.24-jetbrains...v1.0.25-jetbrains
v1.0.15-vscode (hotfix)
Full Changelog: v1.0.14-vscode...v1.0.15-vscode
@continuedev/[email protected]
v1.0.14-vscode
What's Changed
- feat:
requestRule
tool by @Patrick-Erichsen in #5867 - rule for tailoring recommendations for LLM code based on which specific LLM is being used by @adarshramiyer in #5883
- add rule to make the model describe the code in a bigger-picture context by @jpoly1219 in #5878
- added a rule to make the model answer specifically about continue by @adarshramiyer in #5908
- Jacob/feature/call-alongside-autocomplete by @jpoly1219 in #5919
- Jacob/feature/call alongside autocomplete by @jpoly1219 in #5920
- Revision on #5921 per PR review by @jpoly1219 in #5923
- prevent markdown table from breaking on formatted nodes by @uinstinct in #5560
- fix: reverted the URL of llama.cpp back to 'completion'. by @ipaddicting in #5726
- Feature/nextEdit by @jpoly1219 in #5921
- perf(llm): Optimize pruneLines functions in countTokens by @0x23d11 in #5310
- Fix Config.yaml schema registration by @RomneyDa in #5851
- Remove free trial provider by @RomneyDa in #5855
- fix changing width when typing text by @uinstinct in #5874
- Fix git diff caching by @RomneyDa in #5882
- Add JCEF out of process vm setting by @RomneyDa in #5891
- fix: mac build issues by @tomasz-stefaniak in #5925
- fetch secrets from /.continue/.env folder before /.env by @uinstinct in #5461
- update docs by @bhaktatejas922 in #5941
- add claude-4-sonnet and opus to llm-info by @sestinj in #5852
- Nate/fix-openai-adapters by @sestinj in #5612
- feat: enable sourcemaps by @Patrick-Erichsen in #5942
- fix installation and core checks due to import error by @uinstinct in #5937
- Free trial popover by @sestinj in #5926
- ci: 🎨 run prettier check for all PRs by @sestinj in #5693
- Data URI for caBundlePath by @sestinj in #5963
- Support completions with proxy by @sestinj in #5962
- verbose logging option for our custom fetch by @sestinj in #5884
- Quick pick to enter key in VS Code by @sestinj in #5952
- feat: add
no-negated-condition
eslint by @Patrick-Erichsen in #5967 - chore: bump versions by @Patrick-Erichsen in #5966
- refactor: ♻️ Refactor CodeBaseIndexer out of core by @chezsmithy in #5894
- Prompts fixes by @RomneyDa in #5946
- Bump tar-fs in /core by @dependabot in #5956
- fix: handle no parts returned from Gemini by @RomneyDa in #5974
- bump fetch by @sestinj in #5979
- Only allow completions through continue for vllm for now by @RomneyDa in #5983
- bump by @sestinj in #5984
- feat: 🧱 Enable terminals for additional vscode Remote Host Types by @chezsmithy in #5813
- always show active file in input toolbar, not codebase by @sestinj in #5868
- Delete docs/docs/customize/tutorials/build-your-own-slash-command.md by @Patrick-Erichsen in #5905
- Bump vite from 5.4.18 to 6.3.5 in /gui by @dependabot in #5916
- Gemini LLM Info by @RomneyDa in #5976
- fix: linting error by @Patrick-Erichsen in #5994
- fix: 🐛 Codebase indexing is not starting on load by @chezsmithy in #5993
- streamable-http support in YAML by @sestinj in #6014
- Add ability to configure tabAutocompleteOptions on a per-model basis in config.yaml by @jpoly1219 in #5970
- Implement #3244 by @jpoly1219 in #5973
- add inception to json providers by @RomneyDa in #5854
- Include mcp server names in tool names by @RomneyDa in #5991
- Better notch rules section border by @RomneyDa in #5944
- Node fetch Premature close patch by @RomneyDa in #6009
- Bubble up config and block errors to the extension GUI by @jpoly1219 in #5990
- Bump django from 3.2.7 to 4.2.22 in /manual-testing-sandbox by @dependabot in #6021
- feat: skip hub onboarding in free trial by @Patrick-Erichsen in #6024
- Fix tool call name merging by @RomneyDa in #6029
- switch to the free trial assistant once logged in for the first time by @sestinj in #6035
- feat: use correct deployment for azure by @Patrick-Erichsen in #6023
- Watsonx-vi by @sestinj in #5889
- feat: refactor onboarding card by @Patrick-Erichsen in #6034
- docs: Rules doc improvements by @bdougie in #5969
- Handle JSON Parsing errors by @RomneyDa in #5995
- better premature close error, resubmit button on error dialog by @RomneyDa in #6013
- feat: create markdown rules in notch by @Patrick-Erichsen in #5945
- fix: 🐛 Index files from save and tools by @chezsmithy in #5564
- feat(scaleway): update supported models by @fpagny in #6004
- fix: 🐛 Codebase Indexing still not work by @owl-app in #6032
- docs: 📜 Update prompt caching docs for AWS Bedrock by @chezsmithy in #6050
- fix: apply notch filename trunaction by @Patrick-Erichsen in #6058
- ignore running tests inside dist directory by @jpoly1219 in #6057
- fix: handle apiType for azure w/ proxy by @Patrick-Erichsen in #6071
- RulesContextProvider by @sestinj in #6070
- bump by @sestinj in #6072
- Update extension name by @sestinj in #6073
- Tomasz/rule colocation by @tomasz-stefaniak in #6048
- build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /core by @dependabot in #6082
- feat: add
tools
in chatInteraction dev data by @uinstinct in #5812 - [Updated PR] [Feature] Autocomplete context from other tabs open in the editor by @adarshramiyer in #6012
- docs: markdown first rules by @bdougie in #6049
- Run Prettier by @RomneyDa in #6086
- Simple Context Deduplication for Autocomplete by @adarshramiyer in #6055
- Fetch URL Content Tool by @RomneyDa in #6081
- add "Edit Highlighted Code" submenu item by @TyDunn in #6087
- feat: onboarding card upgrade tab by @Patrick-Erichsen in #6047
- Update contributing: add note to install vite by @RomneyDa in #6085
- docs: update rule properties by @Patrick-Erichsen in #6102
- feat: Add shortcut to force autocomplete (VSCode) by @ShamanicArts in #6028
- instructions to clean reset the plugin by @uinstinct in #5641
- Feat ✨ Give the terminal color and escape sequence rendering by @chezsmithy in #6001
- chore: add no-misused-promises eslint rule by @uinstinct in #6122
- vscode 1.1.48 by @RomneyDa in https://github.com/continuedev/continue/pull/...
v1.1.49-vscode
What's Changed
- docs: mcp docs and examples by @bdougie in #6060
- feat: add support for vLLM response format in reranking logic and up… by @Iamshankhadeep in #5954
- ✨ refresh Cohere support by @maxbrunet in #6054
- Tomasz/fix auth by @tomasz-stefaniak in #6123
- docs: update with sonnet 4 by @bdougie in #6145
- feat: improve fatal error message by @Patrick-Erichsen in #6097
- feat: move rule parsing to
config-yaml
by @Patrick-Erichsen in #6138 - Update shellPath.ts by @Patrick-Erichsen in #6157
- chore: migrate core (autocomplete) tests to vitest by @uinstinct in #6063
- Remove extraneous ebugger by @RomneyDa in #6151
- Fix bug caused by empty config.json by @sestinj in #6149
- build(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /packages/continue-sdk by @dependabot in #6103
- fix vllm import in docs by @RomneyDa in #6171
- fix: failing azure llm test by @Patrick-Erichsen in #6172
- chore: bump extension versions by @Patrick-Erichsen in #6177
Full Changelog: v1.0.23-jetbrains...v1.1.49-vscode
v1.0.24-jetbrains
What's Changed
- docs: mcp docs and examples by @bdougie in #6060
- feat: add support for vLLM response format in reranking logic and up… by @Iamshankhadeep in #5954
- ✨ refresh Cohere support by @maxbrunet in #6054
- Tomasz/fix auth by @tomasz-stefaniak in #6123
- docs: update with sonnet 4 by @bdougie in #6145
- feat: improve fatal error message by @Patrick-Erichsen in #6097
- feat: move rule parsing to
config-yaml
by @Patrick-Erichsen in #6138 - Update shellPath.ts by @Patrick-Erichsen in #6157
- chore: migrate core (autocomplete) tests to vitest by @uinstinct in #6063
- Remove extraneous ebugger by @RomneyDa in #6151
- Fix bug caused by empty config.json by @sestinj in #6149
- build(deps): bump brace-expansion from 2.0.1 to 2.0.2 in /packages/continue-sdk by @dependabot in #6103
- fix vllm import in docs by @RomneyDa in #6171
- fix: failing azure llm test by @Patrick-Erichsen in #6172
- chore: bump extension versions by @Patrick-Erichsen in #6177
Full Changelog: v1.0.23-jetbrains...v1.0.24-jetbrains
v1.0.23-jetbrains
What's Changed
- Bump tar-fs in /core by @dependabot in #5956
- fix: handle no parts returned from Gemini by @RomneyDa in #5974
- bump fetch by @sestinj in #5979
- Only allow completions through continue for vllm for now by @RomneyDa in #5983
- bump by @sestinj in #5984
- feat: 🧱 Enable terminals for additional vscode Remote Host Types by @chezsmithy in #5813
- always show active file in input toolbar, not codebase by @sestinj in #5868
- Delete docs/docs/customize/tutorials/build-your-own-slash-command.md by @Patrick-Erichsen in #5905
- Bump vite from 5.4.18 to 6.3.5 in /gui by @dependabot in #5916
- Gemini LLM Info by @RomneyDa in #5976
- fix: linting error by @Patrick-Erichsen in #5994
- fix: 🐛 Codebase indexing is not starting on load by @chezsmithy in #5993
- streamable-http support in YAML by @sestinj in #6014
- Add ability to configure tabAutocompleteOptions on a per-model basis in config.yaml by @jpoly1219 in #5970
- Implement #3244 by @jpoly1219 in #5973
- add inception to json providers by @RomneyDa in #5854
- Include mcp server names in tool names by @RomneyDa in #5991
- Better notch rules section border by @RomneyDa in #5944
- Node fetch Premature close patch by @RomneyDa in #6009
- Bubble up config and block errors to the extension GUI by @jpoly1219 in #5990
- Bump django from 3.2.7 to 4.2.22 in /manual-testing-sandbox by @dependabot in #6021
- feat: skip hub onboarding in free trial by @Patrick-Erichsen in #6024
- Fix tool call name merging by @RomneyDa in #6029
- switch to the free trial assistant once logged in for the first time by @sestinj in #6035
- feat: use correct deployment for azure by @Patrick-Erichsen in #6023
- Watsonx-vi by @sestinj in #5889
- feat: refactor onboarding card by @Patrick-Erichsen in #6034
- docs: Rules doc improvements by @bdougie in #5969
- Handle JSON Parsing errors by @RomneyDa in #5995
- better premature close error, resubmit button on error dialog by @RomneyDa in #6013
- feat: create markdown rules in notch by @Patrick-Erichsen in #5945
- fix: 🐛 Index files from save and tools by @chezsmithy in #5564
- feat(scaleway): update supported models by @fpagny in #6004
- fix: 🐛 Codebase Indexing still not work by @owl-app in #6032
- docs: 📜 Update prompt caching docs for AWS Bedrock by @chezsmithy in #6050
- fix: apply notch filename trunaction by @Patrick-Erichsen in #6058
- ignore running tests inside dist directory by @jpoly1219 in #6057
- fix: handle apiType for azure w/ proxy by @Patrick-Erichsen in #6071
- RulesContextProvider by @sestinj in #6070
- bump by @sestinj in #6072
- Update extension name by @sestinj in #6073
- Tomasz/rule colocation by @tomasz-stefaniak in #6048
- build(deps-dev): bump brace-expansion from 1.1.11 to 1.1.12 in /core by @dependabot in #6082
- feat: add
tools
in chatInteraction dev data by @uinstinct in #5812 - [Updated PR] [Feature] Autocomplete context from other tabs open in the editor by @adarshramiyer in #6012
- docs: markdown first rules by @bdougie in #6049
- Run Prettier by @RomneyDa in #6086
- Simple Context Deduplication for Autocomplete by @adarshramiyer in #6055
- Fetch URL Content Tool by @RomneyDa in #6081
- add "Edit Highlighted Code" submenu item by @TyDunn in #6087
- feat: onboarding card upgrade tab by @Patrick-Erichsen in #6047
- Update contributing: add note to install vite by @RomneyDa in #6085
- docs: update rule properties by @Patrick-Erichsen in #6102
- feat: Add shortcut to force autocomplete (VSCode) by @ShamanicArts in #6028
- instructions to clean reset the plugin by @uinstinct in #5641
- Feat ✨ Give the terminal color and escape sequence rendering by @chezsmithy in #6001
- chore: add no-misused-promises eslint rule by @uinstinct in #6122
- vscode 1.1.48 by @RomneyDa in #6104
- fix: avoid parsing md rules as yaml by @Patrick-Erichsen in #6096
- Jetbrains v1.0.23 by @RomneyDa in #6134
New Contributors
- @bdougie made their first contribution in #5969
- @fpagny made their first contribution in #6004
- @owl-app made their first contribution in #6032
- @ShamanicArts made their first contribution in #6028
Full Changelog: v1.0.22-jetbrains...v1.0.23-jetbrains