Releases: Davidyz/VectorCode
Releases · Davidyz/VectorCode
Release 0.7.20
Compare
Sorry, something went wrong.
No results found
📦 Uncategorized
feat: support CodeCompanion v18.0.0
Release 0.7.19
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Check for empty job runner output in async_check.
fix(nvim): convert vim.NIL args to nil in codecompanion tools
Ensure LSP progress ends even on failure
Release 0.7.18
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Fix type annotations and documentations for nvim plugin
Handle nil results in check
Use utils functions for path checks
Release 0.7.17
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Improved error propagation from cmd jobrunner
Fix filter condition for chunk inclusion
fix(codecompanion): improve error handling for empty stderr output
Release 0.7.16
Compare
Sorry, something went wrong.
No results found
🚀 Features
Add prompt library builder for codecompanion.nvim extension
🐛 Fixes
Fix type annotation for summarisation adapter.
Release 0.7.15
Compare
Sorry, something went wrong.
No results found
🐛 Fixes
Only allow HTTP adapters for codecompanion result summarisation
📦 Uncategorized
Revert the default reranker to NaiveReranker.
Release 0.7.14
Compare
Sorry, something went wrong.
No results found
🚀 Features
Implement cProfile-based profiling for performance analysis
Relax schema requirements for CodeCompanion tools (closes #273 )
Release 0.7.13
Compare
Sorry, something went wrong.
No results found
🚀 Features
Make Codecompanion vectorise tool more robust
Support using LSP workspace folder as default project root for the LSP server.
🐛 Fixes
Handle relative paths for codecompanion tools
Release 0.7.12
Compare
Sorry, something went wrong.
No results found
🚀 Features
Allow truncating embeddings to specified dimensions.
🐛 Fixes
Properly define empty parameter schema in vectorcode_ls
Release 0.7.11
Compare
Sorry, something went wrong.
No results found
🚀 Features
Decouple embedding function from collection
🐛 Fixes
Migrate from references to context for codecompanion.nvim tools.