From ef11b8712e0e7fa1361318a51460c95cd8c51a3e Mon Sep 17 00:00:00 2001 From: BenStullsBets Date: Thu, 2 Jul 2026 20:15:09 -0700 Subject: [PATCH] chore: delete orphaned acceptProposal/rejectProposal declarations (#71 item 2) Co-Authored-By: Claude Fable 5 --- package.json | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/package.json b/package.json index b5be3a2..44beaf1 100644 --- a/package.json +++ b/package.json @@ -81,16 +81,6 @@ "title": "Ask Claude to Edit Selection", "category": "Cowriting" }, - { - "command": "cowriting.acceptProposal", - "title": "✓ Accept Proposal", - "category": "Cowriting" - }, - { - "command": "cowriting.rejectProposal", - "title": "✗ Reject Proposal", - "category": "Cowriting" - }, { "command": "cowriting.proposeAgentEdit", "title": "Propose Agent Edit (internal seam)", @@ -177,14 +167,6 @@ "command": "cowriting.proposeAgentEdit", "when": "false" }, - { - "command": "cowriting.acceptProposal", - "when": "false" - }, - { - "command": "cowriting.rejectProposal", - "when": "false" - }, { "command": "cowriting.reviewChanges", "when": "editorLangId == markdown && cowriting.isCoediting"