mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-14 20:10:36 -07:00
04f05459f8
This adds the /enhance command which uses an LLM to refine user prompts based on conversation history. Closes #25133
16 lines
235 B
JSON
16 lines
235 B
JSON
{
|
|
"experimental": {
|
|
"extensionReloading": true,
|
|
"modelSteering": true,
|
|
"memoryManager": true
|
|
},
|
|
"general": {
|
|
"devtools": true,
|
|
"plan": {
|
|
"enabled": true
|
|
}
|
|
},
|
|
"agents": {
|
|
"overrides": {}
|
|
}
|
|
} |