-
Notifications
You must be signed in to change notification settings - Fork 9.8k
Description
What happened?
I ran the /settings command to view the configuration options. In the General section of the UI, the option labeled Session Retention (mapped to general.sessionRetention in the docs) is not displayed.
While the sub-setting "Enable Session Cleanup" (general.sessionRetention.enabled) is visible in the UI, the parent setting "Session Retention" listed in the "Settings reference" documentation is entirely missing from the list.
What did you expect to happen?
I expected the /settings UI to include the "Session Retention" row as described in the documentation. Alternatively, if general.sessionRetention is not intended to be a configurable UI element itself, the documentation should be updated to remove it from the reference table to avoid confusion.
Client information
Client Information
Run gemini to enter the interactive CLI, then run the /about command.
> /about
CLI Version 0.19.4
Git Commit 93511487
Model auto
Sandbox no sandbox
OS darwin
Auth Method gemini-api-keyLogin information
API key
Anything else we need to know?
- Current UI shows:
Enable Session Cleanuponly. - Documentation lists: Both
Session RetentionandEnable Session Cleanup.