From 4bf4d859c776068eb7bfc95b762827b9d1925e8e Mon Sep 17 00:00:00 2001 From: Vasily Larin Date: Sun, 9 Aug 2026 01:18:59 +0300 Subject: [PATCH] docs(changelog): update PR number in changelog fragment --- ...dundant-oneof-enum.md => 9828-codex-redundant-oneof-enum.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename changelog.d/fixes/{TBD-codex-redundant-oneof-enum.md => 9828-codex-redundant-oneof-enum.md} (69%) diff --git a/changelog.d/fixes/TBD-codex-redundant-oneof-enum.md b/changelog.d/fixes/9828-codex-redundant-oneof-enum.md similarity index 69% rename from changelog.d/fixes/TBD-codex-redundant-oneof-enum.md rename to changelog.d/fixes/9828-codex-redundant-oneof-enum.md index 6ec6f27377..b0d7d6b135 100644 --- a/changelog.d/fixes/TBD-codex-redundant-oneof-enum.md +++ b/changelog.d/fixes/9828-codex-redundant-oneof-enum.md @@ -1 +1 @@ -- **fix(executors):** prevent intermittent Codex `upstream_empty_response` errors for tool schemas that combine `oneOf` const branches with a matching sibling `enum` by removing only the semantically redundant `oneOf`; bare, narrowing, non-matching, and type-discriminated `oneOf` schemas remain unchanged. (#TBD) +- **fix(executors):** prevent intermittent Codex `upstream_empty_response` errors for tool schemas that combine `oneOf` const branches with a matching sibling `enum` by removing only the semantically redundant `oneOf`; bare, narrowing, non-matching, and type-discriminated `oneOf` schemas remain unchanged. ([#9828](https://github.com/diegosouzapw/OmniRoute/pull/9828))