GitHub Copilot Coding Agent Enters Public Preview to Tackle Backlog Tasks

GitHub introduces a new Copilot coding agent in public preview that allows developers to assign issues directly to the AI. The agent works autonomously in a secure cloud environment to resolve low-to-medium complexity tasks.

GitHub launches the Copilot coding agent in public preview, offering developers a new way to manage their backlog and reduce technical debt. Users simply assign issues to Copilot from the web interface, GitHub Mobile, or the GitHub CLI, treating the AI just like another team member.

The agent operates independently in a secure, cloud-based development environment powered by GitHub Actions. It explores the repository, implements changes, and validates its work using existing tests and linters before creating a pull request and tagging the user for review. Developers can then request revisions via pull request comments or continue the work locally in their IDE.

This tool excels at low-to-medium complexity tasks within well-tested codebases, including adding features, fixing bugs, and improving documentation. The feature is currently available to Copilot Pro+ and Enterprise subscribers, though Enterprise administrators must first enable the specific policy. Starting June 4th, the agent consumes one premium request per model request it makes.

Read More at the original source →