From 5ce8817b150e633aabd8fc02abee3f0a189c78e3 Mon Sep 17 00:00:00 2001 From: Ben Stull Date: Fri, 12 Jun 2026 00:00:21 -0700 Subject: [PATCH] F10 SLICE-1: hide F6 diff command/keybinding + attribution toggle; retitle preview to 'Open Review Preview' (#29) Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/package.json b/package.json index 417a205..ebd7a19 100644 --- a/package.json +++ b/package.json @@ -86,7 +86,7 @@ }, { "command": "cowriting.showTrackChangesPreview", - "title": "Cowriting: Open Track-Changes Preview", + "title": "Cowriting: Open Review Preview", "category": "Cowriting" } ], @@ -107,6 +107,18 @@ { "command": "cowriting.rejectProposal", "when": "false" + }, + { + "command": "cowriting.toggleDiffView", + "when": "false" + }, + { + "command": "cowriting.pinDiffBaseline", + "when": "false" + }, + { + "command": "cowriting.toggleAttribution", + "when": "false" } ], "editor/context": [ @@ -138,16 +150,6 @@ "command": "cowriting.reopenThread", "group": "inline", "when": "commentController == cowriting.threads && commentThread =~ /^resolved$/" - }, - { - "command": "cowriting.acceptProposal", - "group": "inline@1", - "when": "commentController == cowriting.proposals && commentThread =~ /^pending$/" - }, - { - "command": "cowriting.rejectProposal", - "group": "inline@2", - "when": "commentController == cowriting.proposals" } ] }, @@ -155,7 +157,7 @@ { "command": "cowriting.toggleDiffView", "key": "ctrl+alt+d", - "when": "editorTextFocus" + "when": "false" }, { "command": "cowriting.showTrackChangesPreview",