diff --git a/README.md b/README.md index f69d1c9..85a4d24 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ You pay for Claude, Codex, Cursor, and a stack of other AI tools. The bill tells you the total. It never tells you that half of it went to conversation instead of code, or that an expensive model burned your budget on work a cheaper one would have one-shot. -CodeBurn does. It reads the session files your tools already write to disk and breaks down every token and dollar by **task, model, tool, and project**, across **30 AI tools**. +CodeBurn does. It reads the session files your tools already write to disk and breaks down every token and dollar by **task, model, tool, and project**, across **31 AI tools**. Everything runs locally. No wrapper, no proxy, no API keys, nothing leaves your machine. Pricing comes from [LiteLLM](https://github.com/BerriAI/litellm), refreshed daily. @@ -241,6 +241,7 @@ CodeBurn auto-detects which AI tools you use. Each logo links to its provider do Zerostack Grok Build ZCode + Hermes Agent

If multiple providers have session data on disk, press `p` in the dashboard to toggle between them. diff --git a/assets/providers/hermes.png b/assets/providers/hermes.png new file mode 100644 index 0000000..667d0d6 Binary files /dev/null and b/assets/providers/hermes.png differ