mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 12:54:07 -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
|
||||
---
|
||||
name: Web Developer
|
||||
name: coder
|
||||
default_model: gemini-3.0-flash
|
||||
extensions:
|
||||
- github
|
||||
@@ -36,8 +36,8 @@ Always prefer functional components and explain your reasoning.
|
||||
### Configuration fields
|
||||
|
||||
| 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. |
|
||||
| `extensions` | (Optional) A list of allowed extension IDs. If specified, only these extensions will be loaded. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user