Skip to content

Tags: Davidyz/VectorCode

Tags

0.7.20

Toggle 0.7.20's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.19

Toggle 0.7.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(lsp): Ensure LSP progress ends even on failure (#299)

0.7.18

Toggle 0.7.18's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor(nvim): Use `utils` functions for path checks (#293)

0.7.17

Toggle 0.7.17's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.15

Toggle 0.7.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(nvim): only allow HTTP adapters for codecompanion result summaris…

…ation. (#278)

0.7.14

Toggle 0.7.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

0.7.11

Toggle 0.7.11's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(cli): change how `py-tree-sitter` is pinned. (#261)