mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-12 21:03:05 -07:00
feat(prompts): implement Topic-Action-Summary model for verbosity reduction (#21503)
This commit is contained in:
@@ -1840,6 +1840,13 @@
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
},
|
||||
"topicUpdateNarration": {
|
||||
"title": "Topic & Update Narration",
|
||||
"description": "Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting.",
|
||||
"markdownDescription": "Enable the experimental Topic & Update communication model for reduced chattiness and structured progress reporting.\n\n- Category: `Experimental`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user