Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: linuer/VectorCode
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Davidyz/VectorCode
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 10 commits
  • 22 files changed
  • 6 contributors

Commits on Sep 20, 2025

  1. 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>
    ruslanfialkovskii and Davidyz authored Sep 20, 2025
    Configuration menu
    Copy the full SHA
    5ac5502 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2025

  1. docs(nvim): Fix type annotations and documentations for nvim plugin (D…

    …avidyz#289)
    
    * docs(nvim): fix type annotations
    
    * refined docs
    
    * Auto generate docs
    Davidyz authored Sep 22, 2025
    Configuration menu
    Copy the full SHA
    a8b5e0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8638df3 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

  1. fix(nvim): Handle nil results in check (Davidyz#292)

    * fix(nvim): Handle `nil` results
    
    * refactor(nvim): Move `flatten_table_to_string` to `vectorcode.utils`
    
    * fix(nvim): remove unused `require`
    Davidyz authored Sep 23, 2025
    Configuration menu
    Copy the full SHA
    2c33375 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2025

  1. Configuration menu
    Copy the full SHA
    e4c17b5 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2025

  1. 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
    Davidyz authored Oct 26, 2025
    Configuration menu
    Copy the full SHA
    915ad56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8edc5d8 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2025

  1. Configuration menu
    Copy the full SHA
    171361e View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2025

  1. 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>
    olimorris and Davidyz authored Dec 15, 2025
    Configuration menu
    Copy the full SHA
    56f21eb View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2025

  1. Configuration menu
    Copy the full SHA
    3eacce5 View commit details
    Browse the repository at this point in the history
Loading