Skip to main content
Version: 0.48.1

CDX-CFG-029: Invalid Agent Concurrency Limit - Codex CLI

Summary

  • Rule ID: CDX-CFG-029
  • Severity: HIGH
  • Category: Codex CLI
  • Normative Level: MUST
  • Auto-Fix: No
  • Verified On: 2026-07-26

Applicability

  • Tool: codex
  • Version Range: >=0.145.0
  • Spec Revision: unspecified

Evidence Sources

Test Coverage Metadata

  • Unit tests: true
  • Fixture tests: false
  • E2E tests: false

Examples

The following examples demonstrate what triggers this rule and how to fix it.

Invalid

[agents]
max_concurrent_threads_per_session = 0

Valid

[agents]
max_concurrent_threads_per_session = 4

[features]
multi_agent_v2 = true