Releases: Davidyz/VectorCode
Releases · Davidyz/VectorCode
Release 0.7.0
💥 Breaking
- Split Codecompanion Tools for fine-grained control and drop slash command
- PR: #192
- Remove auto_submit and xml-based tool for codecompanion.nvim
- PR: #182
- Remove deprecated features from CLI
- PR: #128
- Drop support for nvim-lspconfig and only use
vim.lsp.config.- PR: #197
🚀 Features
- Categorised
promptscommands for fine-grained prompt access- PR: #190
- Return more detailed vectorise stats in CLI and LSP server
- PR: #193
- Improved error propagation from the Python backend to the nvim plugin
- PR: #195
- Add
vectorisetool to MCP server- PR: #198
- Improve CodeCompanion tool prompts and add approval option
- PR: #199
- Remove orphaned files on
vectorisecalls in LSP and MCP servers- PR: #203
- Improved hook injection logics and the default hooks
- PR: #202
🐛 Fixes
- Fix LSP server when running from non-project dir
- PR: #196
Release 0.6.13
Release 0.6.12
🚀 Features
- Improve deduplication logics to consider file path and bufnr
- PR: #176
- Check for file changes (by sha256 hash) before vectorising
- PR: #178
- Allow the codecompanion tool to send chunks instead of full documents.
- PR: #180
🐛 Fixes
- Handle line ranges for
StringChunker- PR: #174
📦 Uncategorized
- Bundle CLI documentation into the neovim plugin doc directory
- PR: #177
Release 0.6.11
Release 0.6.10
Release 0.6.9
🚀 Features
- feat(cli) Fallback to primary language name when tree_sitter_language_pack won't find a parser for 'hybrid' lexer language names (like 'javascript+genshitext')
- PR: #138
🐛 Fixes
- fix(cli): make sure
db_urlis updated after starting bundled chroma. Fix #153- PR: #154
- fix(cli): use
db_urlfor lsp- PR: #156
📦 Uncategorized
Release 0.6.8
🚀 Features
- refactor(cli): use
db_urlto replacehostandport.- PR: #143
🐛 Fixes
- fix(chunking): Fallback to StringChunker for Tree-sitter nodes with no children
- PR: #145
- fix(nvim): correct the tool schema and make all fields required. Fix #133.
- PR: #141
📦 Uncategorized
- Fix/logging formatting
- PR: #136