Final linter run

This commit is contained in:
g-samroberts
2026-03-18 16:37:14 -07:00
parent c52ea61af1
commit 7cfb85f951
3 changed files with 4 additions and 5 deletions
-1
View File
@@ -18,7 +18,6 @@ To use custom subagents, you must ensure they are enabled in your
}
```
## What are subagents?
Subagents are "specialists" that the main Gemini agent can hire for a specific
+2 -2
View File
@@ -60,8 +60,8 @@ Slash commands provide meta-level control over the CLI itself.
- `list` (selecting this opens the auto-saved session browser)
- `-- checkpoints --`
- `list`, `save`, `resume`, `delete`, `share` (manual tagged checkpoints)
- Unique prefixes (for example `/cha` or `/resu`) resolve to the same
grouped menu.
- Unique prefixes (for example `/cha` or `/resu`) resolve to the same grouped
menu.
- **Sub-commands:**
- **`debug`**
- **Description:** Export the most recent API request as a JSON payload.
+2 -2
View File
@@ -68,8 +68,8 @@ an environment variable `MY_API_TOKEN`, you could use it in `settings.json` like
this: `"apiKey": "$MY_API_TOKEN"`. Additionally, each extension can have its own
`.env` file in its directory, which will be loaded automatically.
**Note for Enterprise Users:** For guidance on deploying and managing Gemini
CLI in a corporate environment, please see the
**Note for Enterprise Users:** For guidance on deploying and managing Gemini CLI
in a corporate environment, please see the
[Enterprise Configuration](../cli/enterprise.md) documentation.
### The `.gemini` directory in your project