Draft
Conversation
When plan mode is active and the agent sends intent/plan text, a collapsible "📋 Plan" block now appears in the chat messages area. This allows users to see the plan while the agent is working on it, rather than only seeing the transient intent pill near the input area. The plan block: - Shows markdown-rendered plan content in the messages area - Is collapsible (click to expand/collapse) when content exceeds 5 lines - Only appears in expanded (non-compact) view when plan mode is active - Styled with a purple accent consistent with existing intent/reasoning UI - Supports the minimal style layout Co-authored-by: PureWeen <5375137+PureWeen@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add option to view plan while working in plan mode
Show plan in chat area during plan mode
Feb 15, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Intent text from
AssistantIntentEventwas only visible in a transient pill near the input area that disappears when the turn ends. Users had no way to see the plan while the agent was actively working on it.Changes
ChatMessageList.razor— AddedPlanMode/Intentparameters. Renders a collapsible📋 Planblock with markdown-formatted intent content in the messages area, positioned after history and before streaming content. Only shown in expanded (non-compact) view.ChatMessageList.razor.css— Plan block styles (purple accent matching existing intent pill), includingstyle-minimallayout support.ExpandedSessionView.razor— Passes existingPlanModeandIntentthrough toChatMessageList.The plan block follows the same collapsible pattern as reasoning blocks — auto-collapses when content exceeds 5 lines, click to toggle.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.