Google Launches Open-Source AI Agent to Automate Coding Tasks

Google has released Gemini CLI GitHub Actions, an open-source AI agent built to automate routine development tasks within repositories. Now in beta, the tool is available globally. 

Gemini CLI GitHub Actions acts as an AI coding assistant triggered by GitHub events such as new issues or pull requests. It works asynchronously using project context to triage issues, review code and assist on demand.

“Gemini CLI GitHub Actions is a no-cost, powerful AI coding teammate for your repository,” Google said in its announcement. “It acts both as an autonomous agent for critical routine coding tasks and an on-demand collaborator you can quickly delegate work to.”

The release includes three default workflows designed to streamline repository management. 

The intelligent issue triage workflow automatically labels and prioritises new issues, reducing the manual overhead for developers. The accelerated pull request reviews feature delivers instant feedback on code quality, style and correctness, allowing human reviewers to focus on more complex tasks.

The on-demand collaboration workflow enables developers to delegate work by tagging the Gemini CLI in issues or pull requests, asking the agent to take actions such as writing tests, implementing suggested changes or fixing well-defined bugs.

“You can tell it to do things like, ‘write tests for this bug’, ‘implement the changes suggested above’, or ‘fix this well-defined bug’,” the company said.

The workflows are open-source and customisable. Developers can modify or build entirely new workflows tailored to their projects.

Security and observability are built into the system. It supports credential-less authentication using Google Cloud’s Workload Identity Federation. Users can also control permissions via command allowlisting and custom agent identities. For transparency, Gemini CLI GitHub Actions is integrated with OpenTelemetry, allowing users to stream logs and metrics to platforms such as Google Cloud Monitoring.

The tool is compatible with Gemini Code Assist (Standard and Enterprise tiers), Google AI Studio and Vertex AI. According to Google, individual users will soon receive free access to Gemini Code Assist features.

Gemini CLI GitHub Actions builds on the earlier release of Gemini CLI, a terminal-based agent launched in June. Following developer interest, Google began using Gemini CLI internally to automate issue triage and pull request handling. 

To set up, developers can install Gemini CLI version 0.1.18 or later and run /setup-github.

Google is inviting contributions from the community to expand the library of workflows. “What will you build with your new coding teammate?” the announcement asked.

The post Google Launches Open-Source AI Agent to Automate Coding Tasks appeared first on Analytics India Magazine.

Scroll to Top