Comment by mike_hearn
6 hours ago
Cursor has a dedicated merge model. It takes input like this:
class Foo {
// ....
int calculation() {
return 42;
}
// more stuff
}
where the main model emits something that is a sort of casual under-specified diff format and the merge model figures out how to interpret it as a patch.
No comments yet
Contribute on Hacker News ↗