Justin Roberts
Justin Roberts
### Description Improve the progress messaging while composition is working to be more dynamic and fun :)
### Description If a user has custom instructions set for generating commit messages, those instructions should be included in the default prompt for composing commits so that commit composition respects...
### Description Allow commits in Composer to be dragged and dropped onto other commits to be squashed. Open questions: - How are messages handled when squashing? Is the default to...
### Description Add an option to the rebase editor that allows a user to abort the rebase and manage the same commits in Commit Composer instead. Optional thought: the first...
### Description Add a context menu option on commits in the graph to "Recompose commits from here" that will recompose every commit made after the selected commit on the current...
User reported that they are seeing the warning message that the working directory has changed after a fetch even when nothing has changed. Reported [here](https://github.com/gitkraken/vscode-gitlens/discussions/4530#discussioncomment-14578560).
### Description To avoid repetitive duplication of commonly used custom instructions in Commit Composer, allow a set of instructions to be saved as the default whenever Commit Composer is used.
### Description In cases where GitLens is unable to bundle the GitKraken MCP (GK MCP) (usually when an IDE does not support VS Code's bundled MCP API) a more manual...
- create a pull request after composing commits - split work into multiple pull requests - suggest re-composing when creating a pull request - split work into multiple branches /...
### Description Worktrees are a powerful way to multi-thread work in a repository and there are many opportunities to leverage them in GitLens workflows to increase developer productivity. This is...