Fix/4541 extension signature verification debug#8
Open
cmgriffing-at-gitkraken wants to merge 12 commits into
Open
Fix/4541 extension signature verification debug#8cmgriffing-at-gitkraken wants to merge 12 commits into
cmgriffing-at-gitkraken wants to merge 12 commits into
Conversation
Introduces new AI-assisted commands to recompose all branch commits and specifically unpushed commits via the graph webview. (gitkraken#4443, gitkraken#4522)
Updates branch context detection to add a '+recomposable' flag for branches that have commits eligible for recomposition, determined by checking recent merge bases against stored targets. Adjusts menu conditions so the AI rebase command is shown only when a branch can be recomposed, preventing unnecessary options for branches without suitable commits. (gitkraken#4443, gitkraken#4522)
This uses the user defined value first and only when it's not set we fall back to other possible values. (gitkraken#4443, gitkraken#4522)
Introduces AI-powered branch actions ("Recompose" and "Explain") directly into the branches view, enabling context menu options when branches are recomposable or have unpushed commits. Refactors and centralizes branch recomposability detection to ensure consistent logic across graph and views, improving maintainability and user experience. Enhances discoverability and workflow integration for AI-assisted Git operations.
(gitkraken#4443, gitkraken#4522)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
❤ Thank you for contributing to GitLens! ❤
🚨 IMPORTANT 🚨
↑👆 DELETE above before submitting 👆↑
Description
Checklist
Fixes $XXX -orCloses #XXX -prefix to auto-close the issue that your PR addresses