mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-14 17:54:53 +01:00
* chat: remove agent host enablement setting The Agent Host is now available whenever the runtime supports it and AI features are enabled. Remove the rollout setting, its experiment transition, and dependent provider gates while preserving explicit provider preferences.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: address Agent Host setting review feedback Correct the documented provider default and exercise the dynamic Agent Host availability transition in the provider test.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: clarify extension-host session tracking Explain why repository tracking follows the Agents window provider preference after removing the global Agent Host gate.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chat: remove obsolete repository tracking Agent Host enablement made the Agents window repository tracker unreachable. Remove the tracker and keep only the cache invalidation helper used after extension-host requests.\n\n(Written by Copilot)\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>