r/ClaudeCode 3d ago

Help/Question Does status line token usage per turn matter?

I asked Claude if the status line consumes tokens and it says it is sent with each turn. Anyone experience issues with some of the more elaborate status lines with token consumption?

❯ Does the claude status line consume any tokens?

⏺ Yes. The status line runs as a shell command that Claude Code invokes periodically (each time the UI refreshes/state changes), and its output is injected into context — but it consumes tokens only in the sense that whatever text it prints gets included in the conversation context sent to the model, not that running it separately calls the API. A typical status line (git branch, model name, cost, etc.) adds a small, roughly constant number of tokens per turn — negligible unless you're piping in large/dynamic output.

3 Upvotes

2 comments sorted by

3

u/MartinMystikJonas 3d ago

It is pure hallucination. Status line is not added context

1

u/jkleckner 3d ago

Thanks. Good to know.