When working on the Agent Sessions window (src/vs/sessions/), always follow these guidelines:
The src/vs/sessions/ directory contains authoritative specification documents. Always read the relevant spec before making changes.
| Layer spec | src/vs/sessions/README.md | Layering rules, dependency constraints, folder conventions | | Layout spec | src/vs/sessions/LAYOUT.md | Grid structure, part positions, sizing, CSS classes, API reference | | AI Customizations | src/vs/sessions/AICUSTOMIZATIONS.md | AI customization editor and tree view design |
Arquitectura de la ventana Sesiones del agente: cubre la aplicación de sesiones primero, capas, estructura de carpetas, widget de chat, menús, contribuciones, puntos de entrada y pautas de desarrollo. Úselo al implementar funciones o solucionar problemas en la ventana Sesiones del agente. Fuente: microsoft/vscode.