Releases: LittleLittleCloud/Agent-ChatRoom
Releases · LittleLittleCloud/Agent-ChatRoom
0.5.2
Release Note for Version 0.5.2 🚀
Bug Fixes
- 🐛 #149: Fixed a broken link to the code-first example on the website, ensuring users can access the relevant resources without issues.
- 🐛 #147: Improved the agent exception handling process to present error messages to users when an agent raises an exception, replacing the indefinite "generating" status.
Improvements
- 🎨 #155: Enhanced the chatroom UI by making user messages more prominent than agent messages for better visibility and user experience.
- ⏱️ #148: Increased the time restriction for agent responses, allowing agents more time to respond to inquiries. Users will now also be notified if an agent fails to reply within the specified time limit.
Documentation
- ✨ #150: Introduced a code-first tutorial on the website to help users get started with development quickly and effectively.
Release 0.5.1
Release Notes for Version 0.5.1 🚀
New Features 🌟
- Markdown/Text Toggle: Introduced a new feature that allows users to toggle between markdown and plain text in chat messages. This enhances the user experience by providing flexibility in message formatting. Issue #145
- Message Alignment: Added a feature that consolidates all chat messages to one side of the chat interface for improved visual consistency. Issue #143
Release 0.5.0
Release Notes for Milestone 0.5.0 🎉
Improvements:
- Updated to AutoGen.Net 0.1.0: The project now utilizes AutoGen.Net version 0.1.0, enhancing performance and features. Issue #135 🚀
- Enhanced README for Template Setup: Updated the README file to provide clearer instructions on how to get started with the template, making it more user-friendly. Issue #121 📖
Bug Fixes:
- Fixed ArgumentOutOfRangeException: Resolved a critical issue that caused an
ArgumentOutOfRangeException
when users attempted to exit the chatroom. Issue #129 🐞
Documentation:
- Integration Guide for AutoGen.Net Agents: Added documentation detailing how to integrate AutoGen.Net agents into the chatroom, providing users with helpful guidance. Issue #127 📚
- Example for Writing Release Notes: Documented an example that illustrates how to use ChatRoom.Github for writing effective release notes. Issue #138 ✍️
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
StopAsync
andDeployAsync
into 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.Client
the 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
v0.4.1
Release Note: Version 0.4.1 🎉
New features 🌟
- Issue #95: Added
create
command toChatRoom
CLI to improve the getting-started experience. This new command simplifies the process of setting up a new chat room. - Issue #94: Added 'delete all messages below' and 'delete all messages above' buttons. These new features provide users with more control over message management within the chat room.
- Issue #31: Renamed ChatRoom.BingSearch to ChatRoom.WebSearch and added a Google search agent.
Improvements 🚀
- Issue #96: Automatically choose the first orchestrator in group chat. This enhancement streamlines the user experience in group chat scenarios.
- Issue #90: Added a build error in
ChatRoom.StaticWebUI
project when thewwwroot
folder is empty. This helps in identifying missing essential files during the build process.
Bug fixes 🐛
- Issue #92: The OpenAI config on
README.md
was out of date. The documentation has been updated to reflect the current configuration settings.