From d25fa0b14e1a4af35059a35169a1f88d95508e5c Mon Sep 17 00:00:00 2001
From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com>
Date: Mon, 20 Jan 2025 20:55:09 -0800
Subject: [PATCH] Fixes
---
src/core/Cline.ts | 4 +---
src/core/webview/ClineProvider.ts | 2 +-
webview-ui/src/components/chat/Announcement.tsx | 5 ++++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/src/core/Cline.ts b/src/core/Cline.ts
index ef6d613c00..80e218ee68 100644
--- a/src/core/Cline.ts
+++ b/src/core/Cline.ts
@@ -3289,13 +3289,11 @@ export class Cline {
details += "\n\n# Current Mode"
if (this.chatSettings.mode === "plan") {
details += "\nPLAN MODE"
- details +=
- "\nIn this mode you should focus on information gathering and architecting a solution. If you haven't done so already, it's a good idea to start by reading files to get context and then asking questions."
+ details += "\nIn this mode you should focus on information gathering, asking questions, and architecting a solution."
details +=
'\n(Remember: You now have access to the plan_mode_response tool, which allows you to engage in a more conversational back and forth with the user rather than jumping into executing the task. If it seems the user wants you to use tools only available in ACT MODE, you should ask the user to "toggle to Act mode" - they will have to manually do this themselves with the Plan/Act toggle button below. You do not have the ability to switch to ACT MODE yourself, and must wait for the user to do it themselves once they are satisfied with the plan.)'
} else {
details += "\nACT MODE"
- details += "\n(Remember: You cannot use the plan_mode_response tool.)"
}
return `