CodingTrain / Bizarro-Devin

12 stars 4 forks source link

Add diff-based incremental code editing #61

Closed dipamsen closed 3 months ago

dipamsen commented 3 months ago

(Don't merge this because this probably introduces a lot of bugs in the streaming code, and also switches to non-stream instead of streaming)

The latency can be improved by going back to streaming, and collecting all code chunks, and performing the diff.

Another parameter to be fiddle with could be the delay timings between the various events (code typing, deletion, selection, etc.)

dipamsen commented 3 months ago

now obsolete by #62 !