diff options
| author | owenofbrien <[email protected]> | 2025-08-15 10:15:54 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-15 15:15:54 +0000 |
| commit | ddbe65e8c32cef67f7562b7f02aaf6e9fefb6968 (patch) | |
| tree | e3104527d95a33dd45ca8e2511c8e31b005e6ba9 /packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap | |
| parent | a92299069d06c49fdb01dcab6dcdb9c8001b1c52 (diff) | |
Add session id to session summary and /bug template (#6313)
Co-authored-by: Bryan Morgan <[email protected]>
Diffstat (limited to 'packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap')
| -rw-r--r-- | packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap b/packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap index c9b2bd64..98e7722e 100644 --- a/packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap +++ b/packages/cli/src/ui/components/__snapshots__/SessionSummaryDisplay.test.tsx.snap @@ -5,6 +5,11 @@ 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% │ +│ │ │ Performance │ │ Wall Time: 1h 23m 45s │ │ Agent Active: 50.2s │ |
