Skip to content

Tags: dess-h/VectorCode

Tags

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 (Davidyz#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 (D…

…avidyz#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 <[email protected]>

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. (Davidyz#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. (Davidyz#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 Davidyz#273) (Davidyz#275)

* refactor(nvim): Relax schema requirements for CodeCompanion tools (Davidyz#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. (Davidyz#269)

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

* docs.

* Auto generate docs

* remove duplicate CI runs

---------

Co-authored-by: Davidyz <[email protected]>

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. (Davi…

…dyz#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 <[email protected]>

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. (Davidyz#261)

0.7.10

Toggle 0.7.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: Documentation refactor (Davidyz#248)

* docs: Restructure documentation and update references

* Auto generate docs

* docs: Restructure documentation and update references

* docs(nvim): Update CLI documentation reference path

* Auto generate docs

* skip api references for CLI for now.

* docs(nvim): Document job runner API

* docs: Clarify API documentation for synchronous vs. async retrieval

* Auto generate docs

* fix links

* build nvim api references

* Auto generate docs

---------

Co-authored-by: Davidyz <[email protected]>

0.7.9

Toggle 0.7.9's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
revert(cli): Revert "Verify chromadb connection by checking openapi t…

…itle." (Davidyz#246)

* Revert "fix(cli): Verify chromadb connection by checking openapi title"

This reverts commit bb52bcd.

* feat(cli): Improve error message for chromadb connection issues