Skip to content

Releases: Davidyz/VectorCode

Release 0.7.20

15 Dec 05:49
56f21eb

Choose a tag to compare

📦 Uncategorized

  • feat: support CodeCompanion v18.0.0

Release 0.7.19

13 Nov 11:55
171361e

Choose a tag to compare

🐛 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

26 Sep 13:08
e4c17b5

Choose a tag to compare

🐛 Fixes

  • Fix type annotations and documentations for nvim plugin
  • Handle nil results in check
  • Use utils functions for path checks

Release 0.7.17

20 Sep 03:32
5ac5502

Choose a tag to compare

🐛 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

04 Sep 02:26
4232d9c

Choose a tag to compare

🚀 Features

  • Add prompt library builder for codecompanion.nvim extension

🐛 Fixes

  • Fix type annotation for summarisation adapter.

Release 0.7.15

28 Aug 05:21
3f30dcb

Choose a tag to compare

🐛 Fixes

  • Only allow HTTP adapters for codecompanion result summarisation

📦 Uncategorized

  • Revert the default reranker to NaiveReranker.

Release 0.7.14

22 Aug 07:47
747e8a0

Choose a tag to compare

🚀 Features

  • Implement cProfile-based profiling for performance analysis
  • Relax schema requirements for CodeCompanion tools (closes #273)

Release 0.7.13

11 Aug 09:35
0046e64

Choose a tag to compare

🚀 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

03 Aug 07:52
f997701

Choose a tag to compare

🚀 Features

  • Allow truncating embeddings to specified dimensions.

🐛 Fixes

  • Properly define empty parameter schema in vectorcode_ls

Release 0.7.11

28 Jul 10:41
31694ae

Choose a tag to compare

🚀 Features

  • Decouple embedding function from collection

🐛 Fixes

  • Migrate from references to context for codecompanion.nvim tools.