mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-28 05:55:17 -07:00
feat(core): Add configurable inactivity timeout for shell commands (#13531)
This commit is contained in:
@@ -993,6 +993,13 @@
|
||||
"markdownDescription": "Show color in shell output.\n\n- Category: `Tools`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
},
|
||||
"inactivityTimeout": {
|
||||
"title": "Inactivity Timeout",
|
||||
"description": "The maximum time in seconds allowed without output from the shell command. Defaults to 5 minutes.",
|
||||
"markdownDescription": "The maximum time in seconds allowed without output from the shell command. Defaults to 5 minutes.\n\n- Category: `Tools`\n- Requires restart: `no`\n- Default: `300`",
|
||||
"default": 300,
|
||||
"type": "number"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user