chore: bump version to v0.50.52, update CHANGELOG

This commit is contained in:
Hermes Agent
2026-04-15 19:41:49 +00:00
parent d6b58b9ce0
commit 25fae902d3
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Hermes Web UI -- Changelog
## [v0.50.52] — 2026-04-15
### Fixed
- **Simultaneous approval requests** — parallel tool calls that each require approval no longer overwrite each other. `_pending` is now a list per session; each entry gets a stable `approval_id` (uuid4) so `/api/approval/respond` can target a specific request. The UI shows a "1 of N pending" counter when multiple approvals are queued. Backward-compatible with old agent versions and old frontend clients. Adds 14 regression tests. (Fixes #527)
## [v0.50.51] — 2026-04-15
### Fixed