You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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_task subagent 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 / 123456 login.
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.