What's Changed
- added alternate model naming convention to model conversion map by @vineye25 in #4416
- Feat: AWS Bedrock Tools Use by @chezsmithy in #4346
- refactor: Optimize widget initialization and loading state by @lkk214 in #4417
- Remove configure autocomplete quick command by @RomneyDa in #4398
- Feat{bedrock}: Enable Tools Support for Claude 3.7 by @chezsmithy in #4431
- Add Gemini 2.0 Flash to @continuedev/llm-info by @myanvoos in #4429
- Fix a typo in the documentation by @ruchernchong in #4427
- jetbrains cross env support for CE by @windows-test-machine in #4421
- fix @folder not limiting context items to selected folder in reranking pipeline by @mq200 in #4420
- Fix sambanova available models list, and capabilities by @jhpiedrahitao in #4357
- fix: Improve error handling and ensure coroutines continue correctly in case of failure by @lkk214 in #3763
- fix: only perform lancedb cpu check for linux by @Patrick-Erichsen in #3883
- Index fixes by @JubilantJerry in #4322
- Shortcuts component for inline keyboard shortcuts by @shermanhuman in #3947
- Nate/fix-remount by @sestinj in #4449
- Add Gemini 2.0 Flash to the model selection GUI by @myanvoos in #4443
- docs: fix typo within yaml-reference.md by @bufferoverflow in #4442
- bump vscode version by @sestinj in #4459
- proxy tool support by @RomneyDa in #4451
- FIX(AZURE): Fix azure codestral documentation by @BastinFlorian in #4526
- VSCode: handle URI query params by @RomneyDa in #4439
- block -> blockType query param for hub docs by @RomneyDa in #4480
- Nate/stale-issue-helper by @sestinj in #4428
- Filter for files ending with .prompt in global Prompt Files by @iandolge in #4505
- Use URI.resolve by @RomneyDa in #4455
- bump by @sestinj in #4532
- (fix): GitLabMergeRequest context provider doesn't work when the git origin is https by @AlexElin in #4535
- Set VSCODE_VERSION when running 'extest get-chromedriver' by @owtaylor in #4525
- docs: fix bad yaml-reference links by @baipaiha in #4536
- Bump axios from 1.7.9 to 1.8.2 in /core by @dependabot in #4528
- Ignore logic Fixes by @RomneyDa in #4531
- increase timeout for o1/o1-preview tests by @sestinj in #4537
- cache the .test-extensions folder to avoid flaky tests due to VS Code Extension Marketplace timeout by @sestinj in #4538
- Fix invalid mime type in Jetbrains IDE by @pczekaj in #4489
- Modify condition to ignore non-file URIs in RecentlyEditedTracker by @ferenci84 in #4279
- Resolve proxy error when adding Azure OpenAI model by @aplulu in #4277
- typo at various locations by @aadarshkt in #4510
- Update toolSupport.ts fixes for granite models from HF by @sammyvoncheese in #4502
- Enable Custom LLMs to use Tools by @nweatherburn in #4500
- Citations made visible in the output for Perplexity Sonar research models by @ferenci84 in #4511
- Fix nested markdown patch for codeblocks with filename by @RomneyDa in #4396
- ignore ssh tests on forks by @sestinj in #4544
- Better autodetect label by @RomneyDa in #4518
- Pull missing ollama models by @fbricon in #4474
- Update domain in docusaurus.config.js by @lkyu-ly in #4246
- attempt to fix flaky walkdir test by @sestinj in #4547
- fix ignore api key tests by @sestinj in #4546
- added tools support for fireworks.ai by @2hy6v in #4560
- Fix logic for setting IGNORE_SSH_TESTS by @owtaylor in #4556
- anthropic tool call fix in openai-adapters by @sestinj in #4564
- fix bug in codebase retrieval by @sestinj in #4562
- Nate/local-assistants by @sestinj in #4550
- bump by @sestinj in #4566
- added new gemini models to config_schema.json by @Riddhimaan-Senapati in #4047
- feat: added instant apply for unified diff by @ingo-eichhorst-ionos in #4195
- fix: Ensure valid line index for highlighter by @lkk214 in #4543
- Fix : Focus Continue chat both from status bar and from command palette by @aadarshkt in #4553
- fix by @sestinj in #4568
- Update codebase.mdx - fix yaml against LanceError by @chauvinSimon in #4447
- Issue #4475 bug fixed. by @amos42 in #4572
- Catch retreival rerank errors by @RomneyDa in #4579
- .local global dir file by @RomneyDa in #4585
- Add missing custom fetch use cases by @RomneyDa in #4581
- Codebase improvements by @sestinj in #4584
- Add "Explore Hub" onboarding card by @tomasz-stefaniak in #4596
- fix: issue 3732 by @qq1037305420 in #4593
- Fix : Add new DeepSeek models to config schema by @aadarshkt in #4589
- Add jetbrains explore hub onboarding card by @tomasz-stefaniak in #4600
- Fix "Desktop API is not supported on the current platform" error when signing in by @tomasz-stefaniak in #4606
- local assistant instead of config by @sestinj in #4609
- YAML model capabilities by @RomneyDa in #4457
- Update yaml-reference.md by @Patrick-Erichsen in #4623
- fix: fixed providers doc alignment by @0x23d11 in #4605
- build(deps): bump @babel/runtime-corejs3 from 7.26.0 to 7.26.10 in /docs by @dependabot in #4607
- Nate/registry by @sestinj in #4610
- feat: remove tools from schema by @Patrick-Erichsen in #4599
- feat: smaller headings, use assistant name by @Patrick-Erichsen in #4499
- feat: check for
nvm
version in install script by @Patrick-Erichsen in #4621 - improved system message to avoid model defaulting to "file.ts" or "file.py" when writing code blocks by @sestinj in #4625
- bump versions by @sestinj in #4626
- Prevent MCP connection errors from crashing config by @RomneyDa in #4629
- Handle tool call error by @RomneyDa in #4628
- build(deps): bump @babel/runtime from 7.25.6 to 7.26.10 in /gui by @dependabot in #4627
- Capture
result.content
while streaming from chat LLM by @LLukas22 in #4618 - build(deps): bump @babel/helpers from 7.25.6 to 7.26.10 in /gui by @dependabot in #4608
New Contributors
- @myanvoos made their first contribution in #4429
- @windows-test-machine made their first contribution in #4421
- @jhpiedrahitao made their first contribution in #4357
- @JubilantJerry made their first contribution in #4322
- @BastinFlorian made their first contribution in #4526
- @iandolge made their first contribution in #4505
- @AlexElin made their first contribution in #4535
- @aplulu made their first contribution in #4277
- @aadarshkt made their first contribution in #4510
- @sammyvoncheese made their first contribution in #4502
- @nweatherburn made their first contribution in #4500
- @lkyu-ly made their first contribution in #4246
- @2hy6v made their first contribution in #4560
- @ingo-eichhorst-ionos made their first contribution in #4195
- @amos42 made their first contribution in #4572
- @qq1037305420 made their first contribution in #4593
- @0x23d11 made their first contribution in #4605
Full Changelog: v1.0.2-jetbrains...v1.0.3-jetbrains