All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Bug: "HERMES.md" in git commit messages causes Claude Code to bill extra usage instead of plan quota

By

sasha-id

1mo ago· 2 min readenCode

Summary

A bug report reveals that when a git repository's recent commit history contains the case-sensitive string "HERMES.md", Claude Code incorrectly routes API requests to "extra usage" billing instead of using the included Max plan quota. This caused the user to burn through $200 in extra usage credits while their Max 20x plan capacity remained largely untouched at only 13% weekly usage. The trigger is the string appearing in git commit messages (not file presence), as Claude Code includes recent commits in its system prompt, causing a server-side routing issue.

Key quotes

· 3 pulled
This silently burned through $200 in extra usage credits while my Max 20x plan capacity remained largely untouched (13% weekly usage).
The trigger is the string HERMES.md in git commit messages — not the presence of a file with that name on disk.
Claude Code includes recent commits in its system prompt, and something server-side...
Snippet from the RSS feed
Summary When a git repository's recent commit history contains the case-sensitive string HERMES.md, Claude Code routes API requests to "extra usage" billing instead of the included Max plan quota. ...

You might also wanna read