What's Changed
- Account- and Profile-scoped management now consistently protects sessions, models, usage, Kanban, jobs, uploads, media, and related Hermes APIs.
- Bundled media skills use the generated server token only for media endpoints and resolve fun-codex/xAI credentials from the requested Profile.
- Single chat and group chat now inject the current Hermes Profile into run instructions so skills can send
X-Hermes-Profile. delegate_tasksubagent progress now streams into the chat UI with start, tool, progress, and completion updates.- Stopping or aborting a run clears transient events so stale abort state does not leak into the next chat.
- Update docs and website copy for account management, default credentials, account/Profile management, uploads/downloads, and bundled media skills.
- Add CLI maintenance commands for clearing login IP locks and resetting the default
admin/123456login. - Version 0.6.0 is the boundary between single-user and multi-user Web UI. If multi-user mode causes issues, please file an issue and roll back to the 0.5.35 single-user release if needed.