docs: weekly audit results for 24319780415

This commit is contained in:
github-merge-queue
2026-04-13 00:17:35 +00:00
committed by github-actions[bot]
parent 0179726222
commit 3266d7dbd8
15 changed files with 187 additions and 99 deletions
+4 -4
View File
@@ -18,7 +18,7 @@ The standard method to install and run Gemini CLI uses `npm`:
npm install -g @google/gemini-cli
```
Once Gemini CLI is installed, run Gemini CLI from your command line:
Once installed, run Gemini CLI from your command line:
```bash
gemini
@@ -87,7 +87,7 @@ Give Gemini the following prompt:
Rename the photos in my "photos" directory based on their contents.
```
Result: Gemini asks for permission to rename your files.
Result: Gemini CLI asks for permission to rename your files.
Select **Allow once** and your files are renamed:
@@ -111,7 +111,7 @@ Give Gemini CLI the following prompt:
Clone the 'chalk' repository from https://github.com/chalk/chalk, read its key source files, and explain how it works.
```
Result: Gemini performs a sequence of actions to answer your request.
Result: Gemini CLI performs a sequence of actions to answer your request.
1. First, it asks for permission to run `git clone` to download the repository.
2. Next, it finds the important source files and asks for permission to read
@@ -178,7 +178,7 @@ Gemini CLI can generate boilerplate code and tests based on your existing
implementation. This example demonstrates how to request code coverage for a
JavaScript component.
Scenario: You've written a simple login page. You wish to write unit tests to
Scenario: You've written a simple login page. You want to write unit tests to
ensure that your login page has code coverage.
Give Gemini CLI the following prompt:
+4 -4
View File
@@ -20,7 +20,7 @@ installation methods, and release types.
## Install Gemini CLI
We recommend most users install Gemini CLI using one of the following
Gemini CLI recommends that most users install it using one of the following
installation methods:
- npm
@@ -63,7 +63,7 @@ npm install -g @google/gemini-cli
## Run Gemini CLI
For most users, we recommend running Gemini CLI with the `gemini` command:
Start Gemini CLI with the `gemini` command:
```bash
gemini
@@ -143,8 +143,8 @@ code.
## Releases
Gemini CLI has three release channels: nightly, preview, and stable. For most
users, we recommend the stable release, which is the default installation.
Gemini CLI has three release channels: nightly, preview, and stable. The stable
release is the default installation and is recommended for most users.
### Stable