-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Problem
With #110 and agents editing code, it will become useful to know what changes an AI agent may have done.
And also be able to accept and reject changes.
Proposed Solution
Maybe it could be worth integrating with https://github.com/jupyterlab-contrib/jupyter-suggestions.
Additional context
There is also https://github.com/Zsailer/jupyterlab-cell-diff (with https://github.com/Zsailer/jupyterlab-cell-input-footer) to show a diff below the cell input:
But this is using nbdime
on the server. For a full in-browser experience we would like need an equivalent of nbdime running in the browser, or have something that produces the same outputs that the other nbdime frontend components (to show the diff) understand.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request