core-agent-ide/codex-rs/codex-api/tests
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
```
2025-12-23 16:01:46 -08:00
..
clients.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
models_integration.rs Remove reasoning format (#8484) 2025-12-23 16:01:46 -08:00
sse_end_to_end.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00