From b2579ed0f8f734b7f636233edb155b9d0e8165e6 Mon Sep 17 00:00:00 2001 From: andrepimenta Date: Mon, 7 Jul 2025 23:41:34 +0100 Subject: [PATCH] Plan mode only for current message fix --- src/extension.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/extension.ts b/src/extension.ts index eeb6569..d195e2e 100644 --- a/src/extension.ts +++ b/src/extension.ts @@ -292,7 +292,7 @@ class ClaudeChatProvider { // Prepend mode instructions if enabled let actualMessage = message; if (planMode) { - actualMessage = 'PLAN FIRST BEFORE MAKING ANY CHANGES, SHOW ME IN DETAIL WHAT YOU WILL CHANGE. DONT PROCEED BEFORE I ACCEPT IN A DIFFERENT MESSAGE: \n' + message; + actualMessage = 'PLAN FIRST FOR THIS MESSAGE ONLY: Plan first before making any changes. Show me in detail what you will change and wait for my explicit approval in a separate message before proceeding. Do not implement anything until I confirm. This planning requirement applies ONLY to this current message. \n\n' + message; } if (thinkingMode) { let thinkingPrompt = '';