Files
codex/codex-rs
T
Winston Howes b539e3e72b Handle additional tools in rollout persistence metrics (#29669)
## Why

The rollout persistence metrics added on current `main` exhaustively
match `ResponseItem`, but omit `ResponseItem::AdditionalTools`. That
prevents `codex-rollout` and downstream targets from compiling across
Cargo and Bazel builds.

## What

Map `ResponseItem::AdditionalTools` to the `response.additional_tools`
metric label, consistent with the existing exact-variant labels.

## Validation

- `just test -p codex-rollout` (76 passed)
- `just fix -p codex-rollout`
b539e3e72b · 2026-06-23 11:06:07 -07:00
History
..
2026-06-23 15:25:28 +01:00
2026-06-23 15:25:28 +01:00
2026-06-04 09:16:03 -07:00