File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,15 +117,15 @@ console.log(`\n${"─".repeat(70)}`);
117117console . log ( `Done in ${ elapsed } s • ${ toolCalls } tool calls • status: ${ endedReason } ` ) ;
118118console . log (
119119 `Usage: ${ usage . inputTokens . toLocaleString ( ) } in + ${ usage . outputTokens . toLocaleString ( ) } out` +
120- ( usage . cacheReadInputTokens > 0
121- ? ` (cache read: ${ usage . cacheReadInputTokens . toLocaleString ( ) } )`
122- : "" ) +
123- ( usage . cacheCreationInputTokens > 0
124- ? ` (cache write: ${ usage . cacheCreationInputTokens . toLocaleString ( ) } )`
125- : "" ) +
126- ` = ${ totalTokens . toLocaleString ( ) } tokens` +
127- ( usage . costUsd !== undefined ? ` • $${ usage . costUsd . toFixed ( 4 ) } ` : "" ) +
128- "\n" ,
120+ ( usage . cacheReadInputTokens > 0
121+ ? ` (cache read: ${ usage . cacheReadInputTokens . toLocaleString ( ) } )`
122+ : "" ) +
123+ ( usage . cacheCreationInputTokens > 0
124+ ? ` (cache write: ${ usage . cacheCreationInputTokens . toLocaleString ( ) } )`
125+ : "" ) +
126+ ` = ${ totalTokens . toLocaleString ( ) } tokens` +
127+ ( usage . costUsd !== undefined ? ` • $${ usage . costUsd . toFixed ( 4 ) } ` : "" ) +
128+ "\n" ,
129129) ;
130130
131131// Pull SECURITY_REVIEW.md from the workdir.
You can’t perform that action at this time.
0 commit comments