Files
codex/codex-rs
T
pakrym-oai 6f77491e95 thread-store: fix response fixture compilation (#28642)
## Why

A `codex-thread-store` test fixture still constructs
`ResponseItem::FunctionCallOutput` without its required `metadata`
field, preventing the crate's test targets from compiling on `main`.

## What changed

- Set the fixture's response-item metadata to `None`.

## Testing

- `cargo check -p codex-thread-store --tests`
6f77491e95 · 2026-06-16 19:16:16 -07:00
History
..
2026-06-04 09:16:03 -07:00