Skip to main content
POST
Auto-resolve pending conflicts with an LLM judge (NDJSON stream)

Body

application/json

The body is of type object.

Response

200 - application/x-ndjson

NDJSON progress stream ending with a done (or error) event.

The response is of type string.

Example:

"{\"type\":\"item\",\"conflictId\":\"...\",\"index\":1,\"total\":3,\"verdict\":\"keep_new\",\"reason\":\"the newer session shows the change\",\"content\":\"the deploy target is railway\"}\n{\"type\":\"done\",\"examined\":3,\"resolved\":2,\"keepNew\":1,\"keepExisting\":0,\"keepBoth\":1,\"unsure\":1}\n"