반도체 AI 인더스트리 4.0 SDV 스마트 IoT 컴퓨터 통신 특수 가스 소재 및 장비 e4ds plus

Google Cloud Launches Free Gemini CLI GitHub Actions

기사입력2025.08.08 14:14


Revolutionizing developer productivity and delivering powerful open-source workflows.

Google Cloud is optimizing developer workflows by releasing AI coding tools for free that will dramatically improve developer collaboration.

Google Cloud has released 'Gemini CLI GitHub Actions' for free.

This tool is open source and designed to help developers collaborate more efficiently and implement automated workflows on GitHub repositories.

Gemini CLI GitHub Actions is based on Gemini CLI, an open source tool for individual developers that was released last June.

While the existing CLI supported a terminal environment, this action is optimized for the collaboration-oriented GitHub platform.

When a new issue or pull request arises, AI automatically understands the project context and executes the task, operating asynchronously so developers can focus on other tasks.

Google Cloud also released three core open source workflows.

First, intelligent issue classification automatically analyzes new issues, labels them, and prioritizes them, improving issue management efficiency.

Rapid code review quickly reviews the quality and correctness of changed code and provides feedback to help developers make decisions. Reduce the burden.

On-demand collaboration allows you to delegate tasks using natural language by mentioning @gemini-cli, and allows for a variety of requests, including writing test code, fixing bugs, and suggesting alternatives.

Gemini CLI GitHub Actions is designed with security and flexibility as core values.

Google Cloud gives developers complete control through the following features:

First, Vertex AI and Gemini Code Assist users can securely access the platform through Workload Identity Federation (WIF) without an API key.

Additionally, command allowlisting and custom agent ID settings prevent unnecessary authorization.

It integrates with OpenTelemetry to stream logs and metrics in real time, enabling debugging of complex workflows.

Gemini CLI GitHub Actions is currently in beta and offers generous free quota support in Google AI Studio. It will also be available free of charge to Vertex AI and Gemini Code Assist subscribers, as well as to individual users.

To get started, install Gemini CLI version 0.1.17 or later and run the /setup-github command. The related GitHub action can be found at google-github-actions/run-gemini-cli .