Skip to content

Ability to show diffs #112

@jtpio

Description

@jtpio

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:

Image

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions