Skip to content

Commit 5cd47e6

Browse files
cteytonclaude
andcommitted
Hide context analysis cost and timing in cloud mode
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> Entire-Checkpoint: 1a551a9675cf
1 parent 7bbcc40 commit 5cd47e6

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/components/Summary.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,8 @@ export const Summary: React.FC<SummaryProps> = ({
579579
</div>
580580
)}
581581

582-
{metadata.contextIdentificationCostUsd !== undefined &&
582+
{!cloudMode &&
583+
metadata.contextIdentificationCostUsd !== undefined &&
583584
metadata.contextIdentificationDurationMs !== undefined && (
584585
<div className="mt-3 pt-3 border-t border-slate-700/50 flex items-center gap-4 text-xs text-slate-400">
585586
<span>

0 commit comments

Comments
 (0)