Skip to content

Commit f13e0f7

Browse files
committed
Adds 17.6 release notes
1 parent a6faa0f commit f13e0f7

File tree

2 files changed

+81
-0
lines changed

2 files changed

+81
-0
lines changed

_images/gl-17-6-hero.png

634 KB
Loading

gitlens/gitlens-release-notes-current.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,87 @@ Features marked with `PREVIEW` require a GitKraken Account, with access level ba
1616

1717
---
1818

19+
<a id="v17-6"></a>
20+
21+
## Version 17.6
22+
23+
#### Tuesday, October 7, 2025
24+
25+
GitLens 17.6 adds support for Claude Sonnet 4.5, delivers significant performance improvements when working with large changesets, and enhances Linear integration support.
26+
27+
<img src="/wp-content/uploads/gl-17-6-hero.png" class="help-center-img img-bordered">
28+
29+
### Claude Sonnet 4.5 AI Model Support
30+
31+
GitLens now supports Anthropic's Claude Sonnet 4.5 model for all AI-powered features, including:
32+
33+
- Commit and message generation in the _Commit Composer_
34+
- Code explanations and summaries
35+
- Pull request descriptions
36+
- Changelog generation
37+
38+
This latest model brings improved reasoning capabilities and more accurate, context-aware suggestions to your development workflow.
39+
40+
### Large Changeset Performance Improvements
41+
42+
Working with large changesets and complex commit histories is now significantly faster and more responsive across multiple GitLens views.
43+
44+
#### Inspect and Graph Details Views
45+
46+
The _Inspect_ and _Graph Details_ views now feature dramatically improved performance through virtualized tree rendering. This enhancement makes working with repositories with large commits significantly faster and more responsive.
47+
48+
Along with the performance boost, keyboard navigation has been enhanced with comprehensive support for:
49+
50+
- **Arrow keys** for navigating through items
51+
- **Home/End** keys for jumping to the first or last item
52+
- **Enter/Space** for selecting and activating items
53+
- **Tab** for moving between sections
54+
- **Type-ahead search** for quickly finding specific items
55+
56+
These improvements make it easier to navigate and explore your repository's history, especially when working with a large number of files or reviewing detailed commit information.
57+
58+
#### Commit Composer `PREVIEW`
59+
60+
The _Commit Composer_ now handles large file diffs more efficiently, preventing performance degradation when working with substantial changes. This ensures a smooth composition experience regardless of the size of your working changes.
61+
62+
### Linear Integration Enhancements `PRO`
63+
64+
Introduced in GitLens 17.5, Linear issue trackering continues to evolve with autolinks for branches in Home and the Commit Graph. Along with some reliability and functionality improvements, these enhancements provide a more seamless experience when working with Linear issues in your GitLens workflows.
65+
66+
67+
### Thank you to our contributors
68+
69+
Shout-out to our awesome contributors for this release!
70+
71+
- Noritaka Kobayashi ([@noritaka1166](https://github.com/noritaka1166))
72+
73+
---
74+
75+
### Added
76+
77+
- Adds support for Claude Sonnet 4.5 for GitLens' AI features
78+
79+
### Changed
80+
81+
- Greatly improves performance of the _Inspect_ and \_Graph Details views by virtualizing the tree rendering ([#3470](https://github.com/gitkraken/vscode-gitlens/issues/3470))
82+
- Improved keyboard navigation support including arrow keys, Home/End, Enter/Space, Tab, and added type-ahead search functionality
83+
- Improves Linear issue tracker support ([#4605](https://github.com/gitkraken/vscode-gitlens/issues/4605), [#4615](https://github.com/gitkraken/vscode-gitlens/issues/4615), [#4620](https://github.com/gitkraken/vscode-gitlens/issues/4620), [#4621](https://github.com/gitkraken/vscode-gitlens/issues/4621), [#4622](https://github.com/gitkraken/vscode-gitlens/issues/4622))
84+
85+
### Fixed
86+
87+
- Fixes _Commit Composer_ rendering performance when working changes contain large file diffs ([#4661](https://github.com/gitkraken/vscode-gitlens/issues/4661))
88+
- Fixes AI cancellation cases being treated as errors ([#4609](https://github.com/gitkraken/vscode-gitlens/issues/4609))
89+
- Fixes MCP banner not being clickable on Commit graph view ([#4630](https://github.com/gitkraken/vscode-gitlens/issues/4630))
90+
- Fixes Git diff of a renamed file is shown as a new file ([#4246](https://github.com/gitkraken/vscode-gitlens/issues/4246))
91+
- Fixes typos ([#4345](https://github.com/gitkraken/vscode-gitlens/issues/4345) &mdash; thanks to [PR #4346](https://github.com/gitkraken/vscode-gitlens/pull/4346) by Noritaka Kobayashi ([@noritaka1166](https://github.com/noritaka1166)))
92+
- Fixes an issue where the _Commit Graph_ hover would not hide when going from the hover to the graph background (not another row)
93+
- Fixes an issue where clicking _Open Changes_ on commit files in the views would error
94+
95+
### Removed
96+
97+
- Removes " (bundled with GitLens)" text from GK MCP server name ([#4664](https://github.com/gitkraken/vscode-gitlens/issues/4664))
98+
99+
19100
<a id="v17-5"></a>
20101

21102
## Version 17.5

0 commit comments

Comments
 (0)