Hi there, Thanks for the great work! I have some questions about the "Search/Replace" formatted patch generation: - The "Search/Replace" patch tries to do string replacement as indicated here: https://github.com/ScalingIntelligence/codemonkeys/blob/main/codemonkeys/prompts/editing_state_machine_prompts.py#L14. This is intuitive when the patch modifies files. However, in scenarios like delete an entire file, rename a file, or create a new file, I'm wondering how the "Search/Replace" format fits in? Can you provide some examples? - Is there an easy way to interchangeably convert standard git diff format and "Search/Replace" format? Thanks!!
Hi there,
Thanks for the great work! I have some questions about the "Search/Replace" formatted patch generation:
Thanks!!