Revert "chore: enable sub agents" (#11230)

Reverts openai/codex#11173
This commit is contained in:
jif-oai
2026-02-09 20:22:38 +00:00
committed by GitHub
parent c2c6bc90f8
commit c2bfd1e473
5 changed files with 12 additions and 97 deletions

View File

@@ -95,6 +95,7 @@ Rules:
reasoning_effort: Some(ReasoningEffort::Medium),
description: r#"Use `explorer` for all codebase questions.
Explorers are fast and authoritative.
Always prefer them over manual search or file reading.
Rules:
- Ask explorers first and precisely.
- Do not re-read or re-search code they cover.