Files
codex/codex-rs/rollout
rka-oaiandGitHub 39ee1b96b0 [codex] Handle additional tools in rollout persistence metrics (#29672)
## Summary

Handle `ResponseItem::AdditionalTools` in rollout persistence metrics.

The persistence metrics match was added after the `AdditionalTools`
variant and omitted it, causing release builds to fail with a
non-exhaustive pattern error. This assigns the item the
`response.additional_tools` metrics label.

Release failure:
https://github.com/openai/codex/actions/runs/28043786727/job/83016608475

## Validation

- `just fmt`
- `just test -p codex-rollout` (76 passed)
2026-06-23 18:03:35 +00:00
..