Tags: Davidyz/VectorCode
Tags
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>
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>
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>
PreviousNext