{"id":30095553,"url":"https://github.com/google-github-actions/run-gemini-cli","last_synced_at":"2026-01-19T14:04:47.863Z","repository":{"id":308454858,"uuid":"1018098280","full_name":"google-github-actions/run-gemini-cli","owner":"google-github-actions","description":"A GitHub Action invoking the Gemini CLI.","archived":false,"fork":false,"pushed_at":"2025-08-06T01:56:51.000Z","size":206,"stargazers_count":28,"open_issues_count":15,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-06T03:12:05.550Z","etag":null,"topics":["actions","ai","gcp","gemini","gemini-cli","github-actions","google-cloud","google-cloud-platform"],"latest_commit_sha":null,"homepage":"https://github.com/google-gemini/gemini-cli","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google-github-actions.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-11T15:49:11.000Z","updated_at":"2025-08-06T03:10:55.000Z","dependencies_parsed_at":"2025-08-06T03:12:37.219Z","dependency_job_id":"c161d59f-dcf5-4a26-8f43-fce8026dfab9","html_url":"https://github.com/google-github-actions/run-gemini-cli","commit_stats":null,"previous_names":["google-github-actions/run-gemini-cli"],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/google-github-actions/run-gemini-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Frun-gemini-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Frun-gemini-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Frun-gemini-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Frun-gemini-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google-github-actions","download_url":"https://codeload.github.com/google-github-actions/run-gemini-cli/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google-github-actions%2Frun-gemini-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270004581,"owners_count":24510907,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["actions","ai","gcp","gemini","gemini-cli","github-actions","google-cloud","google-cloud-platform"],"created_at":"2025-08-09T11:02:30.483Z","updated_at":"2026-01-19T14:04:47.856Z","avatar_url":"https://github.com/google-github-actions.png","language":"Shell","readme":"# run-gemini-cli\n\n## Overview\n\n`run-gemini-cli` is a GitHub Action that integrates [Gemini] into your development workflow via the [Gemini CLI]. It acts both as an autonomous agent for critical routine coding tasks, and an on-demand collaborator you can quickly delegate work to.\n\nUse it to perform GitHub pull request reviews, triage issues, perform code analysis and modification, and more using [Gemini] conversationally (e.g., `@gemini-cli fix this issue`) directly inside your GitHub repositories.\n\n- [run-gemini-cli](#run-gemini-cli)\n  - [Overview](#overview)\n  - [Features](#features)\n  - [Quick Start](#quick-start)\n    - [1. Get a Gemini API Key](#1-get-a-gemini-api-key)\n    - [2. Add it as a GitHub Secret](#2-add-it-as-a-github-secret)\n    - [3. Update your .gitignore](#3-update-your-gitignore)\n    - [4. Choose a Workflow](#4-choose-a-workflow)\n    - [5. Try it out!](#5-try-it-out)\n  - [Workflows](#workflows)\n    - [Gemini Dispatch](#gemini-dispatch)\n    - [Issue Triage](#issue-triage)\n    - [Pull Request Review](#pull-request-review)\n    - [Gemini CLI Assistant](#gemini-cli-assistant)\n  - [Configuration](#configuration)\n    - [Inputs](#inputs)\n    - [Outputs](#outputs)\n    - [Repository Variables](#repository-variables)\n    - [Secrets](#secrets)\n  - [Authentication](#authentication)\n    - [Google Authentication](#google-authentication)\n    - [GitHub Authentication](#github-authentication)\n  - [Observability](#observability)\n  - [Extensions](#extensions)\n  - [Best Practices](#best-practices)\n  - [Customization](#customization)\n  - [Contributing](#contributing)\n\n## Features\n\n- **Automation**: Trigger workflows based on events (e.g. issue opening) or schedules (e.g. nightly).\n- **On-demand Collaboration**: Trigger workflows in issue and pull request\n  comments by mentioning the [Gemini CLI] (e.g., `@gemini-cli /review`).\n- **Extensible with Tools**: Leverage [Gemini] models' tool-calling capabilities to\n  interact with other CLIs like the [GitHub CLI] (`gh`).\n- **Customizable**: Use a `GEMINI.md` file in your repository to provide\n  project-specific instructions and context to [Gemini CLI].\n\n## Quick Start\n\nGet started with Gemini CLI in your repository in just a few minutes:\n\n### 1. Get a Gemini API Key\n\nObtain your API key from [Google AI Studio] with generous free-of-charge quotas\n\n### 2. Add it as a GitHub Secret\n\nStore your API key as a secret named `GEMINI_API_KEY` in your repository:\n\n- Go to your repository's **Settings \u003e Secrets and variables \u003e Actions**\n- Click **New repository secret**\n- Name: `GEMINI_API_KEY`, Value: your API key\n\n### 3. Update your .gitignore\n\nAdd the following entries to your `.gitignore` file:\n\n```gitignore\n# gemini-cli settings\n.gemini/\n\n# GitHub App credentials\ngha-creds-*.json\n```\n\n### 4. Choose a Workflow\n\nYou have two options to set up a workflow:\n\n**Option A: Use setup command (Recommended)**\n\n1. Start the Gemini CLI in your terminal:\n\n   ```shell\n   gemini\n   ```\n\n2. In Gemini CLI in your terminal, type:\n\n   ```\n   /setup-github\n   ```\n\n**Option B: Manually copy workflows**\n\n1. Copy the pre-built workflows from the [`examples/workflows`](./examples/workflows) directory to your repository's `.github/workflows` directory. Note: the `gemini-dispatch.yml` workflow must also be copied, which triggers the workflows to run.\n\n### 5. Try it out!\n\n**Pull Request Review:**\n\n- Open a pull request in your repository and wait for automatic review\n- Comment `@gemini-cli /review` on an existing pull request to manually trigger a review\n\n**Issue Triage:**\n\n- Open an issue and wait for automatic triage\n- Comment `@gemini-cli /triage` on existing issues to manually trigger triaging\n\n**General AI Assistance:**\n\n- In any issue or pull request, mention `@gemini-cli` followed by your request\n- Examples:\n  - `@gemini-cli explain this code change`\n  - `@gemini-cli suggest improvements for this function`\n  - `@gemini-cli help me debug this error`\n  - `@gemini-cli write unit tests for this component`\n\n## Workflows\n\nThis action provides several pre-built workflows for different use cases. Each workflow is designed to be copied into your repository's `.github/workflows` directory and customized as needed.\n\n### Gemini Dispatch\n\nThis workflow acts as a central dispatcher for Gemini CLI, routing requests to\nthe appropriate workflow based on the triggering event and the command provided\nin the comment. For a detailed guide on how to set up the dispatch workflow, go\nto the\n[Gemini Dispatch workflow documentation](./examples/workflows/gemini-dispatch).\n\n### Issue Triage\n\nThis action can be used to triage GitHub Issues automatically or on a schedule.\nFor a detailed guide on how to set up the issue triage system, go to the\n[GitHub Issue Triage workflow documentation](./examples/workflows/issue-triage).\n\n### Pull Request Review\n\nThis action can be used to automatically review pull requests when they are\nopened. For a detailed guide on how to set up the pull request review system,\ngo to the [GitHub PR Review workflow documentation](./examples/workflows/pr-review).\n\n### Gemini CLI Assistant\n\nThis type of action can be used to invoke a general-purpose, conversational Gemini\nAI assistant within the pull requests and issues to perform a wide range of\ntasks. For a detailed guide on how to set up the general-purpose Gemini CLI workflow,\ngo to the [Gemini Assistant workflow documentation](./examples/workflows/gemini-assistant).\n\n## Configuration\n\n### Inputs\n\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- BEGIN_AUTOGEN_INPUTS --\u003e\n\n-   \u003ca name=\"__input_gcp_location\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gcp_location\"\u003e\u003ccode\u003egcp_location\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The Google Cloud location.\n\n-   \u003ca name=\"__input_gcp_project_id\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gcp_project_id\"\u003e\u003ccode\u003egcp_project_id\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The Google Cloud project ID.\n\n-   \u003ca name=\"__input_gcp_service_account\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gcp_service_account\"\u003e\u003ccode\u003egcp_service_account\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The Google Cloud service account email.\n\n-   \u003ca name=\"__input_gcp_workload_identity_provider\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gcp_workload_identity_provider\"\u003e\u003ccode\u003egcp_workload_identity_provider\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The Google Cloud Workload Identity Provider.\n\n-   \u003ca name=\"__input_gcp_token_format\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gcp_token_format\"\u003e\u003ccode\u003egcp_token_format\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `access_token`)_ The token format for authentication. Set to \"access_token\" to generate access tokens (requires service account), or set to empty string for direct WIF. Can be \"access_token\" or \"id_token\".\n\n-   \u003ca name=\"__input_gcp_access_token_scopes\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gcp_access_token_scopes\"\u003e\u003ccode\u003egcp_access_token_scopes\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `https://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/userinfo.email,https://www.googleapis.com/auth/userinfo.profile`)_ The access token scopes when using token_format \"access_token\". Comma-separated list of OAuth 2.0 scopes.\n\n-   \u003ca name=\"__input_gemini_api_key\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gemini_api_key\"\u003e\u003ccode\u003egemini_api_key\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The API key for the Gemini API.\n\n-   \u003ca name=\"__input_gemini_cli_version\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gemini_cli_version\"\u003e\u003ccode\u003egemini_cli_version\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `latest`)_ The version of the Gemini CLI to install. Can be \"latest\", \"preview\", \"nightly\", a specific version number, or a git branch, tag, or commit. For more information, see [Gemini CLI releases](https://github.com/google-gemini/gemini-cli/blob/main/docs/releases.md).\n\n-   \u003ca name=\"__input_gemini_debug\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gemini_debug\"\u003e\u003ccode\u003egemini_debug\u003c/code\u003e\u003c/a\u003e: _(Optional)_ Enable debug logging and output streaming.\n\n-   \u003ca name=\"__input_gemini_model\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_gemini_model\"\u003e\u003ccode\u003egemini_model\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The model to use with Gemini.\n\n-   \u003ca name=\"__input_google_api_key\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_google_api_key\"\u003e\u003ccode\u003egoogle_api_key\u003c/code\u003e\u003c/a\u003e: _(Optional)_ The Vertex AI API key to use with Gemini.\n\n-   \u003ca name=\"__input_prompt\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_prompt\"\u003e\u003ccode\u003eprompt\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `You are a helpful assistant.`)_ A string passed to the Gemini CLI's [`--prompt` argument](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#command-line-arguments).\n\n-   \u003ca name=\"__input_settings\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_settings\"\u003e\u003ccode\u003esettings\u003c/code\u003e\u003c/a\u003e: _(Optional)_ A JSON string written to `.gemini/settings.json` to configure the CLI's _project_ settings.\n    For more details, see the documentation on [settings files](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#settings-files).\n\n-   \u003ca name=\"__input_use_gemini_code_assist\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_use_gemini_code_assist\"\u003e\u003ccode\u003euse_gemini_code_assist\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `false`)_ Whether to use Code Assist for Gemini model access instead of the default Gemini API key.\n    For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).\n\n-   \u003ca name=\"__input_use_vertex_ai\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_use_vertex_ai\"\u003e\u003ccode\u003euse_vertex_ai\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `false`)_ Whether to use Vertex AI for Gemini model access instead of the default Gemini API key.\n    For more information, see the [Gemini CLI documentation](https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/authentication.md).\n\n-   \u003ca name=\"__input_extensions\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_extensions\"\u003e\u003ccode\u003eextensions\u003c/code\u003e\u003c/a\u003e: _(Optional)_ A list of Gemini CLI extensions to install.\n\n-   \u003ca name=\"__input_upload_artifacts\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_upload_artifacts\"\u003e\u003ccode\u003eupload_artifacts\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `false`)_ Whether to upload artifacts to the github action.\n\n-   \u003ca name=\"__input_use_pnpm\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_use_pnpm\"\u003e\u003ccode\u003euse_pnpm\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `false`)_ Whether or not to use pnpm instead of npm to install gemini-cli\n\n-   \u003ca name=\"__input_workflow_name\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__input_workflow_name\"\u003e\u003ccode\u003eworkflow_name\u003c/code\u003e\u003c/a\u003e: _(Optional, default: `${{ github.workflow }}`)_ The GitHub workflow name, used for telemetry purposes.\n\n\n\u003c!-- END_AUTOGEN_INPUTS --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n### Outputs\n\n\u003c!-- prettier-ignore-start --\u003e\n\u003c!-- BEGIN_AUTOGEN_OUTPUTS --\u003e\n\n-   \u003ca name=\"__output_summary\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__output_summary\"\u003e\u003ccode\u003esummary\u003c/code\u003e\u003c/a\u003e: The summarized output from the Gemini CLI execution.\n\n-   \u003ca name=\"__output_error\"\u003e\u003c/a\u003e\u003ca href=\"#user-content-__output_error\"\u003e\u003ccode\u003eerror\u003c/code\u003e\u003c/a\u003e: The error output from the Gemini CLI execution, if any.\n\n\n\u003c!-- END_AUTOGEN_OUTPUTS --\u003e\n\u003c!-- prettier-ignore-end --\u003e\n\n### Repository Variables\n\nWe recommend setting the following values as repository variables so they can be reused across all workflows. Alternatively, you can set them inline as action inputs in individual workflows or to override repository-level values.\n\n| Name                        | Description                                                                                                                    | Type     | Required | When Required                  |\n| --------------------------- | ------------------------------------------------------------------------------------------------------------------------------ | -------- | -------- | ------------------------------ |\n| `GEMINI_DEBUG`              | Enables debug logging for the Gemini CLI.                                                                                      | Variable | No       | Never                          |\n| `GEMINI_CLI_VERSION`        | Controls which version of the Gemini CLI is installed.                                                                         | Variable | No       | Pinning the CLI version        |\n| `GCP_WIF_PROVIDER`          | Full resource name of the Workload Identity Provider.                                                                          | Variable | No       | Using Google Cloud             |\n| `GOOGLE_CLOUD_PROJECT`      | Google Cloud project for inference and observability.                                                                          | Variable | No       | Using Google Cloud             |\n| `SERVICE_ACCOUNT_EMAIL`     | Google Cloud service account email address. Optional - only needed for WIF with service account (not required for direct WIF). | Variable | No       | Using WIF with service account |\n| `GOOGLE_CLOUD_LOCATION`     | Region of the Google Cloud project.                                                                                            | Variable | No       | Using Google Cloud             |\n| `GOOGLE_GENAI_USE_VERTEXAI` | Set to `true` to use Vertex AI                                                                                                 | Variable | No       | Using Vertex AI                |\n| `GOOGLE_GENAI_USE_GCA`      | Set to `true` to use Gemini Code Assist                                                                                        | Variable | No       | Using Gemini Code Assist       |\n| `APP_ID`                    | GitHub App ID for custom authentication.                                                                                       | Variable | No       | Using a custom GitHub App      |\n\n\u003e [!WARNING]\n\u003e Do not use the `DEBUG` environment variable as it causes the Gemini CLI to hang waiting for node debugger to attach.\n\nTo add a repository variable:\n\n1. Go to your repository's **Settings \u003e Secrets and variables \u003e Actions \u003e New variable**.\n2. Enter the variable name and value.\n3. Save.\n\nFor details about repository variables, refer to the [GitHub documentation on variables][variables].\n\n### Secrets\n\nYou can set the following secrets in your repository:\n\n| Name              | Description                                   | Required | When Required                         |\n| ----------------- | --------------------------------------------- | -------- | ------------------------------------- |\n| `GEMINI_API_KEY`  | Your Gemini API key from Google AI Studio.    | No       | You don't have a GCP project.         |\n| `APP_PRIVATE_KEY` | Private key for your GitHub App (PEM format). | No       | Using a custom GitHub App.            |\n| `GOOGLE_API_KEY`  | Your Google API Key to use with Vertex AI.    | No       | You have a express Vertex AI account. |\n\nTo add a secret:\n\n1. Go to your repository's **Settings \u003e Secrets and variables \u003eActions \u003e New repository secret**.\n2. Enter the secret name and value.\n3. Save.\n\nFor more information, refer to the\n[official GitHub documentation on creating and using encrypted secrets][secrets].\n\n## Authentication\n\nThis action requires authentication to both Google services (for Gemini AI) and the GitHub API.\n\n### Google Authentication\n\nChoose the authentication method that best fits your use case:\n\n1. **Gemini API Key:** The simplest method for projects that don't require Google Cloud integration\n2. **Workload Identity Federation:** The most secure method for authenticating to Google Cloud services\n\n### GitHub Authentication\n\nYou can authenticate with GitHub in two ways:\n\n1.  **Default `GITHUB_TOKEN`:** For simpler use cases, the action can use the\n    default `GITHUB_TOKEN` provided by the workflow.\n2.  **Custom GitHub App (Recommended):** For the most secure and flexible\n    authentication, we recommend creating a custom GitHub App.\n\nFor detailed setup instructions for both Google and GitHub authentication, go to the\n[**Authentication documentation**](./docs/authentication.md).\n\n## Observability\n\nThis action can be configured to send telemetry data (traces, metrics, and logs)\nto your own Google Cloud project. This allows you to monitor the performance and\nbehavior of the [Gemini CLI] within your workflows, providing valuable insights\nfor debugging and optimization.\n\nFor detailed instructions on how to set up and configure observability, go to\nthe [Observability documentation](./docs/observability.md).\n\n## Extensions\n\nThe Gemini CLI can be extended with additional functionality through extensions.\nThese extensions are installed from source from their GitHub repositories.\n\nFor detailed instructions on how to set up and configure extensions, go to the\n[Extensions documentation](./docs/extensions.md).\n\n## Best Practices\n\nTo ensure the security, reliability, and efficiency of your automated workflows, we strongly recommend following our best practices. These guidelines cover key areas such as repository security, workflow configuration, and monitoring.\n\nKey recommendations include:\n\n- **Securing Your Repository:** Implementing branch and tag protection, and restricting pull request approvers.\n- **Workflow Configuration:** Using Workload Identity Federation for secure authentication to Google Cloud, managing secrets effectively, and pinning action versions to prevent unexpected changes.\n- **Monitoring and Auditing:** Regularly reviewing action logs and enabling OpenTelemetry for deeper insights into performance and behavior.\n\nFor a comprehensive guide on securing your repository and workflows, please refer to our [**Best Practices documentation**](./docs/best-practices.md).\n\n## Customization\n\nCreate a [GEMINI.md] file in the root of your repository to provide\nproject-specific context and instructions to [Gemini CLI]. This is useful for defining\ncoding conventions, architectural patterns, or other guidelines the model should\nfollow for a given repository.\n\n## Contributing\n\nContributions are welcome! Check out the Gemini CLI\n[**Contributing Guide**](./CONTRIBUTING.md) for more details on how to get\nstarted.\n\n[secrets]: https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions\n[settings_json]: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#settings-files\n[Gemini]: https://deepmind.google/models/gemini/\n[Google AI Studio]: https://aistudio.google.com/apikey\n[Gemini CLI]: https://github.com/google-gemini/gemini-cli/\n[Google Cloud support]: https://cloud.google.com/support\n[variables]: https://docs.github.com/en/actions/how-tos/write-workflows/choose-what-workflows-do/use-variables#creating-configuration-variables-for-a-repository\n[GitHub CLI]: https://docs.github.com/en/github-cli/github-cli\n[GEMINI.md]: https://github.com/google-gemini/gemini-cli/blob/main/docs/cli/configuration.md#context-files-hierarchical-instructional-context\n","funding_links":[],"categories":["Headless CI/CD \u0026 GitHub Actions","TypeScript","AI Coding Agents","Shell","Official","Agent Orchestration"],"sub_categories":["Gemini CLI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-github-actions%2Frun-gemini-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoogle-github-actions%2Frun-gemini-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoogle-github-actions%2Frun-gemini-cli/lists"}