mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-19 09:41:17 -07:00
122 lines
5.5 KiB
Plaintext
122 lines
5.5 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with a tool awaiting confirmation > with_confirming_tool 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v0.10.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
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
|
|
|
|
Action Required (was prompted):
|
|
|
|
? confirming_tool Confirming tool description
|
|
"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with active and pending tool messages > with_history_and_pending 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v0.10.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
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
|
|
╭──────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool1 Description for tool 1 │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────╯
|
|
╭──────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool2 Description for tool 2 │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with empty history and no pending items > empty 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v0.10.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
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
|
|
"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with history but no pending items > with_history_no_pending 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v0.10.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
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
|
|
╭──────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool1 Description for tool 1 │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────╯
|
|
╭──────────────────────────────────────────────────────────────────────────╮
|
|
│ ✓ tool2 Description for tool 2 │
|
|
│ │
|
|
╰──────────────────────────────────────────────────────────────────────────╯
|
|
"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with pending items but no history > with_pending_no_history 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v0.10.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
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
|
|
"
|
|
`;
|
|
|
|
exports[`AlternateBufferQuittingDisplay > renders with user and gemini messages > with_user_gemini_messages 1`] = `
|
|
"
|
|
▝▜▄ Gemini CLI v0.10.0
|
|
▝▜▄
|
|
▗▟▀
|
|
▝▀
|
|
|
|
|
|
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
|
|
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
|
|
> Hello Gemini
|
|
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
|
|
✦ Hello User!
|
|
"
|
|
`;
|