summaryrefslogtreecommitdiff
path: root/packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap
blob: 97a0b525a01e4fb24735f4d4c0cb5315418110a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
// 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:                                                                                     │
│  Tool Calls:                 0 ( ✔ 0 ✖ 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                  Reqs   Input Tokens  Output Tokens                                 │
│  ───────────────────────────────────────────────────────────────                                 │
│  gemini-2.5-pro                 10          1,000          2,000                                 │
│                                                                                                  │
│  Savings Highlight: 500 (50.0%) of input tokens were served from the cache, reducing costs.      │
│                                                                                                  │
│  » Tip: For a full token breakdown, run \`/stats model\`.                                          │
│                                                                                                  │
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯"
`;