You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rename 'agents' field to 'participants' in bridge events
Field Name Update:
- Changed ConversationStartedData.Agents to Participants
- Updated JSON tag from "agents" to "participants"
- Matches backend API schema expectations
Context:
- Backend expects 'participants' field, not 'agents'
- This ensures full agent details (name, model, prompt, cli_version)
are properly stored and returned by the backend
- Previously backend was only showing participant names as strings
Testing:
- Updated all test cases to use 'participants' field
- Updated test assertions to check "participants" instead of "agents"
- All tests passing
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments