v5.2.20247
Highlights
- Overall improved plugin stability (onboarding, switching between accounts, sending chat messages while the plugin is initializing).
- New context engine based on local keyword search, which should work out of the box for all codebases. Local keyword search does not require uploading your entire codebase to OpenAI. Support for embeddings has been removed.
- New menu to configure enhanced context (checkbox to enable/disable enhanced context, button to re-index the local workspace).
- Critical bug fixes related to context (Cody should complain less frequently about missing context from your codebase. When Cody complains about missing context now, it should at least make more sense why.)
- The issue with Sourcegraph actions (when Cody is disabled) has been fixed.
What's Changed
- Fix account updater UI by @pkukielka in #305
- Create clickable links from the listed context files by @mkondratek in #297
- Add "Sourcegraph Code Search" to TESTING.md by @exigow in #294
- Add "General commands availability in context menu" to TESTING.md by @exigow in #291
- Add "Open GitHub Issue" error submitter by @exigow in #296
- Reimplement agent lifecycle management by @pkukielka in #303
- Update codyCommit by @mkondratek in #308
- Fix context files presentation on Windows by @mkondratek in #313
- Add usage limit notification in subscription tab by @Sa1to in #183
- Fix missing progress indicator on autocompletion loading by @mkondratek in #314
- Nit: Fix spelling of "enterprise" by @dominiccooney in #317
- Fix container * was disposed by @mkondratek in #320
- Fix Sourcegraph actions (search selection, open selection, etc) by @mkondratek in #325
- Migrate to new commands API by @pkukielka in #316
- Add support for local symf context by @pkukielka in #326
- Fix IJ compatibility issue by @pkukielka in #329
- Do not use separator() call directly by @pkukielka in #330
New Contributors
- @dominiccooney made their first contribution in #317
Full Changelog: v5.2.18630...v5.2.20247