Skip to content

v1.8.3-beta.2 — A2A Chat History Fixes

Choose a tag to compare

@wisdomqin wisdomqin released this 13 Apr 06:59
· 365 commits to main since this release

Bug Fixes

A2A Chat History Fixes

  • A2A session now shows both sides of the conversation: when a target agent is woken via notify or task_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_rounds setting (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