core-agent-ide/codex-rs/protocol/src
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
..
config_types.rs [mcp-server] Update read config interface (#3093) 2025-09-04 16:26:41 -07:00
custom_prompts.rs Custom /prompts (#2696) 2025-08-29 02:16:39 +00:00
lib.rs Custom /prompts (#2696) 2025-08-29 02:16:39 +00:00
mcp_protocol.rs Never store requests (#3212) 2025-09-05 10:41:47 -07:00
message_history.rs fix: introduce codex-protocol crate (#2355) 2025-08-15 12:44:40 -07:00
models.rs Never store requests (#3212) 2025-09-05 10:41:47 -07:00
parse_command.rs rework message styling (#2877) 2025-09-02 17:29:58 +00:00
plan_tool.rs fix: introduce codex-protocol crate (#2355) 2025-08-15 12:44:40 -07:00
protocol.rs Correctly calculate remaining context size (#3190) 2025-09-04 23:34:14 +00:00