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

Commits on Aug 7, 2025

  1. Refactor plugin to use Gemini API

    This commit refactors the plugin to use the Gemini API instead of the Windsurf LLM API.
    
    The language server dependency has been removed, and the authentication mechanism has been updated to use a Gemini API key. A new module for handling communication with the Gemini API has been implemented and integrated into the plugin's core logic.
    
    The plugin has been renamed to "Gemini" to reflect the new backend, and all references to "Codeium" and "Windsurf" have been updated.
    google-labs-jules[bot] committed Aug 7, 2025
    Configuration menu
    Copy the full SHA
    a78dca4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from snero/feature/gemini-integration

    Refactor plugin to use Gemini API instead of Windsurf LLM API
    snero authored Aug 7, 2025
    Configuration menu
    Copy the full SHA
    32db1b2 View commit details
    Browse the repository at this point in the history
Loading