What's Changed
- chore: π§βπ» add vscode github actions extension to recommended list by @sestinj in #5607
- test: β Add tests for appearance of Accept All / Reject All buttons + ability to mock IDE messages to webview by @sestinj in #5620
- open config when clicking on editing the prompt by @uinstinct in #5503
- fix: use
cmd
for windows MCP connections by @Patrick-Erichsen in #5631 - docs: remove incorrect note on org secrets by @Patrick-Erichsen in #5597
- Enhancements and fixes to autocomplete behaviour by @bdavj in #4509
- config-yaml: add embedding prefixes support by @eliransin in #4765
- feat(config-yaml): Add promptCaching to Default Completion Options and enable Bedrock Tools Caching by @chezsmithy in #5371
- fix(diff-editor)-performance by @chezsmithy in #5581
- error message when mcp arg has unsubstituted variable by @uinstinct in #5591
- Nate/contributin-md by @sestinj in #5611
- feat: update tutorial files w/ agent mode step by @Patrick-Erichsen in #5639
- fix: use proper alternating colors in KeyboardShortcuts.tsx by @fbricon in #5648
- fix: use bolt icon for shortcuts page by @Patrick-Erichsen in #5652
- replace vsce with @vscode/vsce by @uinstinct in #5538
- fix test dirs being created inside core folder by @uinstinct in #5588
- Fix apply state actions generating state by @RomneyDa in #5640
- Openrouter Tool Support by default by @RomneyDa in #5651
- fix: π fixing issues with creating markdown files by @chezsmithy in #5624
- jetbrains test configurations by @sestinj in #5603
- docs: clarify local .env secret pull process for local assistants by @Spelkington in #5604
- fix loading configs from project .continue folder in JetBrains IDEs on Windows (bug #5474) by @muravvv in #5618
- CLA by @sestinj in #5655
- Fix selected profile not being persisted by @RomneyDa in #5654
- Fix: codeblocks hanging on one line for tool calls by @RomneyDa in #5656
- fix: number of completions to generate is not supported by @tomasz-stefaniak in #5674
- chore: π¨ fix lint errors in gui and introduce gui lint in CI by @sestinj in #5668
- ci: π don't run cla assistant on fork repositories by @sestinj in #5678
- chore: π bump intellij version by @sestinj in #5676
- chore: ignore whitespaces in CLA check by @Patrick-Erichsen in #5682
- update to test out reo by @TyDunn in #5688
- feat: display rules used by @tomasz-stefaniak in #5677
- chore(deps): bump undici from 6.21.1 to 6.21.3 in /extensions/vscode by @dependabot in #5687
- chore: bump by @tomasz-stefaniak in #5691
- fix minor problems during intellij ce extension run scripts by @uinstinct in #5587
- Update IdeProtocolClient.kt by @Patrick-Erichsen in #5653
- β¨ add seed coder fim template by @Orion-zhen in #5608
- Update troubleshooting.mdx by @Patrick-Erichsen in #5649
- fix: dont toggle models when toggling assistants by @Patrick-Erichsen in #5636
- Fix docs by @sestinj in #5695
- feat: add link to Hub on Help Center by @Patrick-Erichsen in #5650
- chore(deps): bump undici from 6.21.1 to 6.21.3 in /core by @dependabot in #5704
- fix: truncate
tagToString
to max filename len by @Patrick-Erichsen in #5632 - tests for uriToFile by @sestinj in #5584
- fix: prevent autoscrolling on new tool msgs by @Patrick-Erichsen in #5638
- fix: hardcode
fontSize
for tool call status msg by @Patrick-Erichsen in #5637 - chore(JB): cleanup
applyToFile
logic by @Patrick-Erichsen in #5680 - Fix: non-existent tool logic, better tool errors by @RomneyDa in #5673
- fix[JB]: misc apply bugs by @Patrick-Erichsen in #5708
- Nate/log-inline-edit by @sestinj in #5659
- Setting for auto-accepting agent mode edits by @RomneyDa in #5657
- handle
data:[DONE]
without space properly by @zyxue in #5580 - feat: open prompt file or slug on edit click by @uinstinct in #5718
- nate/changelog-link by @sestinj in #5658
- make continuedev/fetch package automatically respect HTTP(S)_PROXY, NO_PROXY environment variables by @sestinj in #5715
- feat: only autoscroll Continue console when focused on last element by @fbricon in #5702
- Clean up DataLogger and use auth by default by @sestinj in #5623
- fix: add Delphi/Pascal syntax highlighting support by @fbricon in #5732
- chore: π§βπ» update the commit message for cla signing by @sestinj in #5692
- test: β retry on failed llm api tests by @sestinj in #5495
- improv: cancel autocomplete requests after timeout is reached by @tomasz-stefaniak in #5739
- chore: specify edit capabilities in
createRuleBlock
by @Patrick-Erichsen in #5681 - fix: grab PATH for mcp connections by @Patrick-Erichsen in #5740
- Client URL by @sestinj in #5723
- read from plist and linux /etc/ files for custom environment by @sestinj in #5725
- win reg by @sestinj in #5737
- bump by @sestinj in #5742
- await isSignedIn() by @sestinj in #5757
- style: update button styles and background color by @lkk214 in #5711
- feat: markdown rules by @tomasz-stefaniak in #5760
- Fix config merging by @pczekaj in #5748
- feat: add regex to allow for openai o-series models and rename method⦠by @derhauck in #5729
- feat: add support for SSE MCP servers by @04cfb1ed in #5517
- Fix: improve command extraction in RunInTerminalButton (#5724) by @saimadib in #5744
- feat(JB): impl
showFile
by @Patrick-Erichsen in #5765 - fix(JB): misc inline edit bugs by @Patrick-Erichsen in #5761
- fix: broken link by @tomasz-stefaniak in #5777
- Revert "feat: add support for SSE MCP servers" by @Patrick-Erichsen in #5780
- Add Devstral as model supporting tools by @welcoMattic in #5779
- Match all context to rules by @tomasz-stefaniak in #5781
- Update troubleshooting.mdx by @jmoughon in #5794
- Full Theme Colors Framework by @RomneyDa in #5766
- docs: specify the schema versions in dev data reference by @uinstinct in #5796
- feat: β¨ Add support for Claude Sonnet 4 by @chezsmithy in #5800
- chore(deps): bump @nestjs/common and @openapitools/openapi-generator-cli in /extensions/vscode by @dependabot in #5679
- Nate/watsonx-rules-support by @sestinj in #5807
- Nate/sse by @sestinj in #5811
New Contributors
- @bdavj made their first contribution in #4509
- @eliransin made their first contribution in #4765
- @Spelkington made their first contribution in #5604
- @muravvv made their first contribution in #5618
- @Orion-zhen made their first contribution in #5608
- @zyxue made their first contribution in #5580
- @derhauck made their first contribution in #5729
- @saimadib made their first contribution in #5744
- @welcoMattic made their first contribution in #5779
- @jmoughon made their first contribution in #5794
Full Changelog: v1.0.10-vscode...v1.0.11-vscode