From b1f05eee4fb69c622487df4f266bfd9a42c98fea Mon Sep 17 00:00:00 2001 From: Jeremy Tuloup Date: Mon, 15 Sep 2025 18:58:54 +0200 Subject: [PATCH] Update command name to `jupyterlab-cell-diff:show-nbdime` --- jupyterlab_magic_wand/agents/tools/show_diff.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/jupyterlab_magic_wand/agents/tools/show_diff.py b/jupyterlab_magic_wand/agents/tools/show_diff.py index 6f8dde0..cd14df6 100644 --- a/jupyterlab_magic_wand/agents/tools/show_diff.py +++ b/jupyterlab_magic_wand/agents/tools/show_diff.py @@ -4,8 +4,8 @@ from nbdime.diffing.generic import diff -COMMAND_NAME = "show-diff" -COMMAND_NAME_TYPE = Literal["show-diff"] +COMMAND_NAME = "jupyterlab-cell-diff:show-nbdime" +COMMAND_NAME_TYPE = Literal["jupyterlab-cell-diff:show-nbdime"] class MergeDiff(TypedDict): @@ -33,4 +33,4 @@ def show_diff( "diff": diff_results } } - \ No newline at end of file +