Sometimes users don't want to apply the entire patch generated by Jules. Similar to git add -p, an interactive patch utility would let users selectively review and apply patch chunks (hunks).
Proposed Command:
cjules patch <id> --interactive # or -i
Behavior:
- Loop through the generated diff chunks.
- Prompt user:
Apply this hunk? [y,n,q,a,d,e,?] for each chunk.
Sometimes users don't want to apply the entire patch generated by Jules. Similar to
git add -p, an interactive patch utility would let users selectively review and apply patch chunks (hunks).Proposed Command:
Behavior:
Apply this hunk? [y,n,q,a,d,e,?]for each chunk.