|
|
|
|
|
by Zizizizz
18 days ago
|
|
I still look at the files I want to change so that it doesn't go off and grep the entire project unnecessarily, burning tokens or getting the wrong idea. So I still use a ton of fzf.lua to find the files to change and I have just added some keybinds to copy the open file path to the clipboard so that I can paste the path of the file to change it into opencode. Code diffs I definitely look at locally with delta via lazygit or jjui. codediff.nvim is also good for resolving conflicts. The main thing I've changed is just using JJ so merge conflicts can be resolved later by me manually without it blocking bringing in new changes. If I just hand over the thinking entirely and don't know what has changed until I'm looking at it in GitHub I feel that removes the need for me entirely as by that point I'll be biased and will be less likely to change things to how I'd like them to be. |
|