2025-06-11 16:40:31 -04:00
|
|
|
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
|
|
2025-06-30 20:28:49 -04:00
|
|
|
exports[`<SessionSummaryDisplay /> > renders the summary display with a title 1`] = `
|
|
|
|
|
"╭──────────────────────────────────────────────────────────────────────────────────────────────────╮
|
|
|
|
|
│ │
|
|
|
|
|
│ Agent powering down. Goodbye! │
|
|
|
|
|
│ │
|
2025-08-15 20:18:31 -07:00
|
|
|
│ Interaction Summary │
|
2025-10-17 16:16:12 -07:00
|
|
|
│ Session ID: test-session │
|
2025-08-21 17:56:18 +00:00
|
|
|
│ Tool Calls: 0 ( ✓ 0 x 0 ) │
|
2025-08-15 20:18:31 -07:00
|
|
|
│ Success Rate: 0.0% │
|
2025-08-18 22:57:53 -07:00
|
|
|
│ Code Changes: +42 -15 │
|
2025-08-15 20:18:31 -07:00
|
|
|
│ │
|
2025-06-30 20:28:49 -04:00
|
|
|
│ Performance │
|
|
|
|
|
│ Wall Time: 1h 23m 45s │
|
|
|
|
|
│ Agent Active: 50.2s │
|
|
|
|
|
│ » API Time: 50.2s (100.0%) │
|
|
|
|
|
│ » Tool Time: 0s (0.0%) │
|
|
|
|
|
│ │
|
2026-02-09 21:53:10 -05:00
|
|
|
│ Model Usage │
|
|
|
|
|
│ Model Reqs Input Tokens Cache Reads Output Tokens │
|
2025-12-12 12:19:39 -08:00
|
|
|
│ ──────────────────────────────────────────────────────────────────────────── │
|
|
|
|
|
│ gemini-2.5-pro 10 500 500 2,000 │
|
2025-06-30 20:28:49 -04:00
|
|
|
│ │
|
|
|
|
|
│ Savings Highlight: 500 (50.0%) of input tokens were served from the cache, reducing costs. │
|
2026-02-18 16:54:01 +01:00
|
|
|
│ │
|
|
|
|
|
│ Tip: Resume a previous session using gemini --resume or /resume │
|
2025-06-30 20:28:49 -04:00
|
|
|
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
|
2025-06-11 16:40:31 -04:00
|
|
|
`;
|