chore(api): update generation metadata only - #138
Conversation
Castiron-Internal-PR: openai/openai-cli-internal#43 Castiron-Source-SHA: dcd04ea185a313e74ac12616aea998393eba3456 Castiron-Public-Base-SHA: e460582
Castiron custom code✅ No new custom-code files detected. 5 mixed files remain; 0 existing customizations changed. Compared 5 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 32890170126 --repo openai/openai-cli \
--name castiron-custom-code-32890170126-1 --dir /tmp/castiron-custom-code-32890170126-1
git apply --stat /tmp/castiron-custom-code-32890170126-1/custom-code.patch
cat /tmp/castiron-custom-code-32890170126-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin e4605829d7d63d2bb4dcc808b78b3ed76d1d0145 d96ac4e0063730c3d645048f85b7753f85f4c648
python3 scripts/castiron/custom_code_report.py report \
--base e4605829d7d63d2bb4dcc808b78b3ed76d1d0145 \
--head d96ac4e0063730c3d645048f85b7753f85f4c648 --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-d96ac4e00637
cat /tmp/castiron-custom-code-d96ac4e00637/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
There was a problem hiding this comment.
Pull request overview
Updates Castiron generation metadata to stay aligned with the coordinated SDK/codegen update, without changing generated commands, runtime behavior, or the public API reference.
Changes:
- Refresh
generation_idto the new generation run. - Update
config_hash,codegen_sha, andpublic_codegen_shato match the coordinated codegen inputs/outputs.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
jbeckwith-oai
left a comment
There was a problem hiding this comment.
Verified the exact diff is limited to generation/config/codegen provenance fields in .castiron.stats.yml. OpenAPI content hashes, CLI commands, runtime behavior, authentication, and generated API surfaces are unchanged; CI/security checks pass. Approved.
Summary
Keep the CLI’s generation metadata aligned with the coordinated SDK update.
The CLI still does not expose Realtime call creation. This PR changes only generation metadata; commands, runtime behavior, and the public API reference are unchanged.