Join the discussion

Write your take first — we'll ask for email only when you're ready to publish.

  • Hacker News
  • It's so sad that this is necessary. Why can't Anthropic get the UX of metering right?
  • What is tough about /usage or settings usage?
  • 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"
        }