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