A simple VS Code extension that demonstrates chat participant functionality by echoing back user messages.
What It Does
ES Chat Echo Agent is a chat participant extension for Visual Studio Code that responds to user messages by echoing them back. This extension serves as a demonstration of VS Code's chat participant API.
Features
Echo Response: Type any message and the agent will echo it back to you
About Command: Use /about to learn more about the extension
Sticky Chat: The agent remains visible in your chat interface for easy access
Usage
Open the VS Code chat interface
Select @echo-agent as your chat participant
Type any message and press Enter
The agent will respond with your message echoed back
Commands
/about - Displays information about the ES Chat Echo Agent
Requirements
Visual Studio Code version 1.106.0 or higher
Installation
Install this extension from the VS Code Marketplace or build it from source.