| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.md | 2026-04-13 | 797 Bytes | |
| v1.8.3-beta.2 -- A2A Chat History Fixes source code.tar.gz | 2026-04-13 | 2.1 MB | |
| v1.8.3-beta.2 -- A2A Chat History Fixes source code.zip | 2026-04-13 | 2.2 MB | |
| Totals: 3 Items | 4.3 MB | 0 | |
Bug Fixes
A2A Chat History Fixes
- A2A session now shows both sides of the conversation: when a target agent is woken via
notifyortask_delegate, its reply is now mirrored into the shared A2A chat session so the full conversation is visible in the admin Other Users tab - Removed hardcoded 2-round tool call limit for A2A wake invocations: agents were hitting the limit before completing basic tasks; they now use their own configurable
max_tool_roundssetting (default 50) - Fixed message loading order: sessions with many messages (e.g. long-running A2A threads) were only showing the oldest 500 messages; now correctly loads the most recent 500
Full changelog: see RELEASE_NOTES.md (github.com)