Skip to content

Update ToolSearch to be enabled by default#17854

Merged
mzeng-openai merged 4 commits intomainfrom
dev/mzeng/enable-toolsearch-by-default
Apr 16, 2026
Merged

Update ToolSearch to be enabled by default#17854
mzeng-openai merged 4 commits intomainfrom
dev/mzeng/enable-toolsearch-by-default

Conversation

@mzeng-openai
Copy link
Copy Markdown
Collaborator

Summary

  • Promote Feature::ToolSearch to Stable and enable it in the default feature set
  • Update feature tests and tool registry coverage to match the new default
  • Adjust the search-tool integration test to assert the default-on path and explicit disable fallback

Testing

  • just fmt
  • cargo test -p codex-features
  • cargo test -p codex-core --test all search_tool
  • cargo test -p codex-tools

@mzeng-openai mzeng-openai marked this pull request as ready for review April 14, 2026 23:49
@mzeng-openai mzeng-openai requested a review from sayan-oai April 14, 2026 23:49

fn configure_apps(config: &mut Config, apps_base_url: &str) {
configure_apps_without_tool_search(config, apps_base_url);
fn configure_apps_without_tool_search(config: &mut Config, apps_base_url: &str) {
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

does this method make sense?

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I guess it does while we still keep the Feature wiring.

@mzeng-openai mzeng-openai merged commit 77fe33b into main Apr 16, 2026
33 of 36 checks passed
@mzeng-openai mzeng-openai deleted the dev/mzeng/enable-toolsearch-by-default branch April 16, 2026 05:01
@github-actions github-actions bot locked and limited conversation to collaborators Apr 16, 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.

3 participants