mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-14 23:31:13 -07:00
150 lines
3.2 KiB
Plaintext
150 lines
3.2 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`App > Snapshots > renders default layout correctly 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v1.2.3
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
Tips for getting started:
|
|
1. Create GEMINI.md files to customize your interactions
|
|
2. /help for more information
|
|
3. Ask coding questions, edit code or run commands
|
|
4. Be specific for the best results
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notifications
|
|
Composer
|
|
"
|
|
`;
|
|
|
|
exports[`App > Snapshots > renders screen reader layout correctly 1`] = `
|
|
"Notifications
|
|
Footer
|
|
|
|
▝▜▄ Gemini CLI v1.2.3
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
Tips for getting started:
|
|
1. Create GEMINI.md files to customize your interactions
|
|
2. /help for more information
|
|
3. Ask coding questions, edit code or run commands
|
|
4. Be specific for the best results
|
|
Composer
|
|
"
|
|
`;
|
|
|
|
exports[`App > Snapshots > renders with dialogs visible 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v1.2.3
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notifications
|
|
DialogManager
|
|
"
|
|
`;
|
|
|
|
exports[`App > should render ToolConfirmationQueue along with Composer when tool is confirming and experiment is on 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v1.2.3
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
Tips for getting started:
|
|
1. Create GEMINI.md files to customize your interactions
|
|
2. /help for more information
|
|
3. Ask coding questions, edit code or run commands
|
|
4. Be specific for the best results
|
|
HistoryItemDisplay
|
|
╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ Action Required │
|
|
│ │
|
|
│ ? ls list directory │
|
|
│ │
|
|
│ ls │
|
|
│ Allow execution of: 'ls'? │
|
|
│ │
|
|
│ ● 1. Allow once │
|
|
│ 2. Allow for this session │
|
|
│ 3. No, suggest changes (esc) │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Notifications
|
|
Composer
|
|
"
|
|
`;
|