Sessions: Update naming (fix #306461) (#306922)

* Sessions: Update naming (fix #306461)

* .
This commit is contained in:
Benjamin Pasero
2026-03-31 22:02:26 +02:00
committed by GitHub
parent fa38b10ac3
commit 17faef0d3c
36 changed files with 95 additions and 95 deletions

View File

@@ -1,11 +1,11 @@
---
description: Architecture documentation for the Agent Sessions window — a sessions-first app built as a new top-level layer alongside vs/workbench. Covers layout, parts, chat widget, contributions, entry points, and development guidelines. Use when working in `src/vs/sessions`
description: Architecture documentation for the Agents window — an agents-first app built as a new top-level layer alongside vs/workbench. Covers layout, parts, chat widget, contributions, entry points, and development guidelines. Use when working in `src/vs/sessions`
applyTo: src/vs/sessions/**
---
# Agent Sessions Window
# Agents Window
The Agent Sessions window is a **standalone application** built as a new top-level layer (`vs/sessions`) in the VS Code architecture. It provides a sessions-first experience optimized for agent workflows — a simplified, fixed-layout workbench where chat is the primary interaction surface and editors appear as modal overlays.
The Agents window is a **standalone application** built as a new top-level layer (`vs/sessions`) in the VS Code architecture. It provides an agents-first experience optimized for agent workflows — a simplified, fixed-layout workbench where chat is the primary interaction surface and editors appear as modal overlays.
When working on files under `src/vs/sessions/`, use these skills for detailed guidance: