From 1fe740acd95bf3993c33c1bb6c9f92c6b561dabe Mon Sep 17 00:00:00 2001 From: Matt Vollmer Date: Mon, 8 Dec 2025 09:37:21 -0500 Subject: [PATCH] feat: add contextual copy menu for LLM context --- docs/docs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/docs.json b/docs/docs.json index 0674746784..7b69809c5a 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -79,5 +79,8 @@ "ga4": { "measurementId": "G-D1HL4PBRSY" } + }, + "contextual": { + "options": ["copy", "view", "chatgpt", "claude", "cursor", "vscode"] } }