-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: linuer/VectorCode
base: main
head repository: Davidyz/VectorCode
compare: main
- 10 commits
- 22 files changed
- 6 contributors
Commits on Sep 20, 2025
-
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 <zcabzyu@ucl.ac.uk>
Configuration menu - View commit details
-
Copy full SHA for 5ac5502 - Browse repository at this point
Copy the full SHA 5ac5502View commit details
Commits on Sep 22, 2025
-
docs(nvim): Fix type annotations and documentations for nvim plugin (D…
…avidyz#289) * docs(nvim): fix type annotations * refined docs * Auto generate docs
Configuration menu - View commit details
-
Copy full SHA for a8b5e0a - Browse repository at this point
Copy the full SHA a8b5e0aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8638df3 - Browse repository at this point
Copy the full SHA 8638df3View commit details
Commits on Sep 23, 2025
-
fix(nvim): Handle
nilresults incheck(Davidyz#292)* fix(nvim): Handle `nil` results * refactor(nvim): Move `flatten_table_to_string` to `vectorcode.utils` * fix(nvim): remove unused `require`
Configuration menu - View commit details
-
Copy full SHA for 2c33375 - Browse repository at this point
Copy the full SHA 2c33375View commit details
Commits on Sep 25, 2025
-
Configuration menu - View commit details
-
Copy full SHA for e4c17b5 - Browse repository at this point
Copy the full SHA e4c17b5View commit details
Commits on Oct 26, 2025
-
fix(nvim): Check for empty job runner output in
async_check. (David……yz#297) * fix(nvim): Handle `nil` output for `jobrunner` in `check` * Auto generate docs * refactor(nvim): Use fallback in `flatten_table_to_string` for empty error
Configuration menu - View commit details
-
Copy full SHA for 915ad56 - Browse repository at this point
Copy the full SHA 915ad56View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8edc5d8 - Browse repository at this point
Copy the full SHA 8edc5d8View commit details
Commits on Nov 13, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 171361e - Browse repository at this point
Copy the full SHA 171361eView commit details
Commits on Dec 15, 2025
-
feat: support CodeCompanion
v18.0.0(Davidyz#301)* feat: support CodeCompanion `v18.0.0` * fix: add compatibilty for older versions --------- Co-authored-by: Davidyz <hzjlyz@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 56f21eb - Browse repository at this point
Copy the full SHA 56f21ebView commit details
Commits on Dec 26, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 3eacce5 - Browse repository at this point
Copy the full SHA 3eacce5View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main