git log --author=686f6c61 -- hermes-studio
Contributions to Hermes Studio
- ossHermes Studio
Hermes Studio (the web dashboard for Hermes Agent) undercounted context usage because its token estimator only counted content and tool_calls, ignoring reasoning_content and reasoning. With thinking-mode payloads (DeepSeek/Kimi), which are echoed back on later turns, real context was underestimated by hundreds of thousands of tokens and compression never triggered until the upstream failed with an HTTP 400. The fix includes that content in the estimate and adds a unit test. Merged straight into main.