mirror of
https://github.com/openai/codex.git
synced 2026-04-29 17:06:51 +00:00
feat: remote compaction (#6795)
Co-authored-by: pakrym-oai <pakrym@openai.com>
This commit is contained in:
@@ -132,6 +132,9 @@ pub enum ResponseItem {
|
||||
GhostSnapshot {
|
||||
ghost_commit: GhostCommit,
|
||||
},
|
||||
CompactionSummary {
|
||||
encrypted_content: String,
|
||||
},
|
||||
#[serde(other)]
|
||||
Other,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user