mirror of
https://github.com/openai/codex.git
synced 2026-05-05 20:07:02 +00:00
- Changed ConversationEvent variant from SessionCreated to CollaborationStarted and updated serde rename from "session.created" to "collaboration.started" - Renamed SessionCreatedEvent struct to CollaborationStartedEvent throughout codebase and tests - Updated event processor and tests to use new variant and struct