mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-05-03 11:07:10 +00:00
feat(cleanup): enable 30-day session retention by default (#18854)
This commit is contained in:
@@ -133,9 +133,9 @@
|
||||
"type": "boolean"
|
||||
},
|
||||
"maxAge": {
|
||||
"title": "Max Session Age",
|
||||
"description": "Maximum age of sessions to keep (e.g., \"30d\", \"7d\", \"24h\", \"1w\")",
|
||||
"markdownDescription": "Maximum age of sessions to keep (e.g., \"30d\", \"7d\", \"24h\", \"1w\")\n\n- Category: `General`\n- Requires restart: `no`",
|
||||
"title": "Keep chat history",
|
||||
"description": "Automatically delete chats older than this time period (e.g., \"30d\", \"7d\", \"24h\", \"1w\")",
|
||||
"markdownDescription": "Automatically delete chats older than this time period (e.g., \"30d\", \"7d\", \"24h\", \"1w\")\n\n- Category: `General`\n- Requires restart: `no`",
|
||||
"type": "string"
|
||||
},
|
||||
"maxCount": {
|
||||
@@ -150,6 +150,13 @@
|
||||
"markdownDescription": "Minimum retention period (safety limit, defaults to \"1d\")\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `1d`",
|
||||
"default": "1d",
|
||||
"type": "string"
|
||||
},
|
||||
"warningAcknowledged": {
|
||||
"title": "Warning Acknowledged",
|
||||
"description": "INTERNAL: Whether the user has acknowledged the session retention warning",
|
||||
"markdownDescription": "INTERNAL: Whether the user has acknowledged the session retention warning\n\n- Category: `General`\n- Requires restart: `no`\n- Default: `false`",
|
||||
"default": false,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"additionalProperties": false
|
||||
|
||||
Reference in New Issue
Block a user