fix: ctrl-c exit + agent dump

This commit is contained in:
cpacker
2025-10-25 23:37:41 -07:00
parent 2a93f9ab55
commit 83aeaff3fd
3 changed files with 5 additions and 3 deletions

View File

@@ -1094,6 +1094,7 @@ export default function App({
{showExitStats && (
<SessionStatsComponent
stats={sessionStatsRef.current.getSnapshot()}
agentId={agentId}
/>
)}