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. |
Answered by
robertpiosik
Jul 28, 2025
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. |
2 replies
Answer selected by
hunterdanielsmith
|
Hi @hunterdanielsmith, it is now implemented. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

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.