chore: streamline phase 2 (#11712)

This commit is contained in:
jif-oai
2026-02-13 13:21:11 +00:00
committed by GitHub
parent feae389942
commit 36541876f4
21 changed files with 864 additions and 1074 deletions

View File

@@ -17,6 +17,9 @@ pub(crate) fn subagent_header(source: &Option<SessionSource>) -> Option<String>
match sub {
codex_protocol::protocol::SubAgentSource::Review => Some("review".to_string()),
codex_protocol::protocol::SubAgentSource::Compact => Some("compact".to_string()),
codex_protocol::protocol::SubAgentSource::MemoryConsolidation => {
Some("memory_consolidation".to_string())
}
codex_protocol::protocol::SubAgentSource::ThreadSpawn { .. } => {
Some("collab_spawn".to_string())
}