core-agent-ide/codex-rs/protocol/src
Reuben Narad 363636f5eb
Add web search tool (#2371)
Adds web_search tool, enabling the model to use Responses API web_search
tool.
- Disabled by default, enabled by --search flag
- When --search is passed, exposes web_search_request function tool to
the model, which triggers user approval. When approved, the model can
use the web_search tool for the remainder of the turn
<img width="1033" height="294" alt="image"
src="https://github.com/user-attachments/assets/62ac6563-b946-465c-ba5d-9325af28b28f"
/>

---------

Co-authored-by: easong-openai <easong@openai.com>
2025-08-23 22:58:56 -07:00
..
config_types.rs Support changing reasoning effort (#2435) 2025-08-19 17:55:07 +00:00
lib.rs Move models.rs to protocol (#2595) 2025-08-22 22:18:54 +00:00
mcp_protocol.rs Add AuthManager and enhance GetAuthStatus command (#2577) 2025-08-22 13:10:11 -07:00
message_history.rs fix: introduce codex-protocol crate (#2355) 2025-08-15 12:44:40 -07:00
models.rs Move models.rs to protocol (#2595) 2025-08-22 22:18:54 +00:00
parse_command.rs Add a serde tag to ParsedItem (#2546) 2025-08-21 01:34:46 -04:00
plan_tool.rs fix: introduce codex-protocol crate (#2355) 2025-08-15 12:44:40 -07:00
protocol.rs Add web search tool (#2371) 2025-08-23 22:58:56 -07:00