core-agent-ide/codex-rs/exec
pakrym-oai 5775174ec2
Never store requests (#3212)
When item ids are sent to Responses API it will load them from the
database ignoring the provided values. This adds extra latency.

Not having the mode to store requests also allows us to simplify the
code.

## Breaking change

The `disable_response_storage` configuration option is removed.
2025-09-05 10:41:47 -07:00
..
src Never store requests (#3212) 2025-09-05 10:41:47 -07:00
tests chore: require uninlined_format_args from clippy (#2845) 2025-08-28 11:25:23 -07:00
Cargo.toml Add AuthManager and enhance GetAuthStatus command (#2577) 2025-08-22 13:10:11 -07:00