[macOS] Allow provider-native web search when managed inference provider supports it#26230
Merged
Conversation
…event false-positive alerts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Contributor
Author
Contributor
Author
|
Codex Review: Didn't find any major issues. 🚀 ℹ️ 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". |
Contributor
Author
Contributor
Author
6bad3b2
into
noanflaherty/managed-openai-native-web-search
6 checks passed
noanflaherty
added a commit
that referenced
this pull request
Apr 17, 2026
* [managed] Enable OpenAI managed-proxy fallback routing in provider bootstrap (#26211) * [openai] Route inference-provider-native web search to Responses native web_search tool (#26212) * [macOS] Allow managed inference provider selection beyond Anthropic (#26218) * [macOS] Allow managed inference provider selection beyond Anthropic * fix: capture draftProvider before async Task to prevent race condition Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * [macOS] Allow provider-native web search when managed inference provider supports it (#26230) * [macOS] Allow provider-native web search when managed inference provider supports it * fix: gate mode-specific web search invalidation on modeChanging to prevent false-positive alerts Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: generalize alert message to cover both mode and provider changes * fix: scope provider-native invalidation to your-own web search mode --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * fix: emit server_tool_start/complete events for OpenAI native web search (#26240) * fix: render web_search_call output items in LLM context diagnostics (#26243) * fix: add server_tool_use content blocks and tests for OpenAI native web search (#26246) * fix: diagnostics polish — web_search_call tests, tool count fix, loop consistency (#26250) * fix: emit paired web_search_tool_result blocks to prevent repairHistory corruption The OpenAI Responses provider emitted server_tool_use content blocks for web_search_call items but did not emit matching web_search_tool_result blocks. repairHistory() treats any unpaired server_tool_use as an interrupted search and injects a synthetic web_search_tool_result_error, which corrupts conversation history by making successful searches appear as failures. After each server_tool_use block, also emit a paired web_search_tool_result with empty content (since OpenAI weaves search results into the text output). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
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.
Summary
Part of plan: managed-openai-native-web-search.md (PR 4 of 4)