mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-22 02:54:31 -07:00
19 lines
1.6 KiB
Plaintext
19 lines
1.6 KiB
Plaintext
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
||
|
|
|
||
|
|
exports[`ToolConfirmationQueue > renders the confirming tool with progress indicator 1`] = `
|
||
|
|
"╭──────────────────────────────────────────────────────────────────────────────╮
|
||
|
|
│ Action Required 1 of 3 │
|
||
|
|
│ │
|
||
|
|
│ ? ls list files │
|
||
|
|
│ │
|
||
|
|
│ ls │
|
||
|
|
│ │
|
||
|
|
│ Allow execution of: 'ls'? │
|
||
|
|
│ │
|
||
|
|
│ ● 1. Allow once │
|
||
|
|
│ 2. Allow for this session │
|
||
|
|
│ 3. No, suggest changes (esc) │
|
||
|
|
│ │
|
||
|
|
╰──────────────────────────────────────────────────────────────────────────────╯"
|
||
|
|
`;
|