core-agent-ide/codex-rs/tui
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 fix: fix serde_as annotation and verify with test (#3170) 2025-09-04 10:38:00 -07:00
Cargo.toml feat: add Android/Termux support by gating arboard dependency (#2895) 2025-09-02 23:36:40 -07:00
prompt_for_init_command.md chore: rename INIT.md to prompt_for_init_command.md and move closer to usage (#1886) 2025-08-06 11:58:57 -07:00
styles.md fix: stop using ANSI blue (#2421) 2025-08-18 16:02:25 +00:00