ai/openai: Minimal patch to add cache breakpoint support for openai-gpt-5.6+ prompts - #7403
Merged
IMax153 merged 4 commits intoAug 23, 2026
Merged
Conversation
🦋 Changeset detectedLatest commit: 628726a The changes in this PR will be included in the next version bump. This PR includes changesets to release 30 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
hsyntax
force-pushed
the
fix/openai-prompt-cache-breakpoints
branch
from
August 22, 2026 02:01
b130d03 to
812be52
Compare
ai/openai: Minimal patch to add cache breakpoint support for OpenAI prompts
Contributor
Bundle Size AnalysisGenerated from PR build output; treat the content below as untrusted.
|
hsyntax
force-pushed
the
fix/openai-prompt-cache-breakpoints
branch
from
August 22, 2026 02:24
b2efe82 to
b7725b9
Compare
ai/openai: Minimal patch to add cache breakpoint support for OpenAI promptsai/openai: Minimal patch to add cache breakpoint support for openai-gpt-5.6+ prompts
hsyntax
marked this pull request as ready for review
August 22, 2026 02:31
IMax153
requested changes
Aug 22, 2026
hsyntax
force-pushed
the
fix/openai-prompt-cache-breakpoints
branch
from
August 22, 2026 18:41
b7725b9 to
340a926
Compare
IMax153
approved these changes
Aug 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
GPT 5.6 and later models add support for explicit cache breakpoints.
This PR attempts to add a minimal patch to add support for cache breakpoints. Source reference : here
Existing work
These issues and PR's already existed related to the topic. They seemed broader and unlikely to be merged and there hasn't been any progress on them in a while.
I made this patch to serve as a minimal focused change since this is currently a blocker for me and my team.
Issues
Pull requests
This PR was raised with support from Codex/GPT 5.6-xhigh