mirror of
https://github.com/openai/codex.git
synced 2026-05-04 11:26:33 +00:00
@@ -69,7 +69,7 @@ pub(crate) async fn get_user_instructions(
|
||||
output.push_str(&skills_section);
|
||||
}
|
||||
|
||||
if config.features.enabled(Feature::HierarchicalAgents) {
|
||||
if config.features.enabled(Feature::ChildAgentsMd) {
|
||||
if !output.is_empty() {
|
||||
output.push_str("\n\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user