Justin Roberts

Results 49 issues of Justin Roberts

### Description Improve the progress messaging while composition is working to be more dynamic and fun :)

triage
area-composer

### 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...

triage
area-composer

### 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...

triage
area-composer

### 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...

triage
area-composer

### 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...

triage
area-composer

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).

triage
area-composer

### 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.

triage

### 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...

blocked
blocked: cli

- 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 /...

triage

### 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...