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: Python-Repository-Hub/codeium.vim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: Exafunction/windsurf.vim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 12 files changed
  • 9 contributors

Commits on Aug 27, 2024

  1. Project import generated by Copybara. (Exafunction#439)

    GitOrigin-RevId: 340170c5584009bf2b7ce263a82b13758986e5ad
    
    Co-authored-by: Copybara Bot <[email protected]>
    fortenforge and Copybara Bot authored Aug 27, 2024
    Configuration menu
    Copy the full SHA
    1513aef View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

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

Commits on Sep 12, 2024

  1. specify chat and web ports (Exafunction#447)

    * specify chat client and web server ports'
    
    * help docs
    
    ---------
    
    Co-authored-by: Saransh Saini <[email protected]>
    saranshsaini and Saransh Saini authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fa65fa9 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add support for WSL (Exafunction#435)

    * downloads linux file on wsl
    
    * Change has(darwin) --> has(mac)
    VoxelPrismatic authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dfe75c6 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 4, 2024

  1. Project import generated by Copybara. (Exafunction#460)

    * Project import generated by Copybara.
    
    GitOrigin-RevId: 6c901dfcb013215ddf7041aba8e2bd0c4b54e829
    
    * reverts
    
    ---------
    
    Co-authored-by: Copybara Bot <[email protected]>
    fortenforge and Copybara Bot authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b9be247 View commit details
    Browse the repository at this point in the history
  2. Vim fixes (Exafunction#461)

    * Vim fixes
    
    * fix
    fortenforge authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f74306e View commit details
    Browse the repository at this point in the history
  3. fix (Exafunction#462)

    fortenforge authored Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9ff8d32 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Fix RefreshContextForIdeAction call to pass correct column (Exafuncti…

    …on#458)
    
    This fixes this error:
    E1002 15:51:49.912757 76190 interceptor.go:51] /exa.language_server_pb.LanguageServerService/RefreshContextForIdeAction: invalid position (row 258, col 258): character 258 out of range [0, 18] for line 258
    dimfeld authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    d85a85c View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 14, 2024

  1. Make it easier to open chat url when using vim/nvim remotely (Exafunc…

    …tion#468)
    
    Make url clearer when chat ports are configured
    saranshsaini authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    8c01979 View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2024

  1. Fix LS port if codeium_port_config is set (Exafunction#469)

    * remote check
    
    * fixes
    
    * update doc
    
    ---------
    
    Co-authored-by: Saransh Saini <[email protected]>
    saranshsaini and Saransh Saini authored Nov 19, 2024
    Configuration menu
    Copy the full SHA
    605ab06 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. Windows Fix Powershell (Exafunction#479)

    * wip
    
    * wat
    
    * wuh
    saranshsaini authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    d152e6c View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2025

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

Commits on Apr 4, 2025

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

Commits on Jul 30, 2025

  1. Add glibc version checking for enterprise customers with legacy syste…

    …ms (Exafunction#501)
    
    - Add glibc detection functions using multiple fallback methods (ldd, getconf, libc.so.6)
    - Check glibc version when portal_url is configured (self-hosted mode)
    - Use legacy language server version 1.46.0 for enterprise customers with glibc <= 2.27
    - Preserve existing behavior when conditions are not met
    - Include proper logging for debugging and monitoring
    
    Implements the same logic as VS Code extension commit 15eec19fe34
    
    Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>
    saranshsaini and devin-ai-integration[bot] authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    a8d47ec View commit details
    Browse the repository at this point in the history
Loading