|
|
|
|
|
by blensor
446 days ago
|
|
Did you paste it into the chat or did you use it with a coding agent like Cline? I am majorly impressed with the combination VSCode + Cline + Gemini Today I had it duplicate an esp32 proram from UDP communication to TCP. It first copied the file ( funnily enough by writing it again instead of just straight cp )
Then it started to just change all the headers and declarations
Then in a third step it changed one bigger function
And in the last step it changed some smaller functions And it reasoned exactly that way "Let's start with this first ... Let's now do this .... " until is was done |
|
Thank you