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:
co-authored by
Claude Sonnet 5
parent
eff814b245
commit
ae421ce93b
@@ -7,7 +7,7 @@ status_line = ["model", "reasoning", "project-name", "git-branch", "context-wind
|
|||||||
|
|
||||||
[agents]
|
[agents]
|
||||||
enabled = true
|
enabled = true
|
||||||
max_threads = 5
|
max_concurrent_threads_per_session = 5
|
||||||
|
|
||||||
[features]
|
[features]
|
||||||
hooks = true
|
hooks = true
|
||||||
|
|||||||
Reference in New Issue
Block a user