mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-19 15:56:48 -07:00
8edbbcd071
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> Co-authored-by: Jack Wotherspoon <jackwoth@google.com>
30 lines
3.2 KiB
Plaintext
30 lines
3.2 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`<SessionSummaryDisplay /> > renders the summary display with a title 1`] = `
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
│ │
|
|
│ Agent powering down. Goodbye! │
|
|
│ │
|
|
│ Interaction Summary │
|
|
│ Session ID: test-session │
|
|
│ Tool Calls: 0 ( ✓ 0 x 0 ) │
|
|
│ Success Rate: 0.0% │
|
|
│ Code Changes: +42 -15 │
|
|
│ │
|
|
│ Performance │
|
|
│ Wall Time: 1h 23m 45s │
|
|
│ Agent Active: 50.2s │
|
|
│ » API Time: 50.2s (100.0%) │
|
|
│ » Tool Time: 0s (0.0%) │
|
|
│ │
|
|
│ Model Usage │
|
|
│ Model Reqs Input Tokens Cache Reads Output Tokens │
|
|
│ ──────────────────────────────────────────────────────────────────────────── │
|
|
│ gemini-2.5-pro 10 500 500 2,000 │
|
|
│ │
|
|
│ Savings Highlight: 500 (50.0%) of input tokens were served from the cache, reducing costs. │
|
|
│ │
|
|
│ Tip: Resume a previous session using gemini --resume or /resume │
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
|
`;
|