mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-03-10 14:10:37 -07:00
Show model in history (#13034)
This commit is contained in:
committed by
GitHub
parent
0fcbff506e
commit
ab11b2c27f
@@ -268,6 +268,13 @@
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"showModelInfoInChat": {
|
||||
"title": "Show Model Info In Chat",
|
||||
"description": "Show the model name in the chat for each model turn.",
|
||||
"markdownDescription": "Show the model name in the chat for each model turn.\n\n- Category: `UI`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"useFullWidth": {
|
||||
"title": "Use Full Width",
|
||||
"description": "Use the entire width of the terminal for output.",
|
||||
|
||||
Reference in New Issue
Block a user