mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-16 04:50:29 -07:00
c084f76c5e
Co-authored-by: Christian Gunderman <gundermanc@google.com>
135 lines
6.9 KiB
Plaintext
135 lines
6.9 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with a tool awaiting confirmation > with_confirming_tool 1`] = `
|
|
"
|
|
███ █████████
|
|
░░░███ ███░░░░░███
|
|
░░░███ ███ ░░░
|
|
░░░███░███
|
|
███░ ░███ █████
|
|
███░ ░░███ ░░███
|
|
███░ ░░█████████
|
|
░░░ ░░░░░░░░░
|
|
|
|
Tips for getting started:
|
|
1. Ask questions, edit files, or run commands.
|
|
2. Be specific for the best results.
|
|
3. Create GEMINI.md files to customize your interactions with Gemini.
|
|
4. /help for more information.
|
|
|
|
Action Required (was prompted):
|
|
|
|
? confirming_tool Confirming tool description
|
|
"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with active and pending tool messages > with_history_and_pending 1`] = `
|
|
"
|
|
███ █████████
|
|
░░░███ ███░░░░░███
|
|
░░░███ ███ ░░░
|
|
░░░███░███
|
|
███░ ░███ █████
|
|
███░ ░░███ ░░███
|
|
███░ ░░█████████
|
|
░░░ ░░░░░░░░░
|
|
|
|
Tips for getting started:
|
|
1. Ask questions, edit files, or run commands.
|
|
2. Be specific for the best results.
|
|
3. Create GEMINI.md files to customize your interactions with Gemini.
|
|
4. /help for more information.
|
|
╭─────────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool1 Description for tool 1 │
|
|
│ │
|
|
╰─────────────────────────────────────────────────────────────────────────────╯
|
|
╭─────────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool2 Description for tool 2 │
|
|
│ │
|
|
╰─────────────────────────────────────────────────────────────────────────────╯"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with empty history and no pending items > empty 1`] = `
|
|
"
|
|
███ █████████
|
|
░░░███ ███░░░░░███
|
|
░░░███ ███ ░░░
|
|
░░░███░███
|
|
███░ ░███ █████
|
|
███░ ░░███ ░░███
|
|
███░ ░░█████████
|
|
░░░ ░░░░░░░░░
|
|
|
|
Tips for getting started:
|
|
1. Ask questions, edit files, or run commands.
|
|
2. Be specific for the best results.
|
|
3. Create GEMINI.md files to customize your interactions with Gemini.
|
|
4. /help for more information."
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with history but no pending items > with_history_no_pending 1`] = `
|
|
"
|
|
███ █████████
|
|
░░░███ ███░░░░░███
|
|
░░░███ ███ ░░░
|
|
░░░███░███
|
|
███░ ░███ █████
|
|
███░ ░░███ ░░███
|
|
███░ ░░█████████
|
|
░░░ ░░░░░░░░░
|
|
|
|
Tips for getting started:
|
|
1. Ask questions, edit files, or run commands.
|
|
2. Be specific for the best results.
|
|
3. Create GEMINI.md files to customize your interactions with Gemini.
|
|
4. /help for more information.
|
|
╭─────────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool1 Description for tool 1 │
|
|
│ │
|
|
╰─────────────────────────────────────────────────────────────────────────────╯
|
|
╭─────────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool2 Description for tool 2 │
|
|
│ │
|
|
╰─────────────────────────────────────────────────────────────────────────────╯"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with pending items but no history > with_pending_no_history 1`] = `
|
|
"
|
|
███ █████████
|
|
░░░███ ███░░░░░███
|
|
░░░███ ███ ░░░
|
|
░░░███░███
|
|
███░ ░███ █████
|
|
███░ ░░███ ░░███
|
|
███░ ░░█████████
|
|
░░░ ░░░░░░░░░
|
|
|
|
Tips for getting started:
|
|
1. Ask questions, edit files, or run commands.
|
|
2. Be specific for the best results.
|
|
3. Create GEMINI.md files to customize your interactions with Gemini.
|
|
4. /help for more information."
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with user and gemini messages > with_user_gemini_messages 1`] = `
|
|
"
|
|
███ █████████
|
|
░░░███ ███░░░░░███
|
|
░░░███ ███ ░░░
|
|
░░░███░███
|
|
███░ ░███ █████
|
|
███░ ░░███ ░░███
|
|
███░ ░░█████████
|
|
░░░ ░░░░░░░░░
|
|
|
|
Tips for getting started:
|
|
1. Ask questions, edit files, or run commands.
|
|
2. Be specific for the best results.
|
|
3. Create GEMINI.md files to customize your interactions with Gemini.
|
|
4. /help for more information.
|
|
|
|
> Hello Gemini
|
|
|
|
✦ Hello User!"
|
|
`;
|