mirror of
https://github.com/microsoft/vscode.git
synced 2025-12-10 00:27:05 -06:00
* agent sessions - add and use `getSession` * agent sessions - fix `changes` serialisation * agent sessions - have a dedicated `agentSessionsList.background` color * agent sessions - update session title based on viewer state * style - update icons and adjust sidebar widths * refactor - simplify chat editor retrieval logic * style - add archived state styling to session items * chore - add group to menu for agent session actions * fix - adjust auxiliary bar maximization behavior * fixes #281448 * feat - add new actions for agent sessions viewer * Add new codicons: collectionSmall, vmSmall, and cloudSmall * fix cyclic * style - remove unused background color from `agentSessionsList` * refactor - simplify session serialization logic * style - correct label text for session viewer link * fix broken status update --------- Co-authored-by: João Moreno <joaomoreno@users.noreply.github.com> Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com>