Vscode Gitlens: v15.1.0 Release

Release date:
June 5, 2024
Previous version:
v15.0.4 (released May 20, 2024)
Magnitude:
3,880 Diff Delta
Contributors:
4 total committers
Data confidence:
Commits:

27 Commits in this Release

Ordered by the degree to which they evolved the repo in this version.

Authored May 25, 2024
Authored June 3, 2024
Authored June 4, 2024
Authored May 29, 2024
Authored June 5, 2024
Authored May 31, 2024
Authored May 22, 2024
Authored June 3, 2024
Authored June 4, 2024
Authored May 31, 2024
Authored June 5, 2024
Authored May 21, 2024
Authored June 3, 2024
Authored May 25, 2024
Authored June 5, 2024

Top Contributors in v15.1.0

eamodio
axosoft-ramint
bm-w
d13

Directory Browser for v15.1.0

All files are compared to previous version, v15.0.4. Click here to browse diffs between other versions.

Loading File Browser...

Release Notes Published

Added

  • Adds support for GitHub Copilot and other VS Code extension-provided AI models for GitLens' experimental AI features
    • Adds a gitlens.ai.experimental.model setting to specify the AI model to use
    • Adds a gitlens.ai.experimental.vscode.model setting to specify the VS Code extension-provided AI model to use when gitlens.ai.experimental.model is set to vscode
  • Adds new Launchpad improvements:
    • Collapsed state of Launchpad groups are now saved between uses
    • The Draft and Pinned categories in the Launchpad now always sort their items by date
    • The Launchpad and Launchpad status bar indicator now indicate when there is an error loading data
    • The Launchpad indicator now shows the Launchpad icon next to the loading spinner when the Launchpad is loading

Changed

  • Changes the settings used to configure the AI models for GitLens' experimental AI features
    • Adds a gitlens.ai.experimental.model setting to specify the AI model to use
    • Removes the gitlens.ai.experimental.provider, gitlens.ai.experimental.openai.model, gitlens.ai.experimental.anthropic.model, and gitlens.ai.experimental.gemini.model settings in favor of the above

Fixed

  • Fixes #3295 - Incorrect pluralization in Authors lens — thanks to PR #3296 by bm-w (@bm-w)
  • Fixes #3277 - Unable to pull branch when the local branch whose name differs from its tracking branch