Files
codex/codex-rs/protocol/src
T
Ahmed Ibrahim 40de81e7af Remove reasoning format (#8484)
This isn't very useful parameter. 

logic:
```
if model puts `**` in their reasoning, trim it and visualize the header.
if couldn't trim: don't render
if model doesn't support: don't render
```

We can simplify to:
```
if could trim, visualize header.
if not, don't render
```
40de81e7af ยท 2025-12-23 16:01:46 -08:00
History
..
2025-12-03 20:30:43 +00:00
2025-12-03 20:30:43 +00:00
2025-10-20 11:29:49 -07:00