Editor context menu entries for edit-selection and create-thread (only when text is highlighted) #9

Closed
opened 2026-06-10 21:05:39 +00:00 by benstull · 0 comments
Owner

Operator request (session 0008): "add the edit and thread options to the context menu (right click) so I don't have to use the function keys. Only when text is highlighted."

Add editor/context menu contributions in package.json for:

  • cowriting.editSelection (Ask Claude to Edit Selection)
  • cowriting.createThread (Add Coauthoring Thread on Selection)

Gated when: editorHasSelection (and file-scheme), in their own group so they sit together. Declarative-only change; verified manually in the EDH.

Lineage: F2 #4 / F3 #6; Epic #1.

**Operator request** (session 0008): "add the edit and thread options to the context menu (right click) so I don't have to use the function keys. Only when text is highlighted." Add `editor/context` menu contributions in `package.json` for: - `cowriting.editSelection` (Ask Claude to Edit Selection) - `cowriting.createThread` (Add Coauthoring Thread on Selection) Gated `when: editorHasSelection` (and file-scheme), in their own group so they sit together. Declarative-only change; verified manually in the EDH. Lineage: F2 #4 / F3 #6; Epic #1.
benstull added the priority/P1type/task labels 2026-06-10 21:06:16 +00:00
Sign in to join this conversation.