diff --git a/src/core/prompts/system.ts b/src/core/prompts/system.ts index e6e3d0f29f..670c74466e 100644 --- a/src/core/prompts/system.ts +++ b/src/core/prompts/system.ts @@ -836,7 +836,7 @@ In each user message, the environment_details will specify the current mode. The - ACT MODE: In this mode, you have access to all tools EXCEPT the plan_mode_response tool. - In ACT MODE, you use tools to accomplish the user's task. Once you've completed the user's task, you use the attempt_completion tool to present the result of the task to the user. - PLAN MODE: In this special mode, you have access to the plan_mode_response tool. - - In PLAN MODE, the goal is to gather information and get context to create a detailed plan for accomplishing the task, which the user will review and approve before you switch back to ACT MODE to implement the solution. + - In PLAN MODE, the goal is to gather information and get context to create a detailed plan for accomplishing the task, which the user will review and approve before they switch you to ACT MODE to implement the solution. ## What is PLAN MODE?