Merge pull request #749 from ynyyn/fix-codex-multi-agent-flag

fix(docs): replace deprecated `collab` flag with `multi_agent` for Codex docs
This commit is contained in:
Jesse Vincent
2026-03-16 17:12:03 -07:00
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -32,10 +32,10 @@ Fetch and follow instructions from https://raw.githubusercontent.com/obra/superp
3. Restart Codex.
4. **For subagent skills** (optional): Skills like `dispatching-parallel-agents` and `subagent-driven-development` require Codex's collab feature. Add to your Codex config:
4. **For subagent skills** (optional): Skills like `dispatching-parallel-agents` and `subagent-driven-development` require Codex's multi-agent feature. Add to your Codex config:
```toml
[features]
collab = true
multi_agent = true
```
### Windows