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
+84Lines changed: 84 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,90 @@ Features marked with `PREVIEW` require a GitKraken Account, with access level ba
16
16
17
17
---
18
18
19
+
<aid="v17-5"></a>
20
+
21
+
## Version 17.5
22
+
23
+
#### Tuesday, September 23, 2025
24
+
25
+
GitLens 17.5 introduces the GitKraken MCP for Git and integration enhanced AI chat workflows, expands integration support with Linear, and launches a new Student Plan for GitHub Student Developer Pack members.
GitLens 17.5 bundles the GitKraken Model Context Protocol (MCP) server, bringing Git and repository intelligence directly to AI chat interfaces in VS Code, Cursor, Windsurf, and other compatible IDEs.
32
+
33
+
The GitKraken MCP transforms how you interact with Git through AI by surfacing repository information, issue tracking data, and pull request details—the same rich context that GitLens has provided in UI form for years—now accessible through conversational AI.
The MCP enables powerful use cases through AI chat:
42
+
43
+
**Issue and Branch Management**
44
+
- List issues: *"List all open Jira issues assigned to me"*
45
+
- GitKraken MCP fetches and displays issue details from your connected trackers
46
+
- Start work on an issue: *"Start work on Jira issue PROJ-123"*
47
+
- GitKraken MCP pulls issue details, stashes changes if needed, and creates a feature branch
48
+
49
+
**Pull Request Assistance**
50
+
- Create a pull request: *"Create a pull request for my current branch"*
51
+
- GitKraken MCP gathers branch diffs, generates a PR title and description, and opens the PR in your connected Git provider
52
+
53
+
**Debug and Understand History**
54
+
- Get detailed blame info: *"Who last modified the function `calculateTotal` in `utils.js` and why?"*
55
+
- GitKraken MCP retrieves precise blame data, including commit details and linked issues & PRs
56
+
57
+
See more examples and use cases at [help.gitkraken.com/mcp](https://help.gitkraken.com/mcp/mcp-example-workflows/).
58
+
59
+
#### IDE Support and Setup
60
+
61
+
The MCP works seamlessly in VS Code with built-in configuration, while other IDEs like Cursor, Windsurf, and Trae require manual setup. The MCP leverages GitKraken CLI's unified authentication system, so you authenticate once and gain access to all your connected Git providers (GitHub, GitLab, Azure DevOps, Bitbucket) and issue trackers (Jira, GitHub Issues, Linear).
62
+
63
+
Configuration setup and documentation can be found at [help.gitkraken.com/mcp](https://help.gitkraken.com/mcp/mcp-getting-started/).
64
+
65
+
We're just scratching the surface of what's possible with the GitKraken MCP. Future releases will expand capabilities, integrations, and IDE support.
66
+
67
+
### Linear Integration `PRO`
68
+
69
+
Teams using Linear for issue tracking can now connect to Linear and bring issue information directly into GitLens workflows.
70
+
71
+
-**Start work seamlessly**: Create branches or worktrees directly from Linear issues
72
+
-**Rich contextual information**: View Linear issue details in the Commit Graph, Home View, blame annotations, and Commit Details
73
+
74
+
This integration follows the same pattern as GitLens' other issue tracker connections, providing a unified experience whether you're using GitHub Issues, Jira, or Linear.
75
+
76
+
### Student Plan
77
+
78
+
GitKraken now offers a Student Plan for members of the GitHub Student Developer Pack! This plan provides students with:
79
+
80
+
-**Private repository access**: Use paid GitLens features like the Commit Graph and Visual File History on private repos
81
+
-**AI token allocation**: Access to powerful AI features including commit composition, branch explanations, PR generation, and changelog creation
82
+
-**Includes the entire GitKraken Platform**: Including GitKraken Client, GitKraken CLI, GitKraken.dev and Browser Extension
83
+
84
+
Students can learn more and sign up at [gitkraken.com/github-student-developer-pack-bundle](https://www.gitkraken.com/github-student-developer-pack-bundle).
85
+
86
+
---
87
+
88
+
### Added
89
+
90
+
- Adds the GitKraken MCP for Git and integration enhanced AI chat workflows — [learn more](https://help.gitkraken.com/mcp/mcp-getting-started/)
91
+
- Leverage Git and your integrations (issues, PRs, etc) to provide context and perform actions in AI chat
92
+
- Adds rich Linear integration with autolinks, start work, Launchpad, and more ([#4543](https://github.com/gitkraken/vscode-gitlens/issues/4543), [#4579](https://github.com/gitkraken/vscode-gitlens/issues/4579))
93
+
- Adds support for the [GitKraken Student plan](https://www.gitkraken.com/github-student-developer-pack-bundle)
94
+
95
+
### Changed
96
+
97
+
- Improves AI provider/model fallback handling for better reliability
98
+
99
+
### Fixed
100
+
101
+
- Fixes connection flow when multiple integrations need to be connected
0 commit comments