Agently is designed to work with the Agently Chrome extension. When you trigger a prompt in Chrome, this extension receives it through a local HTTP bridge, shows it in a prompt queue, and sends it to Copilot Chat in VS Code.
GitHub Copilot Chat installed and enabled in VS Code
How It Works
Open your app locally in Chrome.
Use the Agently Chrome extension on the page you are testing.
Enter a prompt and send it from Chrome.
The Agently VS Code extension receives the prompt over a local bridge on 127.0.0.1:43110 by default.
The prompt is added to the Agently prompt queue and then sent to Copilot Chat in VS Code.
Agently includes page context with the prompt, such as the page URL and DOM selector for the element you targeted. This helps you work from the live UI without first tracking down the exact component manually.