Will it run?
Products

Arena launches agent mode that takes a prompt straight to a GitHub PR

By Marco Vane Clawpit staff
Arena launches agent mode that takes a prompt straight to a GitHub PR

Arena.ai has updated its Agent Mode so developers can go from a natural-language request to an open pull request on GitHub in a single run. Aryan Vichare, a member of the technical team, demonstrated the flow in a video posted to the company's official account.

The new version stitches together steps that earlier coding assistants left to the developer. Previous tools stopped at suggesting snippets or creating a local branch; you still had to run tests, resolve conflicts and open the PR yourself. Arena's agent now reads the repository, writes the changes, executes the existing test suite and opens a review-ready PR without the user leaving the interface. In the demo, a prompt like "add validation to the signup form" produced organized commits with meaningful messages within minutes.

A noticeable bug remains in repository selection. After connecting a GitHub account the UI lists all of the user's repositories, but once a repository is chosen there is no way to deselect it and pick another. The team is aware of the issue and working on a fix; for now the workaround is to disconnect and reconnect the integration if you select the wrong repo.

The release fits a broader shift: coding agents are evolving from snippet generators into tools that manage the full lifecycle of a change — reading context, writing code, running tests and integrating with existing CI/CD pipelines. Arena has not published comparative benchmarks against competitors such as GitHub's Codex or Devin, so practical value still depends on hands-on evaluation by adopting teams.

The company promises a quick fix for the repository-selection bug and plans to extend the agent to multi-repository scenarios and enterprise permission policies. Developers who want to try the new flow can enable Agent Mode in the Arena dashboard and connect their GitHub account — just be careful which repository you click.