Agent Runners workflow improvements
May 13, 2026
We’re making it easier to use Agent Runners in the existing workflows you have. Now you can do the following in a more seamless way:
- Prompt new changes using Agent Runners more quickly from a GitHub pull request link
- Copy output from Agent Runners faster so you can get back to what you’re doing
- Track pull request ownership so you can understand who is doing what at-a-glance
Start prompting updates from GitHub PR comment link
GitHub-linked sites already receive a comment on each pull request with links to build logs, failure diagnostics, and more. That comment now also includes a Make changes link that opens Agent Runner for the site, with the pull request‘s branch pre-selected in the dropdown.
This makes it faster to act on review feedback or investigate a failing build.
Learn more about Agent Runners.
Copy to clipboard in single click
You can now copy Agent Runner output with a single click.
Previously, grabbing output text — especially long responses or anything on mobile — meant manually selecting it all. A new copy-to-clipboard button now appears alongside Agent Runner output, making it easy to drop results into a doc, a message, or wherever you need them.
Pull requests auto-assign people for clearer ownership
Agent Runner–created pull requests now automatically assign the person who opened them, provided their GitHub account is linked with Netlify.
Before this change, pull requests opened by an agent runner had no assignee, making it harder for teams to track ownership at a glance. Now, when Netlify can match the user to a GitHub account, the pull request is assigned to them automatically.
To take advantage of this, make sure your GitHub account is connected under your Netlify account settings.