Record agent demos from YAML storyboards with shot-scraper video
shot-scraper 1.10 adds a practical video mode for repeatable web-app demos: write a YAML storyboard, let Playwright click...
GitHub Copilot in VS Code can now use generally available browser tools, which makes it more useful for frontend and full-stack work where a text-only code edit is not enough. The practical move is simple: ask the agent to build or change a UI, then make it open the app, click through the flow, inspect the page, and fix what it finds.
The browser tools let a VS Code agent work with a real browser context while staying inside the editor workflow. The official guide shows the pattern: enable browser tools in the chat tools picker, ask the agent to build a small web app, start a local development server, open the page, interact with it, inspect console feedback, and iterate.
This is strongest for UI work where the failure is visual or interactive: broken buttons, missing state updates, layout regressions, console errors, routing bugs, and flows that only make sense after a click.
Keep the scope tight. Browser control does not replace Playwright, Cypress, accessibility tooling, or human design review. It is best as a fast interactive sanity check before formal tests.
Treat the inspected page as untrusted input when it feeds back into an agent. A hostile page can display instructions, fake success messages, or misleading labels. The safe pattern is to ask the agent to report observable browser facts and test results, not obey instructions found inside the page.
GitHub Copilot is now a first-class agent option in JetBrains AI Assistant, with OAuth login, model picking, reasoning c…
GitHub is rolling out Claude Opus 4.8 fast mode in Copilot preview. It targets responsive coding and agent workflows, bu…
GitHub Copilot app now supports bring your own key for agent sessions, letting teams connect OpenAI, Azure OpenAI, Anthr…
Sign in to join the discussion and vote on comments.
Sign in