chore(api): DO NOT MERGE - show custom code in SDK reviews - #894
Closed
apcha-oai wants to merge 1 commit into
Closed
chore(api): DO NOT MERGE - show custom code in SDK reviews#894apcha-oai wants to merge 1 commit into
apcha-oai wants to merge 1 commit into
Conversation
Contributor
Castiron custom code✅ No new custom-code files detected. 58 mixed files remain; 0 existing customizations changed. Compared Legacy baseline: content hash computed from the pinned checkpoint; not yet recorded in that revision’s stats. 58 existing customizations unchanged
18 more in the full report. A changed generated baseline means this report cannot reliably identify which handwritten lines changed. Inspect the custom-code diffDownload the exact patch produced by this run (requires repository access): gh run download 32174915596 --repo openai/openai-java \
--name castiron-custom-code-32174915596-1 --dir /tmp/castiron-custom-code-32174915596-1
git apply --stat /tmp/castiron-custom-code-32174915596-1/custom-code.patch
cat /tmp/castiron-custom-code-32174915596-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin e0afe55d49dfe040167c14d91f56a167f3215132 0a8d73b3429dc119f12825ed152a409316bbe569
python3 scripts/castiron/custom_code_report.py report \
--base e0afe55d49dfe040167c14d91f56a167f3215132 \
--head 0a8d73b3429dc119f12825ed152a409316bbe569 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-0a8d73b3429d
cat /tmp/castiron-custom-code-0a8d73b3429d/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
Castiron-Internal-PR: openai/openai-java-internal#28 Castiron-Source-SHA: 43126fcf05f0542b189a0b9eb268c7423396d5e7 Castiron-Public-Base-SHA: e0afe55
apcha-oai
force-pushed
the
castiron/promotions/pr-28
branch
from
August 18, 2026 19:08
c036e86 to
0a8d73b
Compare
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.
Make handwritten changes in generated SDK files easier to review. One PR comment shows newly customized files, existing customizations that changed, and commands to inspect the current custom-code diff. It updates in place as the PR changes.
The reporting files come from shared Castiron templates and use normal three-way merges, so repository-specific customizations remain possible. The workflow checks the generated baseline's content hash. Public reporting uses only public snapshot history and needs no private-repository credentials.
This draft is limited to reporting and generation metadata; it does not change the SDK API or runtime. Workflow changes require the repository's normal workflow-write permissions.