chore(api): DO NOT MERGE - show custom code in SDK reviews - #2397
Closed
apcha-oai wants to merge 1 commit into
Closed
chore(api): DO NOT MERGE - show custom code in SDK reviews#2397apcha-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. 31 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. 31 existing customizations unchanged
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 32174763041 --repo openai/openai-node \
--name castiron-custom-code-32174763041-1 --dir /tmp/castiron-custom-code-32174763041-1
git apply --stat /tmp/castiron-custom-code-32174763041-1/custom-code.patch
cat /tmp/castiron-custom-code-32174763041-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin dd945e63d9c31adff7d3feef1078b7b3f99b4e1f d128c1e1682ed9a0748f363ab40aa59d53ca15a2
python3 scripts/castiron/custom_code_report.py report \
--base dd945e63d9c31adff7d3feef1078b7b3f99b4e1f \
--head d128c1e1682ed9a0748f363ab40aa59d53ca15a2 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-d128c1e1682e
cat /tmp/castiron-custom-code-d128c1e1682e/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
apcha-oai
force-pushed
the
castiron/promotions/pr-65
branch
from
August 18, 2026 18:57
048d68f to
adfcd7f
Compare
Castiron-Internal-PR: openai/openai-node-internal#65 Castiron-Source-SHA: 6ba1fca03109e7d55a235103d8bceefc533df76e Castiron-Public-Base-SHA: dd945e6
apcha-oai
force-pushed
the
castiron/promotions/pr-65
branch
from
August 18, 2026 19:06
adfcd7f to
d128c1e
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.