Skip to content

revert: restore behavior before #731 - #736

Merged
markstuart-oai merged 1 commit into
mainfrom
markstuart/sdk-490-revert-ruby-731
Sep 21, 2026
Merged

markstuart-oai merged 1 commit into
mainfrom
markstuart/sdk-490-revert-ruby-731

Conversation

@markstuart-oai

@markstuart-oai markstuart-oai commented Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

Reverts #731 because the generated change merged before its source-of-truth changes.

This is the exact inverse of squash commit e28d537. The resulting tree matches its parent33435479c2d98603b93c810183d314bc55cd1ee7, restoring the prior audio behavior, declarations and matching generation metadata.

Local checks passed: lint, Sorbet, RBS, gem build, browser checks, offline Castiron checks, Bedrock tests and focused response/multipart/audio tests. Customization budget: 3,559/4,000. The full mock suite could not start because the pinned Steady JSR dependency was unreachable; current-head CI will provide the full-suite result.

@markstuart-oai
markstuart-oai requested a review from a team as a code owner September 21, 2026 15:57
@chatgpt-codex-connector

chatgpt-codex-connector Bot commented Sep 21, 2026 •

Copy link
Copy Markdown

Codex Review Summary

This comment shows the latest Codex review activity on this pull request.

Review Status Commit Review trigger
📝 Code Review ✅ Completed 2026-09-21T16:01:15.766575Z 6535287 PR opened
🔒 Security Review ✅ Completed 2026-09-21T16:01:16.147873Z 6535287 PR opened
ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review" or "@codex security review".

Codex reacts with 👀 while any review is running, comments if it has suggestions, and reacts with 👍 once all reviews finish with no findings.

@github-actions

Copy link
Copy Markdown
Contributor

Castiron custom code

✅ No new custom-code files detected.

70 mixed files remain; 0 existing customizations changed; 6 customizations removed; 2 generated baselines changed.

Compared e28d53742410 → 65352873fa7b. Generated baselines verified.

File Result Current custom patch
lib/openai/resources/audio/transcriptions.rb Generated baseline changed None
lib/openai/resources/audio/translations.rb Customization removed None
rbi/openai/resources/audio/transcriptions.rbi Generated baseline changed None
rbi/openai/resources/audio/translations.rbi Customization removed None
sig/openai/resources/audio/transcriptions.rbs Customization removed None
sig/openai/resources/audio/translations.rbs Customization removed None
70 existing customizations unchanged
  • lib/openai.rb
  • lib/openai/client.rb
  • lib/openai/models/audio/transcription_create_response.rb
  • lib/openai/models/beta/agents/vault_status_filter.rb
  • lib/openai/models/chat/chat_completion_message.rb
  • lib/openai/models/chat/chat_completion_message_function_tool_call.rb
  • lib/openai/models/chat/completion_create_params.rb
  • lib/openai/models/image_edit_completed_event.rb
  • lib/openai/models/image_edit_partial_image_event.rb
  • lib/openai/models/image_gen_completed_event.rb
  • lib/openai/models/image_gen_partial_image_event.rb
  • lib/openai/models/images_response.rb
  • lib/openai/models/response_format_json_schema.rb
  • lib/openai/models/responses/function_tool.rb
  • lib/openai/models/responses/response.rb
  • lib/openai/models/responses/response_create_params.rb
  • lib/openai/models/responses/response_format_text_config.rb
  • lib/openai/models/responses/response_format_text_json_schema_config.rb
  • lib/openai/models/responses/response_function_tool_call.rb
  • lib/openai/models/responses/response_function_web_search.rb
  • lib/openai/models/responses/response_output_text.rb
  • lib/openai/models/responses/tool.rb
  • lib/openai/models/webhooks/webhook_endpoint_with_secret.rb
  • lib/openai/resources/beta/agents/sessions.rb
  • lib/openai/resources/beta/threads.rb
  • lib/openai/resources/chat/completions.rb
  • lib/openai/resources/containers/files.rb
  • lib/openai/resources/files.rb
  • lib/openai/resources/responses.rb
  • lib/openai/resources/vector_stores/file_batches.rb
  • lib/openai/resources/vector_stores/files.rb
  • lib/openai/resources/webhooks.rb
  • rbi/openai/client.rbi
  • rbi/openai/models/beta/agents/vault_status_filter.rbi
  • rbi/openai/models/chat/chat_completion_message.rbi
  • rbi/openai/models/chat/chat_completion_message_function_tool_call.rbi
  • rbi/openai/models/chat/completion_create_params.rbi
  • rbi/openai/models/image_edit_completed_event.rbi
  • rbi/openai/models/image_edit_partial_image_event.rbi
  • rbi/openai/models/image_gen_completed_event.rbi

30 more in the full report.

A changed generated baseline means this report cannot reliably identify which handwritten lines changed.

Inspect the custom-code diff

Download the exact patch produced by this run (requires repository access):

gh run download 35622493412 --repo openai/openai-ruby \
  --name castiron-custom-code-35622493412-1 --dir /tmp/castiron-custom-code-35622493412-1
git apply --stat /tmp/castiron-custom-code-35622493412-1/custom-code.patch
cat /tmp/castiron-custom-code-35622493412-1/custom-code.patch

Or reproduce it from an SDK checkout containing the vendored reporter:

git fetch --no-tags origin e28d53742410c3d8b7a4b2f47b37bfa02e3b1a25 65352873fa7b366fbc87526791f73a5d4ceacd7e
python3 scripts/castiron/custom_code_report.py report \
  --base e28d53742410c3d8b7a4b2f47b37bfa02e3b1a25 \
  --head 65352873fa7b366fbc87526791f73a5d4ceacd7e --fetch --require-head-hash --public \
  --out /tmp/castiron-custom-code-65352873fa7b
cat /tmp/castiron-custom-code-65352873fa7b/custom-code.patch

This is the current full custom patch for mixed files, not an attribution of only the handwritten lines changed by this PR.

Full report and patch

@openai-sdks

openai-sdks Bot commented Sep 21, 2026 •

Copy link
Copy Markdown
Contributor

OkTest Summary

✅ 236/236 SDK tests passed in 11.036s for Ruby SDK PR #736.

Test results — 42 files
Test Result Time
tests/chat-completions-complex-body.test.ts ✅ Passed 269ms
tests/chat-completions-create.test.ts ✅ Passed 317ms
tests/chat-completions-stream.test.ts ✅ Passed 261ms
tests/files-content-binary.test.ts ✅ Passed 240ms
tests/files-create-multipart.test.ts ✅ Passed 196ms
tests/files-list-pagination.test.ts ✅ Passed 231ms
tests/initialize-config.test.ts ✅ Passed 289ms
tests/instance-isolation.test.ts ✅ Passed 317ms
tests/models-list.test.ts ✅ Passed 211ms
tests/responses-background-lifecycle.test.ts ✅ Passed 250ms
tests/responses-body-method-errors.test.ts ✅ Passed 581ms
tests/responses-cancel-timeout.test.ts ✅ Passed 273ms
tests/responses-cancel.test.ts ✅ Passed 321ms
tests/responses-compact-retries.test.ts ✅ Passed 345ms
tests/responses-compact.test.ts ✅ Passed 288ms
tests/responses-create-advanced-stream.test.ts ✅ Passed 227ms
tests/responses-create-advanced.test.ts ✅ Passed 268ms
tests/responses-create-disconnect.test.ts ✅ Passed 204ms
tests/responses-create-errors.test.ts ✅ Passed 325ms
tests/responses-create-malformed-api-responses.test.ts ✅ Passed 177ms
tests/responses-create-retries.test.ts ✅ Passed 434ms
tests/responses-create-stream-failures.test.ts ✅ Passed 200ms
tests/responses-create-stream-timeout.test.ts ✅ Passed 221ms
tests/responses-create-stream-wire.test.ts ✅ Passed 2.092s
tests/responses-create-stream.test.ts ✅ Passed 199ms
tests/responses-create-terminal-states.test.ts ✅ Passed 378ms
tests/responses-create-timeout.test.ts ✅ Passed 331ms
tests/responses-create.test.ts ✅ Passed 305ms
tests/responses-delete.test.ts ✅ Passed 370ms
tests/responses-input-items-errors.test.ts ✅ Passed 242ms
tests/responses-input-items-list.test.ts ✅ Passed 182ms
tests/responses-input-items-options.test.ts ✅ Passed 213ms
tests/responses-input-tokens-count-timeout.test.ts ✅ Passed 358ms
tests/responses-input-tokens-count.test.ts ✅ Passed 311ms
tests/responses-malformed-inputs.test.ts ✅ Passed 2.284s
tests/responses-not-found-errors.test.ts ✅ Passed 423ms
tests/responses-parse.test.ts ✅ Passed 276ms
tests/responses-retrieve-retries.test.ts ✅ Passed 373ms
tests/responses-retrieve.test.ts ✅ Passed 287ms
tests/responses-stored-method-errors.test.ts ✅ Passed 957ms
tests/retry-behavior.test.ts ✅ Passed 3.36s
tests/sdk-error-shape.test.ts ✅ Passed 489ms

View OkTest run #35622459401

SDK merge (5509d2125a0b) · head (65352873fa7b) · base (e28d53742410) · OkTest (a0be4375e02d)

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 65352873fa

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

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".

Comment thread lib/openai/resources/audio/translations.rb
Comment thread lib/openai/resources/audio/transcriptions.rb
Comment thread rbi/openai/resources/audio/transcriptions.rbi
@markstuart-oai
markstuart-oai added this pull request to the merge queue Sep 21, 2026
@markstuart-oai
markstuart-oai removed this pull request from the merge queue due to a manual request Sep 21, 2026
@markstuart-oai
markstuart-oai added this pull request to the merge queue Sep 21, 2026
Merged via the queue into main with commit ff88b28 Sep 21, 2026
20 checks passed
@markstuart-oai
markstuart-oai deleted the markstuart/sdk-490-revert-ruby-731 branch September 21, 2026 16:42
@openai-sdks openai-sdks Bot mentioned this pull request Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants