mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-27 21:44:25 -07:00
docs(cli): mark profile name as mandatory and update examples
This commit is contained in:
@@ -22,7 +22,7 @@ and the file body for system instructions.
|
|||||||
|
|
||||||
```markdown
|
```markdown
|
||||||
---
|
---
|
||||||
name: Web Developer
|
name: coder
|
||||||
default_model: gemini-3.0-flash
|
default_model: gemini-3.0-flash
|
||||||
extensions:
|
extensions:
|
||||||
- github
|
- github
|
||||||
@@ -35,11 +35,11 @@ Always prefer functional components and explain your reasoning.
|
|||||||
|
|
||||||
### Configuration fields
|
### Configuration fields
|
||||||
|
|
||||||
| Field | Description |
|
| Field | Description |
|
||||||
| :-------------- | :---------------------------------------------------------------------------------------------- |
|
| :-------------- | :----------------------------------------------------------------------------------------------------------------------------------------- |
|
||||||
| `name` | (Optional) A display name for the profile. |
|
| `name` | (Mandatory) A unique name for the profile. Must be a valid slug (a-z, 0-9, -, \_) and MUST match the filename without the `.md` extension. |
|
||||||
| `default_model` | (Optional) The model to use when this profile is active. |
|
| `default_model` | (Optional) The model to use when this profile is active. |
|
||||||
| `extensions` | (Optional) A list of allowed extension IDs. If specified, only these extensions will be loaded. |
|
| `extensions` | (Optional) A list of allowed extension IDs. If specified, only these extensions will be loaded. |
|
||||||
|
|
||||||
The **body** of the Markdown file is injected into the system prompt, allowing
|
The **body** of the Markdown file is injected into the system prompt, allowing
|
||||||
you to define a specific persona or set of instructions that the AI will always
|
you to define a specific persona or set of instructions that the AI will always
|
||||||
|
|||||||
Reference in New Issue
Block a user