mirror of
https://github.com/openai/codex.git
synced 2026-04-29 02:41:12 +03:00
chore: streamline phase 2 (#11712)
This commit is contained in:
@@ -1825,6 +1825,7 @@ pub enum SubAgentSource {
|
||||
parent_thread_id: ThreadId,
|
||||
depth: i32,
|
||||
},
|
||||
MemoryConsolidation,
|
||||
Other(String),
|
||||
}
|
||||
|
||||
@@ -1846,6 +1847,7 @@ impl fmt::Display for SubAgentSource {
|
||||
match self {
|
||||
SubAgentSource::Review => f.write_str("review"),
|
||||
SubAgentSource::Compact => f.write_str("compact"),
|
||||
SubAgentSource::MemoryConsolidation => f.write_str("memory_consolidation"),
|
||||
SubAgentSource::ThreadSpawn {
|
||||
parent_thread_id,
|
||||
depth,
|
||||
|
||||
Reference in New Issue
Block a user