sessions

Document the Agent Sessions window architecture and development guidelines in VS Code.

189k|41.5k|Updated Sep 3, 2015
One-click install
npx skills add https://github.com/microsoft/vscode --skill sessions-microsoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sessions
Source: https://github.com/microsoft/vscode/tree/main/.github/skills/sessions
Command: npx skills add https://github.com/microsoft/vscode --skill sessions-microsoft

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill provides a structured approach to understanding and developing features within the Agent Sessions window, ensuring consistency and adherence to architectural guidelines.

Core Features & Use Cases

  • Architecture Understanding: Provides a clear overview of the Agent Sessions window's layering, folder structure, and key components.
  • Development Guidelines: Offers specific instructions for adding new features, validating changes, and making modifications to layout and the chat widget.
  • Use Case: A developer needs to add a new feature to the chat widget in the Agent Sessions window. They would consult this Skill to understand the existing architecture, identify the relevant files and classes, and follow the prescribed development and validation steps.

Quick Start

Consult the src/vs/sessions/README.md file for layer specifications before making any changes to the Agent Sessions window.

Frequently Asked Questions about sessions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add new features to the Agent Sessions window in VS Code?

To add features to the Agent Sessions window, consult the architecture overview to identify relevant files and classes, then follow the prescribed development and validation steps to ensure consistency with layering guidelines.

What is the folder structure and layering for the VS Code Agent Sessions window?

The Agent Sessions window uses a specific folder structure and layering rules with dependency constraints. Consult the references to understand entry points, context keys, and contributions before making modifications.

How do I modify the chat widget in the Agent Sessions workbench?

Modifying the chat widget requires understanding its specific implementation details and AI customizations within the Agent Sessions architecture. Follow the development guidelines to validate changes properly.

Do I need to review layer specifications before changing the Agent Sessions GUI?

Yes, you must review the layer specifications and dependency constraints before changing the Agent Sessions GUI. This ensures modifications adhere to the architectural rules and folder structure.

What are the development guidelines for VS Code Agent Sessions architecture?

The development guidelines cover adding new features, validating changes, and modifying layout and menus. They enforce layering rules and dependency constraints to maintain architectural integrity.

Can I customize the AI features within the Agent Sessions chat widget?

Yes, AI customizations are supported within the chat widget. The architecture details specific implementation steps and entry points for integrating and validating these AI features.