Surface polish: batched Minor findings from the native-surfaces final review (#71) #75

Merged
benstull merged 8 commits from worktree-s71-surface-polish into main 2026-07-03 03:20:24 +00:00
Showing only changes of commit ef11b8712e - Show all commits
-18
View File
@@ -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"