chore(changelog): move #1556 entry to changelog.d fragment

Consistency with the repo's canonical changelog.d/fixes/ workflow (avoids
merge-storm re-conflicts from editing CHANGELOG.md directly).
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-13 23:17:40 -03:00
parent a0d874ad97
commit 85219c531f
2 changed files with 1 additions and 4 deletions

View File

@@ -6,10 +6,6 @@
## [3.8.49] — TBD
### 🐛 Bug Fixes
- **fix(codex):** strip regex `pattern` lookaround (lookahead/lookbehind) from tool JSON Schemas on the Codex/OpenAI native passthrough path — previously only the translated-request path coerced tool schemas, so a `pattern` like `^(?=.*@).+$` reached OpenAI unmodified and was rejected with `regex lookaround is not supported`. (thanks @evinjohnn)
---
## [3.8.48] — 2026-07-13

View File

@@ -0,0 +1 @@
- **fix(codex):** strip regex `pattern` lookaround (lookahead/lookbehind) from tool JSON Schemas on the Codex/OpenAI native passthrough path — previously only the translated-request path coerced tool schemas, so a `pattern` like `^(?=.*@).+$` reached OpenAI unmodified and was rejected with `regex lookaround is not supported`. (thanks @evinjohnn) (#7100)