Skip to content

Conversation

@Fr4nc3
Copy link
Collaborator

@Fr4nc3 Fr4nc3 commented Sep 8, 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

Introduces RAI content safety validation for user clarifications in the backend API. Adds plan_id and m_plan_id fields to UserClarificationResponse. Implements frontend parsing for deeply nested user clarification requests and updates WebSocketService to emit parsed clarification messages. Fixes a state variable naming issue in PlanPage.
Proxy configuration for '/api' and '/config' endpoints has been removed from the Vite server settings. This simplifies the development server setup and may indicate a change in how API and config requests are handled during development.
Introduces AgentMessageType enum and adds agent_type field to AgentMessageData and related parsing logic. Updates affected components and services to support distinguishing between human and AI agents.
Updated the HumanClarification model and related API/service methods to use new fields (request_id, answer, plan_id, m_plan_id). Improved PlanPage to handle clarification and final result messages via websocket, updating UI state and agent message history accordingly. Added robust parsing functions for user clarification and final result messages in PlanDataService.
@blessing-sanusi blessing-sanusi merged commit 0c6d896 into macae-v3-dev-v2-vip Sep 9, 2025
1 of 3 checks passed
@github-actions
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.

3 participants