Revert: non-PR file edits

This commit is contained in:
Luke K (pr-0f3t)
2026-01-08 23:19:44 -05:00
parent 16f893c46b
commit 5d34e27078
3 changed files with 21 additions and 39 deletions

View File

@@ -330,9 +330,7 @@ export function buildStatusMessage(args: StatusArgs): string {
const usagePair = formatUsagePair(inputTokens, outputTokens);
const costLine = costLabel ? `💵 Cost: ${costLabel}` : null;
const usageCostLine =
usagePair && costLine
? `${usagePair} · ${costLine}`
: (usagePair ?? costLine);
usagePair && costLine ? `${usagePair} · ${costLine}` : usagePair ?? costLine;
return [
versionLine,