Skip to content

Commit d660b89

Browse files
ausdrewam-stead
andauthored
Denote VSCode Plan Mode as GA (#59758)
Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com>
1 parent 0ba47ea commit d660b89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

content/copilot/how-tos/chat-with-copilot/chat-in-ide.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,13 @@ When the {% data variables.copilot.subagent_short %} completes its task, its res
185185

186186
### Plan mode
187187

188-
{% data reusables.copilot.plan-agent-intro %}
188+
Plan mode helps you to create detailed implementation plans before executing them. This ensures that all requirements are considered and addressed before any code changes are made. The plan agent does not make any code changes until the plan is reviewed and approved by you. Once approved, you can hand off the plan to the default agent or save it for further refinement, review, or team discussions.
189+
190+
The plan agent is designed to:
191+
192+
* Research the task comprehensively using read-only tools and codebase analysis to identify requirements and constraints.
193+
* Break down the task into manageable, actionable steps and include open questions about ambiguous requirements.
194+
* Present a concise plan draft, based on a standardized plan format, for user review and iteration.
189195

190196
#### Using plan mode
191197

0 commit comments

Comments
 (0)