You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: gitlens/gitlens-release-notes-current.md
+81Lines changed: 81 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,87 @@ Features marked with `PREVIEW` require a GitKraken Account, with access level ba
16
16
17
17
---
18
18
19
+
<aid="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.
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!
- 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)— 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))
0 commit comments