Skip to content

[codex] enable parallel standalone web search calls#25702

Merged
sayan-oai merged 1 commit into
mainfrom
codex/enable-parallel-standalone-web-search
Jun 1, 2026
Merged

[codex] enable parallel standalone web search calls#25702
sayan-oai merged 1 commit into
mainfrom
codex/enable-parallel-standalone-web-search

Conversation

@sayan-oai

Copy link
Copy Markdown
Collaborator

Summary

  • opt the extension-backed standalone web.run tool into parallel tool execution
  • update the existing extension registration test to assert that the tool advertises parallel-call support

Why

The standalone web-search API endpoint now supports parallel requests. The extension executor still inherited the shared serial default, causing multiple web.run calls to acquire the exclusive runtime lock.

Impact

Models that emit multiple standalone web-search calls can now execute them concurrently when model-level parallel tool calls are enabled.

Validation

  • just fmt
  • just test -p codex-web-search-extension
  • git diff --check origin/main...HEAD

@sayan-oai sayan-oai marked this pull request as ready for review June 1, 2026 22:00
@sayan-oai sayan-oai merged commit b3c4157 into main Jun 1, 2026
31 checks passed
@sayan-oai sayan-oai deleted the codex/enable-parallel-standalone-web-search branch June 1, 2026 22:04
@github-actions github-actions Bot locked and limited conversation to collaborators Jun 1, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants