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-features.md
+20-2Lines changed: 20 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -440,7 +440,7 @@ Gain additional insights on hover.
440
440
441
441
***
442
442
443
-
## Gitkraken AI
443
+
## GitKraken AI
444
444
### AI-Generated Commit Messages
445
445
446
446
Commit messages can be automatically generated using Gitkraken AI.
@@ -460,8 +460,25 @@ Create intelligent descriptions for stashed changes, making it easier to find an
460
460
- From the Command Palette: `GitLens: Generate Stash Message with AI`
461
461
- When creating a stash: Look for the AI option in the stash creation interface
462
462
- From the stash view: Generate descriptions for existing stashes
463
+
### AI Explainations `Preview`
464
+
Gitkraken AI can help better understand code changes by generating commit explanations, making it easier understand more aspects of your repository, from more places in GitLens.
**✨Explain** functionality includes generating summaries of changes for **branches**, **working changes**, and **stashes** in Preview. All summaries will open in rendered markdown instead of the Commit Details panel for better visibility and persistence.
469
+
470
+
You'll find ✨Explain options for commits, branches, stashes, and working changes in several places:
471
+
- In the Commit Graph
472
+
- Available as commands in the command palette
473
+
- In many GitLens views: Commits, Branches, Stashes, Search & Compare, etc.
474
+
- In branch cards in the Home view
475
+
476
+
With Gitkraken AI explanation capabilities, you can quickly understand:
477
+
- What changed across all commits in a branch - ✨Explain Branch (Preview)
478
+
- What you've modified in your working directory - ✨Explain Working Changes (Preview)
479
+
- What you've previously stashed - ✨Explain Stash (Preview)
480
+
481
+
#### AI Commit Explanations`Pro`
465
482
*Available in:* Pro, Advanced, and Business plans
466
483
Understand the reasoning behind changes with AI-generated explanations of commit content and purpose. Quickly grasp the intent and impact of complex commits without having to manually review all changed files.
467
484
@@ -470,6 +487,7 @@ Understand the reasoning behind changes with AI-generated explanations of commit
470
487
- In the "Cloud Patch Details" view: Look for explanations alongside commit information
471
488
- When reviewing commits: Option to generate explanations for any selected commit
472
489
490
+
473
491
### AI Changelog Creation `Advanced`
474
492
*Available in:* Advanced and Business plans only
475
493
Automatically generate comprehensive changelogs from selected commits in the Graph, perfect for release documentation. Maintain consistent and detailed changelogs without manual effort.
0 commit comments