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: dimfeld/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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 9 commits
  • 10 files changed
  • 6 contributors

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 <saranshsaini@saransh-mac.office.corp.exafunction.com>
    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

Commits on Jan 22, 2026

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