Aidan Cunniffe
Aidan Cunniffe
Git blame with specified hunks can be significantly faster in the best case (all lines found in recent commits and traversal can stop early). We should explore only collecting blame...
Rewriting authorship for especially large rebases does not need to block git command. We can collect the shas we need, dispatch them to a bg git ai thread, and let...
Checkpoints don't need to actually do diffs, load blame and move around attributions. We could make them save all the current contents file blobs and relevant repo state, and wait...
Squash Authorship should not add an empty Authorship log when no authorship logs in squashed commits
Current behavior: If an engineer makes 5 commits (without git ai installed), CI command and the bot will add an empty authorship log. Desired behavior: - If there are no...
Send Sentry errors when Git AI checkpoint returns an error to an Agent. Would pick up issues like #190 and help enterprises get the right installer + configuration in MDM
A user reported that she had all her git repos for work in a folder. ``` work/ repo_a/ repo_b/ repo_c/ ``` Her cursor workspace is `/work` and she does not...
- [ ] platforms + versions - [ ] shells/ versions - [ ] git versions There's some sleuthing here ... 1. we'll probably want to start by doing a...