Files
vscode/.github/instructions/sessions.instructions.md
Benjamin Pasero 17faef0d3c Sessions: Update naming (fix #306461) (#306922)
* Sessions: Update naming (fix #306461)

* .
2026-03-31 20:02:26 +00:00

1.1 KiB

description, applyTo
description applyTo
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` src/vs/sessions/**

Agents Window

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:

  • sessions skill — covers the full architecture: layering, folder structure, chat widget, menus, contributions, entry points, and development guidelines
  • agent-sessions-layout skill — covers the fixed layout structure, grid configuration, part visibility, editor modal, titlebar, sidebar footer, and implementation requirements