feat(#41): Open Cowriting Review Panel from markdown file/tab right-click #45
Reference in New Issue
Block a user
Delete Branch "41-review-panel-right-click"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
What
Adds the right-click discoverability entry points for the review preview — the plugin's central affordance — which was previously only reachable from the command palette and
ctrl+alt+r.explorer/context+editor/title/contextmenu items, gated onresourceLangId == markdown, both invokingcowriting.showTrackChangesPreview.Acceptance (#41)
.md→ "Open Cowriting Review Panel" opens the preview for that file.resourceLangId == markdown).ctrl+alt+rkeybinding unchanged.Tests
reviewPanelMenu.test.ts(clicked-doc resolution incl. not-yet-open + no-arg fallback; both menu contributions present + markdown-gated; title; keybinding). Full host E2E suite green (66 passing across both workspaces).Closes #41.
🤖 Generated with Claude Code