Visualizing diff #382
-
|
Is there a feature to visualize the diff, with red and yellow highlighting for example as co-pilot does? Right now, when I click "apply the response" in the browser, it replaces the full script, so I cannot easily see changes. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Hi, I haven't researched it much but from what I know there is no public API exposed in the editor to do it. I think even if it was, better solution is just having clean git tree before applying changes from chat/api. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @hunterdanielsmith, it is now implemented. |
Beta Was this translation helpful? Give feedback.

Hi, I haven't researched it much but from what I know there is no public API exposed in the editor to do it.
I think even if it was, better solution is just having clean git tree before applying changes from chat/api.