Compare commits

...

1 Commits

Author SHA1 Message Date
jif-oai
3684bc646e ## 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
2026-01-25 17:52:47 +01:00

View File

@@ -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