0.4.2
Release Notes for Milestone 0.4.2
๐ New Features
- Issue #109: [chat-topbar]: Allow invoking the next speaker by clicking the agent tag
- Issue #102: Add ChatRoom.Planner, which includes:
- react-planner: Use reflection/reasoning to generate the next step for multi-agent groups
- react-orchestrator: work with react-planner to orchestrate the group chat
๐ Improvements
- Issue #113: Enable editing non-user message
- Issue #110: Move
StopAsyncandDeployAsyncinto ChatRoomAgentCommand class to reduce code duplication - Issue #103: [ChatRoom.Github]: Improve issue-helper by:
- Adding repo owner and repo name in configuration
- Allow searching issues with selected milestone
๐ Bug Fixes
- Issue #107: [chat-topbar] The agent tags doesn't break into multiple lines when it contains too many agents
- Issue #101: The vertical scrollbar is missing for message input box
What's Changed
- fix #103 by @LittleLittleCloud in #104
- set max-h to 60 so the input box won't overflow by @LittleLittleCloud in #105
- Make
ChatRoom.Clientthe all-in-one package for all available agents and add templates by @LittleLittleCloud in #106 - Add Chatroom.Planner package by @LittleLittleCloud in #108
- fix #110 by @LittleLittleCloud in #111
- use flex wrap for badge by @LittleLittleCloud in #112
- Update MetaInfo.props by @LittleLittleCloud in #118
- enable click agent badge as next speaker by @LittleLittleCloud in #117
- add release note for 0.4.2 by @LittleLittleCloud in #119
Full Changelog: 0.4.1...0.4.2