3 comments of 6

[ 2.5 ms ] story [ 7.3 ms ] thread
(comment deleted)
It's so sad that this is necessary. Why can't Anthropic get the UX of metering right?
I just had claude write me a statusline:

https://gist.github.com/abgoyal/bde7af4ba0ba4d19094361667dac...

Shows the 5h and weekly usage %, when it resets, current model, estimated spend in the session, context used, cwd and project.

Save it in .claude/ and then add a snippet to settings.json:

  "statusLine": {
      "type": "command",
      "command": "bash $HOME/.claude/statusline-command.sh"
    }