Skip to content

Releases: Davidyz/VectorCode

Release 0.7.20

Choose a tag to compare

@github-actions github-actions released this 15 Dec 05:49
56f21eb

📦 Uncategorized

  • feat: support CodeCompanion v18.0.0

Release 0.7.19

Choose a tag to compare

@github-actions github-actions released this 13 Nov 11:55
171361e

🐛 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

Choose a tag to compare

@github-actions github-actions released this 26 Sep 13:08
e4c17b5

🐛 Fixes

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

Release 0.7.17

Choose a tag to compare

@github-actions github-actions released this 20 Sep 03:32
5ac5502

🐛 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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 02:26
4232d9c

🚀 Features

  • Add prompt library builder for codecompanion.nvim extension

🐛 Fixes

  • Fix type annotation for summarisation adapter.

Release 0.7.15

Choose a tag to compare

@github-actions github-actions released this 28 Aug 05:21
3f30dcb

🐛 Fixes

  • Only allow HTTP adapters for codecompanion result summarisation

📦 Uncategorized

  • Revert the default reranker to NaiveReranker.

Release 0.7.14

Choose a tag to compare

@github-actions github-actions released this 22 Aug 07:47
747e8a0

🚀 Features

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

Release 0.7.13

Choose a tag to compare

@github-actions github-actions released this 11 Aug 09:35
0046e64

🚀 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

Choose a tag to compare

@github-actions github-actions released this 03 Aug 07:52
f997701

🚀 Features

  • Allow truncating embeddings to specified dimensions.

🐛 Fixes

  • Properly define empty parameter schema in vectorcode_ls

Release 0.7.11

Choose a tag to compare

@github-actions github-actions released this 28 Jul 10:41
31694ae

🚀 Features

  • Decouple embedding function from collection

🐛 Fixes

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