Table of Contents

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 and DeployAsync 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

0.4.1 🎉

New features 🌟

  • Issue #95: Added create command to ChatRoom 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 the wwwroot 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.

0.4.0