Skip to content

[Feature] Interactive patch application (cjules patch --interactive) #8

@hahwul

Description

@hahwul

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions