mirror of
https://github.com/openai/codex.git
synced 2026-09-14 11:57:03 +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