Releases: continuedev/continue
Releases · continuedev/continue
v1.1.25-vscode
What's Changed
- feat: instant apply check for diff rejection by @Patrick-Erichsen in #5250
- separate connection and singleton in mcp folder by @sestinj in #5229
- refactor toggle div by @sestinj in #5227
- docs: update contributing guidelines by @Patrick-Erichsen in #5265
- Nate/apply-fixes by @sestinj in #5272
- nate/sqlite-io-err by @sestinj in #5299
- Ignore generated config yaml json schema by @RomneyDa in #5294
- nate/link by @sestinj in #5306
- bump by @sestinj in #5307
- fix: broken help center quickpick by @Patrick-Erichsen in #5298
- fix Inline edit panel can not select edit models by @bright-ren in #5276
- Update Node.js LTS to v20.19.0 by @PeterDaveHello in #5271
- Azure o3/o4 tool support by @muliyul in #5153
- feat: add autocomplete prompt template by @uinstinct in #5176
- fix: models and mode are not synced by @yoncise in #5133
- build(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @dependabot in #5203
- explicitly specify that
uses
blocks are pulled from hub.continue.dev by @uinstinct in #5243 - Bump @babel/runtime from 7.26.0 to 7.27.0 in /extensions/vscode by @dependabot in #5315
- Bump @babel/helpers from 7.26.0 to 7.27.0 in /docs by @dependabot in #5317
- feat: Improve ProtocolClient initialization and GUI loading by @lkk214 in #4759
- no-select by @sestinj in #5314
- Improved text selection by allowing multiple edit ranges to be highlighted by @GauravVBhambhani in #4725
- fix:recently edited files change ignore bug by @WebRelDesigner in #5149
- edit prompt hint text ellipsized by default by @panyamkeerthana in #5197
- fix: removed files adding again in edit mode by @uinstinct in #5204
- clear the edit mode add file input after adding file by @uinstinct in #5205
- style: set whitespace-nowrap on @mention dropdown items by @erweixin in #5259
- fix function.arguments empty issue when use tools call with Qwen2.5 vllm by @bright-ren in #5277
- show not allowed pointer when enter button is disabled by @uinstinct in #5192
- Update package.json by @Patrick-Erichsen in #5318
New Contributors
- @bright-ren made their first contribution in #5276
- @PeterDaveHello made their first contribution in #5271
- @muliyul made their first contribution in #5153
- @GauravVBhambhani made their first contribution in #4725
- @WebRelDesigner made their first contribution in #5149
- @erweixin made their first contribution in #5259
Full Changelog: v1.0.13-jetbrains...v1.1.25-vscode
v1.0.14-jetbrains
What's Changed
- feat: instant apply check for diff rejection by @Patrick-Erichsen in #5250
- separate connection and singleton in mcp folder by @sestinj in #5229
- refactor toggle div by @sestinj in #5227
- docs: update contributing guidelines by @Patrick-Erichsen in #5265
- Nate/apply-fixes by @sestinj in #5272
- nate/sqlite-io-err by @sestinj in #5299
- Ignore generated config yaml json schema by @RomneyDa in #5294
- nate/link by @sestinj in #5306
- bump by @sestinj in #5307
- fix: broken help center quickpick by @Patrick-Erichsen in #5298
- fix Inline edit panel can not select edit models by @bright-ren in #5276
- Update Node.js LTS to v20.19.0 by @PeterDaveHello in #5271
- Azure o3/o4 tool support by @muliyul in #5153
- feat: add autocomplete prompt template by @uinstinct in #5176
- fix: models and mode are not synced by @yoncise in #5133
- build(deps): bump http-proxy-middleware from 2.0.7 to 2.0.9 in /docs by @dependabot in #5203
- explicitly specify that
uses
blocks are pulled from hub.continue.dev by @uinstinct in #5243 - Bump @babel/runtime from 7.26.0 to 7.27.0 in /extensions/vscode by @dependabot in #5315
- Bump @babel/helpers from 7.26.0 to 7.27.0 in /docs by @dependabot in #5317
- feat: Improve ProtocolClient initialization and GUI loading by @lkk214 in #4759
- no-select by @sestinj in #5314
- Improved text selection by allowing multiple edit ranges to be highlighted by @GauravVBhambhani in #4725
- fix:recently edited files change ignore bug by @WebRelDesigner in #5149
- edit prompt hint text ellipsized by default by @panyamkeerthana in #5197
- fix: removed files adding again in edit mode by @uinstinct in #5204
- clear the edit mode add file input after adding file by @uinstinct in #5205
- style: set whitespace-nowrap on @mention dropdown items by @erweixin in #5259
- fix function.arguments empty issue when use tools call with Qwen2.5 vllm by @bright-ren in #5277
- show not allowed pointer when enter button is disabled by @uinstinct in #5192
- Update package.json by @Patrick-Erichsen in #5318
New Contributors
- @bright-ren made their first contribution in #5276
- @PeterDaveHello made their first contribution in #5271
- @muliyul made their first contribution in #5153
- @GauravVBhambhani made their first contribution in #4725
- @WebRelDesigner made their first contribution in #5149
- @erweixin made their first contribution in #5259
Full Changelog: v1.0.13-jetbrains...v1.0.14-jetbrains
v1.0.13-jetbrains
What's Changed
- fix: set DEFAULT_CONTEXT_LENGTH to 8192 by @pppy2012 in #4963
- remove unused vscode commands by @RomneyDa in #4958
- Remove unused code by @RomneyDa in #4942
- Tomasz/if rules by @tomasz-stefaniak in #4974
- fix bedrock reranker credentials by @sestinj in #4964
- replace localhost host with 127.0.0.1 by @sestinj in #4889
- fix(package.js): show the version when vsce packages by @uinstinct in #4983
- replace actions with agent in READMEs by @TyDunn in #4993
- feat: prompt blocks by @Patrick-Erichsen in #4982
- feat: assistant select polish by @Patrick-Erichsen in #4998
- build(deps-dev): bump vite from 4.5.9 to 4.5.12 in /extensions/vscode by @dependabot in #4995
- Edit tool + Create tool tweaks by @RomneyDa in #4978
- implementation of hub client by @sestinj in #4976
- Fix Chat mode cycling on VS Code by @fbricon in #4987
- Grep and Glob tools by @RomneyDa in #4977
- option to always use proxy by @sestinj in #4992
- Switch to localhost for using Docker models. by @metcalfc in #4997
- Nate/auto-bump by @sestinj in #5003
- Update bedrock.mdx mispelling for Poolside Point in Bedrock Customization Docs by @nblake989 in #5001
- fix: promptblock parsing by @Patrick-Erichsen in #5004
- semantic release for config-yaml by @sestinj in #5007
- cli for linting config-yaml by @sestinj in #5008
- Refresh items for new Context Provider titles + MCP Resource Improvements by @RomneyDa in #5017
- Truncate autocomplete LRU cache prefixes by @RomneyDa in #5015
- Config Loading and Org/Profile Selection Fixes by @RomneyDa in #5013
- Support fnm in the install-all-dependencies task. by @shermanhuman in #5014
- doc(ui) - support for array by @ttodua in #4989
- Update YAML reference docs with fix for useLegacyCompletionsEndpoint by @diwakar-s-maurya in #4985
- feat: fix ctx providers w/ slash cmds by @Patrick-Erichsen in #5028
- Remove unused vscode-webview package by @RomneyDa in #5031
- Rich LLM logging by @owtaylor in #4866
- bump by @sestinj in #5009
- make a draft main release every friday by @sestinj in #5006
- Update package.json by @sestinj in #5052
- fix pr_checks.yaml linting by @uinstinct in #4999
- build(deps): bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /docs by @dependabot in #5032
- Forbid file mentioning for large files by @Jazzcort in #4790
- fix: Use MCP server_name from JSON config as display name by @0x23d11 in #5056
- fix code block preview needing to click twice to hide by @uinstinct in #5046
- Update LlamaCpp.ts by @Patrick-Erichsen in #5030
- Update reference.md by @Patrick-Erichsen in #5054
- improv: stricter linting by @tomasz-stefaniak in #5060
- fix: handle deleted blocks by @Patrick-Erichsen in #4945
- add metadata to config-yaml by @sestinj in #5063
- Enable tools support for Cogito on Ollama by @fbricon in #5071
- use concurrently in npm script by @uinstinct in #5070
- docs: adds missing key in yaml migration example by @breca in #5068
- feat: fallback to chat model from apply by @Patrick-Erichsen in #5058
- isProperlyConfigured by @sestinj in #5012
- improv: stricter linting by @tomasz-stefaniak in #5077
- improv: stricter linting by @tomasz-stefaniak in #5078
- fix/web-search-typo by @chezsmithy in #5036
- build(deps): bump peter-evans/create-pull-request from 5 to 7 by @dependabot in #5023
- Enable Embed/Reranking for all providers by @RomneyDa in #5062
- feat/bedrock-secure-prompt-caching by @chezsmithy in #5035
- bump by @sestinj in #5074
- feat: introduce
chatOptions.baseSystemMessage
by @Patrick-Erichsen in #5084 - docs: Update vector dimensions in custom-code-rag.mdx by @s-h-a-d-o-w in #5080
- UI tweaks by @RomneyDa in #5085
- prevent the expand icon from disappearing in prompt block by @uinstinct in #5089
- Reliably trigger VSCode extension rebuild by @owtaylor in #4162
- feat: assistant select refresh on right by @Patrick-Erichsen in #5099
- feat: toolbar header for all codeblocks by @Patrick-Erichsen in #5110
- Use shortcuts component to render keyboard shortcuts on KeyboardShortcuts.tsx by @shermanhuman in #5016
- More linting by @tomasz-stefaniak in #5124
- various docs fixes by @uinstinct in #5120
- build(deps-dev): bump @nestjs/common from 8.4.7 to 11.0.16 in /extensions/vscode by @dependabot in #5125
- build(deps-dev): bump vite from 4.5.12 to 4.5.13 in /extensions/vscode by @dependabot in #5126
- Allow skipping ollama onboarding by @NinjaPerson24119 in #5088
- feat: no diff stream progress for fast apply models by @Patrick-Erichsen in #5122
- feat: consolidate StepContainer by @Patrick-Erichsen in #5128
- feat: reintroduce lazy apply for full files by @Patrick-Erichsen in #5156
- chore: add props typing to Tooltip component by @uinstinct in #4988
- Update apply.mdx by @Patrick-Erichsen in #5146
- feat: create file button in toolbar by @Patrick-Erichsen in #5161
- Rules docs updates by @RomneyDa in #5139
- Dont set parallel tool calls for o3 by @RomneyDa in #5164
- Refresh profiles on deeplink + select org/profile by @RomneyDa in #5116
- generate json schema by @sestinj in #5051
- hub docs by @sestinj in #5184
- Nate/new-block-files by @sestinj in #5157
- Rules UI improvements and Sources, System Message fixes by @RomneyDa in #5104
- remove cft by @sestinj in #5201
- fix: missing useLegacyCompletionsEndpoint in yaml schema by @yoncise in #5113
- allow to upload same image more than once by @uinstinct in #5134
- build(deps-dev): bump vite from 4.5.11 to 4.5.13 in /gui by @dependabot in #5144
- huggingface and voyage re-additions by @RomneyDa in #5215
- Fix 'undefined' this on
files/changed
listener by @fbricon in #5191 - do not allow to edit code block preview by @uinstinct in #5219
- build(deps): bump torch from 1.9.1 to 2.6.0 in /manual-testing-sandbox by @dependabot in #5228
- fix: update install script by @Patrick-Erichsen in #5214
- feat: enhanced terminal tool and ui by @chezsmithy in https://github.com/continuedev/continue/...
v1.1.24-vscode
What's Changed
- feat: introduce
chatOptions.baseSystemMessage
by @Patrick-Erichsen in #5084 - docs: Update vector dimensions in custom-code-rag.mdx by @s-h-a-d-o-w in #5080
- UI tweaks by @RomneyDa in #5085
- prevent the expand icon from disappearing in prompt block by @uinstinct in #5089
- Reliably trigger VSCode extension rebuild by @owtaylor in #4162
- feat: assistant select refresh on right by @Patrick-Erichsen in #5099
- feat: toolbar header for all codeblocks by @Patrick-Erichsen in #5110
- Use shortcuts component to render keyboard shortcuts on KeyboardShortcuts.tsx by @shermanhuman in #5016
- More linting by @tomasz-stefaniak in #5124
- various docs fixes by @uinstinct in #5120
- build(deps-dev): bump @nestjs/common from 8.4.7 to 11.0.16 in /extensions/vscode by @dependabot in #5125
- build(deps-dev): bump vite from 4.5.12 to 4.5.13 in /extensions/vscode by @dependabot in #5126
- Allow skipping ollama onboarding by @NinjaPerson24119 in #5088
- feat: no diff stream progress for fast apply models by @Patrick-Erichsen in #5122
- feat: consolidate StepContainer by @Patrick-Erichsen in #5128
- feat: reintroduce lazy apply for full files by @Patrick-Erichsen in #5156
- chore: add props typing to Tooltip component by @uinstinct in #4988
- Update apply.mdx by @Patrick-Erichsen in #5146
- feat: create file button in toolbar by @Patrick-Erichsen in #5161
- Rules docs updates by @RomneyDa in #5139
- Dont set parallel tool calls for o3 by @RomneyDa in #5164
- Refresh profiles on deeplink + select org/profile by @RomneyDa in #5116
- generate json schema by @sestinj in #5051
- hub docs by @sestinj in #5184
- Nate/new-block-files by @sestinj in #5157
- Rules UI improvements and Sources, System Message fixes by @RomneyDa in #5104
- remove cft by @sestinj in #5201
New Contributors
- @s-h-a-d-o-w made their first contribution in #5080
Full Changelog: v1.1.23-vscode...v1.1.24-vscode
v1.0.6-vscode
What's Changed
- Agent Docs by @RomneyDa in #4817
- Edit mode and Settings Page docs updates by @RomneyDa in #4841
- Actions/Deep Dive Docs Updates by @RomneyDa in #4857
- feat: improve styling on code to edit by @Patrick-Erichsen in #4868
- fix: always show close icon by @Patrick-Erichsen in #4869
- Create org docs by @RomneyDa in #4858
- Fix typo in introduction.md by @xd2 in #4854
- Autocomplete: don't look for imports outside workspace by @RomneyDa in #4867
- Fix slash command triggering and prompt body exclusions by @RomneyDa in #4865
- Anthropic tools bug fix and tools tweaks by @RomneyDa in #4844
- Docs inconsistency fixes by @RomneyDa in #4920
- fix(docs): contributing guide typos by @uinstinct in #4884
- Nate/fixes-0002 by @sestinj in #4910
- fix: terminate thinking animation for reasoning model on request completion by @usamanasar38 in #4789
- Update pull_request_template.md by @Patrick-Erichsen in #4924
- Fix wide-screen flex by @RomneyDa in #4873
- bump by @sestinj in #4927
- Bump vite from 4.5.9 to 4.5.11 in /gui by @dependabot in #4925
- Bump tar-fs from 2.1.1 to 2.1.2 in /binary by @dependabot in #4892
- Bump apple-actions/import-codesign-certs from 3 to 5 by @dependabot in #4782
- Fixes #4774: Add error handling for system prompt by @mdelder in #4863
- yaml contextlength fix by @RomneyDa in #4929
- Use fetchwithRequestOptions for all calls in WatsonX. by @splatch in #4812
- Implement caching for diff in IntelliJ extension by @ferenci84 in #4753
- Assistant select and Notch UI tweaks by @RomneyDa in #4939
- Fix count tokens bug by @Jazzcort in #4950
- Bump image-size from 1.2.0 to 1.2.1 in /docs by @dependabot in #4953
- Add support the Docker model runner by @metcalfc in #4959
- inception provider by @sestinj in #4907
- LS Tool by @RomneyDa in #4957
- fix(typo): customize overview doc by @uinstinct in #4882
- Fix : Handle-custom-models with openAI adapter by @aadarshkt in #4941
- feat/bedrock-prompt-caching by @chezsmithy in #4948
- fix(docs): correct openai api key name by @uinstinct in #4930
- [Doc] context typo files replace with file by @YuseiUeno in #4928
- add google gemini-2.5-pro-exp-03-25 and others; lift siliconflow to reranker model provider by @zhyhang in #4915
- Bump tar-fs in /extensions/vscode by @dependabot in #4935
- feat: add animated ellipsis to lump by @Patrick-Erichsen in #4870
- inceptionlabs provider by @metcalfc in #4960
- fix: set DEFAULT_CONTEXT_LENGTH to 8192 by @pppy2012 in #4963
- remove unused vscode commands by @RomneyDa in #4958
- Remove unused code by @RomneyDa in #4942
- Tomasz/if rules by @tomasz-stefaniak in #4974
- fix bedrock reranker credentials by @sestinj in #4964
- replace localhost host with 127.0.0.1 by @sestinj in #4889
- fix(package.js): show the version when vsce packages by @uinstinct in #4983
- replace actions with agent in READMEs by @TyDunn in #4993
- feat: prompt blocks by @Patrick-Erichsen in #4982
- feat: assistant select polish by @Patrick-Erichsen in #4998
- build(deps-dev): bump vite from 4.5.9 to 4.5.12 in /extensions/vscode by @dependabot in #4995
- Edit tool + Create tool tweaks by @RomneyDa in #4978
- implementation of hub client by @sestinj in #4976
- Fix Chat mode cycling on VS Code by @fbricon in #4987
- Grep and Glob tools by @RomneyDa in #4977
- option to always use proxy by @sestinj in #4992
- Switch to localhost for using Docker models. by @metcalfc in #4997
- Nate/auto-bump by @sestinj in #5003
- Update bedrock.mdx mispelling for Poolside Point in Bedrock Customization Docs by @nblake989 in #5001
- fix: promptblock parsing by @Patrick-Erichsen in #5004
- semantic release for config-yaml by @sestinj in #5007
- cli for linting config-yaml by @sestinj in #5008
- Refresh items for new Context Provider titles + MCP Resource Improvements by @RomneyDa in #5017
- Truncate autocomplete LRU cache prefixes by @RomneyDa in #5015
- Config Loading and Org/Profile Selection Fixes by @RomneyDa in #5013
- Support fnm in the install-all-dependencies task. by @shermanhuman in #5014
- doc(ui) - support for array by @ttodua in #4989
- Update YAML reference docs with fix for useLegacyCompletionsEndpoint by @diwakar-s-maurya in #4985
- feat: fix ctx providers w/ slash cmds by @Patrick-Erichsen in #5028
- Remove unused vscode-webview package by @RomneyDa in #5031
- Rich LLM logging by @owtaylor in #4866
- bump by @sestinj in #5009
- make a draft main release every friday by @sestinj in #5006
- Update package.json by @sestinj in #5052
- fix pr_checks.yaml linting by @uinstinct in #4999
- build(deps): bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /docs by @dependabot in #5032
- Forbid file mentioning for large files by @Jazzcort in #4790
- fix: Use MCP server_name from JSON config as display name by @0x23d11 in #5056
- fix code block preview needing to click twice to hide by @uinstinct in #5046
- Update LlamaCpp.ts by @Patrick-Erichsen in #5030
- Update reference.md by @Patrick-Erichsen in #5054
- improv: stricter linting by @tomasz-stefaniak in #5060
- fix: handle deleted blocks by @Patrick-Erichsen in #4945
- add metadata to config-yaml by @sestinj in #5063
- Enable tools support for Cogito on Ollama by @fbricon in #5071
- use concurrently in npm script by @uinstinct in #5070
- docs: adds missing key in yaml migration example by @breca in #5068
- feat: fallback to chat model from apply by @Patrick-Erichsen in #5058
- isProperlyConfigured by @sestinj in #5012
- improv: stricter linting by @tomasz-stefaniak in #5077
- improv: stricter linting by @tomasz-stefaniak in #5078
- fix/web-search-typo by @chezsmithy in #5036
- build(deps): bump peter-evans/create-pull-request from 5 to 7 by @dependabot in #5023
- Enable Embed/Reranking for all providers by @RomneyDa in #5062
- feat/bedrock-secure-prompt-caching by @chezsmithy in https://g...
v1.1.23-vscode
What's Changed
- fix pr_checks.yaml linting by @uinstinct in #4999
- build(deps): bump estree-util-value-to-estree from 3.2.1 to 3.3.3 in /docs by @dependabot in #5032
- Forbid file mentioning for large files by @Jazzcort in #4790
- fix: Use MCP server_name from JSON config as display name by @0x23d11 in #5056
- fix code block preview needing to click twice to hide by @uinstinct in #5046
- Update LlamaCpp.ts by @Patrick-Erichsen in #5030
- Update reference.md by @Patrick-Erichsen in #5054
- improv: stricter linting by @tomasz-stefaniak in #5060
- fix: handle deleted blocks by @Patrick-Erichsen in #4945
- add metadata to config-yaml by @sestinj in #5063
- Enable tools support for Cogito on Ollama by @fbricon in #5071
- use concurrently in npm script by @uinstinct in #5070
- docs: adds missing key in yaml migration example by @breca in #5068
- feat: fallback to chat model from apply by @Patrick-Erichsen in #5058
- isProperlyConfigured by @sestinj in #5012
- improv: stricter linting by @tomasz-stefaniak in #5077
- improv: stricter linting by @tomasz-stefaniak in #5078
- fix/web-search-typo by @chezsmithy in #5036
- build(deps): bump peter-evans/create-pull-request from 5 to 7 by @dependabot in #5023
- Enable Embed/Reranking for all providers by @RomneyDa in #5062
- feat/bedrock-secure-prompt-caching by @chezsmithy in #5035
- bump by @sestinj in #5074
New Contributors
Full Changelog: v1.1.22-vscode...v1.1.23-vscode
v1.1.22-vscode
What's Changed
- Switch to localhost for using Docker models. by @metcalfc in #4997
- Nate/auto-bump by @sestinj in #5003
- Update bedrock.mdx mispelling for Poolside Point in Bedrock Customization Docs by @nblake989 in #5001
- fix: promptblock parsing by @Patrick-Erichsen in #5004
- semantic release for config-yaml by @sestinj in #5007
- cli for linting config-yaml by @sestinj in #5008
- Refresh items for new Context Provider titles + MCP Resource Improvements by @RomneyDa in #5017
- Truncate autocomplete LRU cache prefixes by @RomneyDa in #5015
- Config Loading and Org/Profile Selection Fixes by @RomneyDa in #5013
- Support fnm in the install-all-dependencies task. by @shermanhuman in #5014
- doc(ui) - support for array by @ttodua in #4989
- Update YAML reference docs with fix for useLegacyCompletionsEndpoint by @diwakar-s-maurya in #4985
- feat: fix ctx providers w/ slash cmds by @Patrick-Erichsen in #5028
- Remove unused vscode-webview package by @RomneyDa in #5031
- Rich LLM logging by @owtaylor in #4866
- bump by @sestinj in #5009
- make a draft main release every friday by @sestinj in #5006
New Contributors
- @nblake989 made their first contribution in #5001
- @ttodua made their first contribution in #4989
- @diwakar-s-maurya made their first contribution in #4985
Full Changelog: v1.1.21-vscode...v1.1.22-vscode
v1.1.21-vscode
What's Changed
- fix(package.js): show the version when vsce packages by @uinstinct in #4983
- replace actions with agent in READMEs by @TyDunn in #4993
- feat: prompt blocks by @Patrick-Erichsen in #4982
- feat: assistant select polish by @Patrick-Erichsen in #4998
- build(deps-dev): bump vite from 4.5.9 to 4.5.12 in /extensions/vscode by @dependabot in #4995
- Edit tool + Create tool tweaks by @RomneyDa in #4978
- implementation of hub client by @sestinj in #4976
- Fix Chat mode cycling on VS Code by @fbricon in #4987
- Grep and Glob tools by @RomneyDa in #4977
- option to always use proxy by @sestinj in #4992
Full Changelog: v1.1.20-vscode...v1.1.21-vscode
v1.1.20-vscode
What's Changed
- fix: set DEFAULT_CONTEXT_LENGTH to 8192 by @pppy2012 in #4963
- remove unused vscode commands by @RomneyDa in #4958
- Remove unused code by @RomneyDa in #4942
- Tomasz/if rules by @tomasz-stefaniak in #4974
- fix bedrock reranker credentials by @sestinj in #4964
- replace localhost host with 127.0.0.1 by @sestinj in #4889
New Contributors
Full Changelog: v1.1.19-vscode...v1.1.20-vscode
v1.1.19-vscode
What's Changed
- bump by @sestinj in #4927
- Bump vite from 4.5.9 to 4.5.11 in /gui by @dependabot in #4925
- Bump tar-fs from 2.1.1 to 2.1.2 in /binary by @dependabot in #4892
- Bump apple-actions/import-codesign-certs from 3 to 5 by @dependabot in #4782
- Fixes #4774: Add error handling for system prompt by @mdelder in #4863
- yaml contextlength fix by @RomneyDa in #4929
- Use fetchwithRequestOptions for all calls in WatsonX. by @splatch in #4812
- Implement caching for diff in IntelliJ extension by @ferenci84 in #4753
- Assistant select and Notch UI tweaks by @RomneyDa in #4939
- Fix count tokens bug by @Jazzcort in #4950
- Bump image-size from 1.2.0 to 1.2.1 in /docs by @dependabot in #4953
- Add support the Docker model runner by @metcalfc in #4959
- inception provider by @sestinj in #4907
- LS Tool by @RomneyDa in #4957
- fix(typo): customize overview doc by @uinstinct in #4882
- Fix : Handle-custom-models with openAI adapter by @aadarshkt in #4941
- feat/bedrock-prompt-caching by @chezsmithy in #4948
- fix(docs): correct openai api key name by @uinstinct in #4930
- [Doc] context typo files replace with file by @YuseiUeno in #4928
- add google gemini-2.5-pro-exp-03-25 and others; lift siliconflow to reranker model provider by @zhyhang in #4915
- Bump tar-fs in /extensions/vscode by @dependabot in #4935
- feat: add animated ellipsis to lump by @Patrick-Erichsen in #4870
- inceptionlabs provider by @metcalfc in #4960
New Contributors
- @splatch made their first contribution in #4812
- @metcalfc made their first contribution in #4959
- @YuseiUeno made their first contribution in #4928
- @zhyhang made their first contribution in #4915
Full Changelog: v1.1.18-vscode...v1.1.19-vscode