codex: satisfy telemetry argument comment lint

Add the required argument-name comment to the stalled auto-compaction
telemetry counter increment.

Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
Charles Cunningham
2026-03-16 21:01:57 -07:00
parent 232ffcffc6
commit 7caafd1af3

View File

@@ -5846,7 +5846,7 @@ pub(crate) async fn run_turn(
if mid_turn_auto_compaction_attempts > MAX_MID_TURN_AUTO_COMPACTION_ATTEMPTS {
sess.services.session_telemetry.counter(
"codex.auto_compaction.stalled",
1,
/*inc*/ 1,
&[("phase", "mid_turn")],
);
error!(