Tags · Davidyz/VectorCode

0.7.20

Toggle 0.7.20's commit message

feat: support CodeCompanion `v18.0.0` (#301)

* feat: support CodeCompanion `v18.0.0`

* fix: add compatibilty for older versions

---------

Co-authored-by: Davidyz <hzjlyz@gmail.com>

0.7.17

Toggle 0.7.17's commit message

fix(codecompanion): improve error handling for empty stderr output (#286

)

* fix(codecompanion): improve error handling for empty stderr output

- Enhanced flatten_table_to_string to filter out empty error messages
- Added logic to distinguish actual errors from empty stderr output
- Prevents false error reporting when VectorCode operations succeed but have no stderr
- Provides meaningful fallback error message for truly empty error conditions
- Fixes issue where successful operations with empty stderr were reported as { "" } errors

Resolves the confusing empty error message issue in CodeCompanion integration.

* refactor(nvim): cleanup `flatten_table_to_string`

* refactor(nvim): Simplify error handling in `query_tool`

---------

Co-authored-by: Zhe Yu <zcabzyu@ucl.ac.uk>

0.7.16

Toggle 0.7.16's commit message

docs: Documentation updates. (#284)

* docs: documentation updates.

* Auto generate docs

* docs(cli): suggest to pin version to `<1.0.0`

* Auto generate docs

0.7.14

Toggle 0.7.14's commit message

refactor(nvim): Relax schema requirements for CodeCompanion tools (cl…

…oses #273) (#275)

* refactor(nvim): Relax schema requirements for CodeCompanion tools (#273)

* chore(nvim): Update descriptions for codecompanion tools

0.7.13

Toggle 0.7.13's commit message

feat(cli): Support using LSP workspace folder as default project root…

… for the LSP server. (#269)

* feat(cli): Support using LSP workspace folder as default project root

* docs.

* Auto generate docs

* remove duplicate CI runs

---------

Co-authored-by: Davidyz <Davidyz@users.noreply.github.com>

0.7.12

Toggle 0.7.12's commit message

feat(cli): Allow truncating embeddings to specified dimensions. (#265)

* feat(cli): Truncate embeddings to specified dimensions

* fix(cli): Truncate query embeddings to specified dimensions

* tests(cli): Add tests for truncated embeddings

* docs(cli): Document embedding_dims configuration option

* Auto generate docs

---------

Co-authored-by: Davidyz <Davidyz@users.noreply.github.com>