mirror of
https://github.com/openai/codex.git
synced 2026-04-30 11:21:34 +03: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