aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xbin/__claude-code-statusline3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/__claude-code-statusline b/bin/__claude-code-statusline
index e315e1f..0e4917f 100755
--- a/bin/__claude-code-statusline
+++ b/bin/__claude-code-statusline
@@ -13,6 +13,5 @@ consumed_tokens="$(echo "$input" | jq -r '
[. * 10 / 1000, 0] | max | floor / 10 | " \(.)k"
')"
used_percentage="$(echo "$input" | jq -r '.context_window.used_percentage // 0 | " @ \(.)%"')"
-cost="$(echo "$input" | jq -r '.cost.total_cost_usd // 0 | . * 100 | floor / 100 | " ($\(.))"')"
-echo "[$model]$consumed_tokens$used_percentage$cost ${cwd/#$HOME/\~}"
+echo "[$model]$consumed_tokens$used_percentage ${cwd/#$HOME/\~}"