Is your feature request related to a problem? Please describe.
I'm using lazygit alongside a claude code session, and often claude will produce a bunch of code, then I'll read through it with lazygit and switch back and forth between lazygit and claude to enter feedback (sometimes copy-pasting snippets, or just describing the thing in general).
Sometimes, I'll instead have claude raise a PR and then I'll review the diff in github and leave comments on the PR directly, then get claude to fetch the comments from github to address them.
Github has a fairly good PR review UI where you can mark files as read (and they'll be marked as unread if changed in a subsequent commit) and it's got good lookup functionality but it's a bit annoying having to submit the review and then come back to claude to get it to
Describe the solution you'd like
I'm not sure what solution I actually want. Three things that come to mind:
- Just use the github UI and improve the ergonomics of having claude interact with github
- A purely local means of leaving feedback against lines in a commit, with the ability to copy the whole thing to clipboard once I'm done to paste into a claude session (or write to a file, or just get claude to directly look at whichever file holds the local state).
- Extend the integration with github to allow leaving PR comments against commits
Thinking out loud:
- Would we want to allow leaving comments against just commits, or against the diff itself. And what is 'the diff'? Would we allow some way to view the full diff of a PR, or would we let the user select a range of commits to leave the comments on, with no requirement for there to actually be a PR on github?
Interested on your thoughts about this @stefanhaller
Is your feature request related to a problem? Please describe.
I'm using lazygit alongside a claude code session, and often claude will produce a bunch of code, then I'll read through it with lazygit and switch back and forth between lazygit and claude to enter feedback (sometimes copy-pasting snippets, or just describing the thing in general).
Sometimes, I'll instead have claude raise a PR and then I'll review the diff in github and leave comments on the PR directly, then get claude to fetch the comments from github to address them.
Github has a fairly good PR review UI where you can mark files as read (and they'll be marked as unread if changed in a subsequent commit) and it's got good lookup functionality but it's a bit annoying having to submit the review and then come back to claude to get it to
Describe the solution you'd like
I'm not sure what solution I actually want. Three things that come to mind:
Thinking out loud:
Interested on your thoughts about this @stefanhaller