-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed as not planned
Labels
CLIIssues related to the Codex CLIIssues related to the Codex CLIenhancementNew feature or requestNew feature or request
Description
What feature would you like to see?
This should be WebFetch('https://www.better-auth.com/docs/plugins/username'), but it displays 🌐 Searched: better-auth username plugin docs, which confuses me.
For now, there is only one Web.run tool, and the UI always show Search, which is very confused.
Why not separate it to two tools: WebSearch and WebFetch?
My current feeling is that it's not WebFetch('https://aaa.com') but rather WebSearch('site: https://aaa.com')
Additional information
codex-cli 0.63.0
config.toml:
file_opener = "cursor"
model = "gpt-5.1-codex-max"
model_reasoning_effort = "xhigh"
model_reasoning_summary = "detailed"
model_reasoning_summary_format = "experimental"
model_verbosity = "high"
[features]
unified_exec = true
streamable_shell = true
rmcp_client = true
apply_patch_freeform = true
view_image_tool = true
web_search_request = true
ghost_commit = true
[notice]
hide_gpt5_1_migration_prompt = true
"hide_gpt-5.1-codex-max_migration_prompt" = true
hide_rate_limit_model_nudge = trueReactions are currently unavailable
Metadata
Metadata
Assignees
Labels
CLIIssues related to the Codex CLIIssues related to the Codex CLIenhancementNew feature or requestNew feature or request