core-agent-ide/codex-rs/mcp-server
Gabriel Peal 5eaaf307e1
Generate more typescript types and return conversation id with ConversationSummary (#3219)
This PR does multiple things that are necessary for conversation resume
to work from the extension. I wanted to make sure everything worked so
these changes wound up in one PR:
1. Generate more ts types
2. Resume rollout history files rather than create a new one every time
it is resumed so you don't see a duplicate conversation in history for
every resume. Chatted with @aibrahim-oai to verify this
3. Return conversation_id in conversation summaries
4. [Cleanup] Use serde and strong types for a lot of the rollout file
parsing
2025-09-08 17:54:47 -04:00
..
src Generate more typescript types and return conversation id with ConversationSummary (#3219) 2025-09-08 17:54:47 -04:00
tests Generate more typescript types and return conversation id with ConversationSummary (#3219) 2025-09-08 17:54:47 -04:00
Cargo.toml Added new auth-related methods and events to mcp server (#2496) 2025-08-20 20:36:34 -07:00