core-agent-ide/codex-rs/exec
Gabriel Peal c8fab51372
Use ConversationId instead of raw Uuids (#3282)
We're trying to migrate from `session_id: Uuid` to `conversation_id:
ConversationId`. Not only does this give us more type safety but it
unifies our terminology across Codex and with the implementation of
session resuming, a conversation (which can span multiple sessions) is
more appropriate.

I started this impl on https://github.com/openai/codex/pull/3219 as part
of getting resume working in the extension but it's big enough that it
should be broken out.
2025-09-07 23:22:25 -04:00
..
src Use ConversationId instead of raw Uuids (#3282) 2025-09-07 23:22:25 -04:00
tests chore: require uninlined_format_args from clippy (#2845) 2025-08-28 11:25:23 -07:00
Cargo.toml Add AuthManager and enhance GetAuthStatus command (#2577) 2025-08-22 13:10:11 -07:00