mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-20 16:23:02 +01:00
* sessions: keep created session pill in response summary Move completed create-session and create-chat results after the final response so they remain visible when work steps collapse. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: wait for final response before collapsing work Avoid calculating the completed-work disclosure against a progressively rendered prefix before the final response is mounted. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: defer created session pill until response completes Render the interactive session result only in its final position so keyboard focus is never lost to response-completion reordering. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: refresh session result when response completes Replace the generic completed tool row with the interactive session pill even when a response has no final markdown to trigger positional reordering. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: wait for incremental markdown to drain Delay completed-work disclosure and session result placement until the final markdown morpher reports that buffered content is visible in the DOM. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>