What's Changed
Features
- Kanban task management — Task board with status columns, assignees, priority levels, and search
- Group chat with multi-agent support — Room-based group chat with AI agent participants, context compression, and avatar system
- Docker Compose deployment — Pre-built Docker images for one-command deployment
Improvements
- Mobile responsiveness — Fixed page headers, hamburger button positioning, group chat sidebar behavior on mobile
- Silent kanban refresh — Auto-refresh no longer shows loading spinner
- Docker networking — Auto-detect container environment and use service name for upstream host
- DB compatibility — Session DB queries now compat with older Hermes agent state.db schemas
- Group chat rules — Prevent AI agents from self-mentioning
Bug Fixes
- Fix kanban loading spinner flickering on 15s auto-refresh (#562)
- Fix group chat room-list transparent background on mobile (#562)
- Fix group chat sidebar auto-opening on mobile entry (#562)
- Fix page-header title overlapped by hamburger button on mobile (#562)
- Fix Docker container networking — use service name instead of 127.0.0.1 (#560)
- Fix
no such column: reasoning_contenterror with older agent versions (#560) - Remove unused UPSTREAM env dependency (#551, #560)
Note
If the Kanban feature is not available, please upgrade hermes-agent to the latest version.
Full Changelog: v0.5.9...v0.5.15