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: zbirenbaum/copilot.lua
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.3
Choose a base ref
...
head repository: zbirenbaum/copilot.lua
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.0.4
Choose a head ref
  • 9 commits
  • 16 files changed
  • 4 contributors

Commits on May 12, 2026

  1. ci: fix test mock

    AntoineGS committed May 12, 2026
    Configuration menu
    Copy the full SHA
    9ffee98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    09510e2 View commit details
    Browse the repository at this point in the history
  3. chore(deps): bump googleapis/release-please-action from 4 to 5

    Bumps [googleapis/release-please-action](https://github.com/googleapis/release-please-action) from 4 to 5.
    - [Release notes](https://github.com/googleapis/release-please-action/releases)
    - [Changelog](https://github.com/googleapis/release-please-action/blob/main/CHANGELOG.md)
    - [Commits](googleapis/release-please-action@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: googleapis/release-please-action
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    dependabot[bot] authored and AntoineGS committed May 12, 2026
    Configuration menu
    Copy the full SHA
    7e9c269 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2026

  1. Configuration menu
    Copy the full SHA
    aceeccf View commit details
    Browse the repository at this point in the history
  2. ci: pick highest semver Copilot LSP release instead of newest by date

    The GitHub releases/latest endpoint sorts by created_at, so a backport
    patch published to an older minor (e.g. 1.474.8) wins over a newer minor
    already shipped (e.g. 1.487.0). Resolve the tag by parsing tag_name as
    MAJOR.MINOR.PATCH and picking the highest semver, then look up the
    asset URL on that specific tag. Also harden the bash steps with
    set -euo pipefail and explicit empty checks.
    AntoineGS committed May 15, 2026
    Configuration menu
    Copy the full SHA
    8c9998a View commit details
    Browse the repository at this point in the history
  3. fix: mark bundled Copilot LSP files as binary to prevent EOL normaliz…

    …ation
    
    The previous .gitattributes targeted /copilot/dist/** and /dist/**,
    paths that no longer exist (the bundled LSP moved to copilot/js/).
    The 'binary' macro on copilot/js/** disables text/diff/merge handling
    so git compares raw bytes only — preventing core.autocrlf from
    flagging vendored files (e.g. @emnapi/runtime/dist/emnapi.iife.js,
    which ships with mixed CRLF/LF line endings) as locally modified.
    
    Closes #691
    AntoineGS committed May 15, 2026
    Configuration menu
    Copy the full SHA
    51316fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2831779 View commit details
    Browse the repository at this point in the history
  5. Revert "fix: temporary env variable for nodejs 26"

    This reverts commit 3598fa8.
    
    Issue has been resolved upstream
    AntoineGS committed May 15, 2026
    Configuration menu
    Copy the full SHA
    cd6d769 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4073491 View commit details
    Browse the repository at this point in the history
Loading