mirror of
https://github.com/openai/codex.git
synced 2026-04-28 02:11:08 +03:00
## Chores
- Reduced the maximum allowed number of sub-agents by half to tighten resource usage and guardrails in agent fan-out behavior (#9861) ## Changelog Full Changelog: https://github.com/openai/codex/compare/rust-v0.90.0...rust-v0.91.0 - #9861 chore: half max number of sub-agents @jif-oai
This commit is contained in:
@@ -51,7 +51,7 @@ members = [
|
||||
resolver = "2"
|
||||
|
||||
[workspace.package]
|
||||
version = "0.0.0"
|
||||
version = "0.91.0"
|
||||
# Track the edition for all workspace crates in one place. Individual
|
||||
# crates can still override this value, but keeping it here means new
|
||||
# crates created with `cargo new -w ...` automatically inherit the 2024
|
||||
|
||||
Reference in New Issue
Block a user