Files
vscode/.github
Sandeep Somavarapu ee44398a29 agent host: multi-chat session support for Copilot CLI (#321888)
* Implement multi-chat session support for Copilot CLI in Local Agent Host Provider

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* Address CCR feedback: session-rename telemetry, createChat race, observable read

- Add dedicated onDidRenameSession event + agents/sessionRenamed telemetry
  so session-title renames are no longer misclassified as chat renames
- Re-check chat existence inside the per-session sequencer in createChat to
  avoid a race overwriting/disposing an already-registered conversation
- Cache mainChat.title read in chatCompositeBar autorun

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* agentHost: dispatch default-chat turn lifecycle on session URI

After merging origin/main's default-chat compat layer, turn-lifecycle
actions (turnStarted, truncated, turnCancelled) must target the session
URI for the default chat (and the peer chat URI for peer chats), so the
server routes them to the default chat and subagent session URIs derive
correctly. Conversation side-channel actions and tool-call observation
keep using the resolved chat URI.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-06-18 09:54:11 +00:00
..
2026-06-17 19:10:01 +02:00
2026-06-11 23:40:04 +02:00