Files
codex/codex-rs/core/src
T
Kazuhiro Sera dcfdd2faf5 Fix #2296 Add "minimal" reasoning effort for GPT 5 models (#2326)
This pull request resolves #2296; I've confirmed if it works by:

1. Add settings to ~/.codex/config.toml:
```toml
model_reasoning_effort = "minimal"
```

2. Run the CLI:
```
cd codex-rs
cargo build && RUST_LOG=trace cargo run --bin codex
/status
tail -f ~/.codex/log/codex-tui.log
```

Co-authored-by: pakrym-oai <pakrym@openai.com>
dcfdd2faf5 ยท 2025-08-15 12:59:52 -07:00
History
..
2025-08-15 09:40:02 -07:00
2025-08-15 11:55:53 -04:00