Skip to content

Conversation

Fr4nc3
Copy link
Collaborator

@Fr4nc3 Fr4nc3 commented Sep 9, 2025

Purpose

  • ...

Does this introduce a breaking change?

  • Yes
  • No

How to Test

  • Get the code
git clone [repo-address]
cd [repo-name]
git checkout [branch-name]
npm install
  • Test the code

What to Check

Verify that the following are valid

  • ...

Other Information

Moved team selection UI logic from PlanPanelLeft to conditionally render TeamSelector on the home page and TeamSelected elsewhere. Updated TeamSelected to use local styles and removed unused props. Cleaned up fallback team selection logic in HomePage.
Updated StreamingAgentMessage to improve message rendering, add bot tags, copy button, and sample data tag for assistant messages. Refined TeamSelected spacing using non-breaking spaces. Changed StreamingBufferMessage to show the last 500 characters of the buffer with a leading ellipsis for long messages.
Renamed 'raw_content' to 'content' in AgentMessageData across frontend and backend for consistency. Added new enums and fields to backend models, including AgentMessageType, PlanStatus 'canceled', Plan 'approved', and updated DataType values. Updated frontend components and services to use the new 'content' field.
@Fr4nc3 Fr4nc3 changed the base branch from main to macae-v3-dev-v2-vip September 9, 2025 20:17
Moved plan approval and rejection logic from PlanChat to PlanPage for better separation of concerns. Updated PlanChat props to receive approval handlers and state from PlanPage. Improved error handling and UI state management for plan approval workflow. Minor UI adjustment in StreamingPlanState.
@Fr4nc3 Fr4nc3 marked this pull request as ready for review September 9, 2025 21:03
@Fr4nc3 Fr4nc3 merged commit bf34b9a into macae-v3-dev-v2-vip Sep 9, 2025
1 of 3 checks passed
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant