fix(cli): preserve complete plain-text audio responses - #212
markstuart-oai wants to merge 1 commit into
Conversation
Castiron-Internal-PR: openai/openai-cli-internal#86 Castiron-Source-SHA: 9c2eb49628fd9cf3d3b96d5e3e123b24a1fd67c9 Castiron-Public-Base-SHA: 0169bff
Castiron custom codeMixed files: 5 → 8 3 newly customized · 0 customizations removed · 0 existing customizations changed · 1 generated baselines 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 35553125602 --repo openai/openai-cli \
--name castiron-custom-code-35553125602-1 --dir /tmp/castiron-custom-code-35553125602-1
git apply --stat /tmp/castiron-custom-code-35553125602-1/custom-code.patch
cat /tmp/castiron-custom-code-35553125602-1/custom-code.patchOr reproduce it from an SDK checkout containing the vendored reporter: git fetch --no-tags origin 0169bff050ff9c05c4609b669c06709306d464fa 00b505de61f19a45cdc81182726635b57892687b
python3 scripts/castiron/custom_code_report.py report \
--base 0169bff050ff9c05c4609b669c06709306d464fa \
--head 00b505de61f19a45cdc81182726635b57892687b --fetch --require-head-hash --public \
--out /tmp/castiron-custom-code-00b505de61f1
cat /tmp/castiron-custom-code-00b505de61f1/custom-code.patchThis is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR. |
|
@codex review |
Codex Review SummaryThis comment shows the latest Codex review activity on this pull request.
ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings. |
|
Codex Review: Didn't find any major issues. You're on a roll. Reviewed commit: ℹ️ About Codex in GitHubYour team has set up Codex to review pull requests in this repo. Reviews are triggered when you
If Codex has suggestions, it will comment; otherwise it will react with 👍. Codex can also answer questions or update the PR. Try commenting "@codex address that feedback". |
🛡️ Codex Security Review · Automatically triggeredSecurity review completed. No security issues were found in this pull request. Reviewed commit: Only the user who started this review can view the report in Codex. ℹ️ About Codex security reviews in GitHubThis is an experimental Codex feature. Security reviews are triggered when:
Once complete, Codex will leave suggestions, or a comment if no findings are found. |
Summary
Preserves complete text, SRT, and VTT responses from audio transcription and translation commands.
Changes