fix(codex): rename max_threads to max_concurrent_threads_per_session

max_threads is a legacy alias; the current Codex config sample only
documents max_concurrent_threads_per_session under [agents]. Confirmed
against the official sample configuration before renaming.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Julian lechner
2026-09-11 15:43:47 +02:00
co-authored by Claude Sonnet 5
parent eff814b245
commit ae421ce93b
+1 -1
View File
@@ -7,7 +7,7 @@ status_line = ["model", "reasoning", "project-name", "git-branch", "context-wind
[agents]
enabled = true
max_threads = 5
max_concurrent_threads_per_session = 5
[features]
hooks = true