core-agent-ide/codex-rs/codex-api/src
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
..
endpoint Remove reasoning format (#8484) 2025-12-23 16:01:46 -08:00
requests Remote compact for API-key users (#7835) 2025-12-12 10:05:02 -08:00
sse fix: chat completion with parallel tool call (#7634) 2025-12-05 10:20:36 -08:00
auth.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
common.rs Migrate model preset (#7542) 2025-12-03 20:30:43 +00:00
error.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
lib.rs Add models endpoint (#7603) 2025-12-04 12:57:54 -08:00
provider.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00
rate_limits.rs fix: taking plan type from usage endpoint instead of thru auth token (#7610) 2025-12-04 23:34:13 -08:00
telemetry.rs chore: proper client extraction (#6996) 2025-11-25 18:06:12 +00:00