mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-05 02:40:55 -07:00
22 lines
2.2 KiB
Plaintext
22 lines
2.2 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`SessionRetentionWarningDialog > should match snapshot 1`] = `
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ │
|
|
│ Keep chat history │
|
|
│ │
|
|
│ To keep your workspace clean, we are introducing a limit on how long chat sessions are stored. │
|
|
│ Please choose a retention period for your existing chats: │
|
|
│ │
|
|
│ │
|
|
│ 1. Keep for 30 days (Recommended) │
|
|
│ 123 sessions will be deleted │
|
|
│ ● 2. Keep for 120 days │
|
|
│ No sessions will be deleted at this time │
|
|
│ │
|
|
│ Set a custom limit /settings and change "Keep chat history". │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|