feat: introduce GetConversationSummary RPC (#5803)

This adds an RPC to the app server to the the `ConversationSummary` via
a rollout path. Now that the VS Code extension supports showing the
Codex UI in an editor panel where the URI of the panel maps to the
rollout file, we need to be able to get the `ConversationSummary` from
the rollout file directly.
This commit is contained in:
Michael Bolin
2025-10-27 09:11:45 -07:00
committed by GitHub
parent 81be54b229
commit 5ee8a17b4e
4 changed files with 163 additions and 8 deletions

View File

@@ -77,6 +77,7 @@ pub use rollout::find_conversation_path_by_id_str;
pub use rollout::list::ConversationItem;
pub use rollout::list::ConversationsPage;
pub use rollout::list::Cursor;
pub use rollout::list::read_head_for_summary;
mod function_tool;
mod state;
mod tasks;