diff --git a/package.json b/package.json index d2b459e..5667e34 100644 --- a/package.json +++ b/package.json @@ -73,6 +73,16 @@ "command": "cowriting.proposeAgentEdit", "title": "Propose Agent Edit (internal seam)", "category": "Cowriting" + }, + { + "command": "cowriting.toggleDiffView", + "title": "Cowriting: Toggle Diff View", + "category": "Cowriting" + }, + { + "command": "cowriting.pinDiffBaseline", + "title": "Cowriting: Pin Diff Baseline to Now", + "category": "Cowriting" } ], "menus": { @@ -135,7 +145,14 @@ "when": "commentController == cowriting.proposals" } ] - } + }, + "keybindings": [ + { + "command": "cowriting.toggleDiffView", + "key": "ctrl+alt+d", + "when": "editorTextFocus" + } + ] }, "scripts": { "build": "node esbuild.mjs",