Files
codex/codex-rs/core/src
jif-oai 1fc8aa0e16 feat: fork pattern v2 (#15771)
Adds this:
```
properties.insert(
            "fork_turns".to_string(),
            JsonSchema::String {
                description: Some(
                    "Optional MultiAgentV2 fork mode. Use `none`, `all`, or a positive integer string such as `3` to fork only the most recent turns."
                        .to_string(),
                ),
            },
        );
        ```

---------

Co-authored-by: Codex <noreply@openai.com>
2026-03-31 13:06:08 +02:00
..
2026-03-31 13:06:08 +02:00
2026-03-31 13:06:00 +02:00
2026-03-31 13:06:08 +02:00
2026-03-31 11:22:38 +02:00
2026-03-31 11:22:38 +02:00