Logo
Explore Help
Register Sign In
valknar/llmx
1
0
Fork 0
You've already forked llmx
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
18330c23626b1e05bb2c820d435b7f4e21560546
llmx/codex-rs/protocol/src/message_history.rs

10 lines
195 B
Rust
Raw Normal View History

fix: introduce codex-protocol crate (#2355)
2025-08-15 12:44:40 -07:00
use serde::Deserialize;
use serde::Serialize;
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct HistoryEntry {
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 20:22:25 -07:00
pub conversation_id: String,
fix: introduce codex-protocol crate (#2355)
2025-08-15 12:44:40 -07:00
pub ts: u64,
pub text: String,
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.3 Page: 28ms Template: 1ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API