Bug Description
After the latest Hermes update (Apr 29 2026), the new title_generation auxiliary feature fails with:
Title generation failed: 404 page not found
The error message is literally an HTML 404 page, suggesting the request is hitting a wrong URL.
Environment
- Hermes version: Latest (Apr 29 update)
- Provider: MiniMax (MiniMax-M2.7)
- Config:
auxiliary.title_generation.provider: auto
- Platform: macOS
What works
- Main chat works fine — can talk to bot via Telegram without issues
- Vision auxiliary works
- Other auxiliary tasks work
What fails
- title_generation always returns 404 page not found
- Log shows:
WARNING agent.title_generator: Title generation failed: 404 page not found
- When failure_callback fires, user receives: ⚠ Auxiliary title generation failed: HTTP 404: 404 page not found
Investigation so far
- Direct curl test:
https://api.minimax.io/v1/chat/completions returns 401 with "login fail: Please carry the API secret key"
- Different from the 404 page not found error in the logs
- Main chat works, meaning the auth is OK for the primary endpoint
- title_generation may be using a different code path that hits a wrong endpoint
Expected behavior
title_generation should either work correctly or fail silently (not send error messages to user).
Suggested fix
- Fix the URL/endpoint path for title_generation with MiniMax provider, OR
- Add proper error handling so 404 errors do not get sent to user via Telegram, OR
- Add a config option to disable title_generation entirely
This feature was added in the latest update and users did not opt-in to it — consider making it opt-out instead of opt-in.
Bug Description
After the latest Hermes update (Apr 29 2026), the new title_generation auxiliary feature fails with:
The error message is literally an HTML 404 page, suggesting the request is hitting a wrong URL.
Environment
auxiliary.title_generation.provider: autoWhat works
What fails
WARNING agent.title_generator: Title generation failed: 404 page not foundInvestigation so far
https://api.minimax.io/v1/chat/completionsreturns 401 with "login fail: Please carry the API secret key"Expected behavior
title_generation should either work correctly or fail silently (not send error messages to user).
Suggested fix
This feature was added in the latest update and users did not opt-in to it — consider making it opt-out instead of opt-in.