Hacker News new | ask | show | jobs
by CaptainOfCoit 231 days ago
Codex run locally doesn't have access to any "web search" tool, but that doesn't stop it from trying to browse the web via cURL from time to time. Place hyperlinks in the documents in the repository and it'll try to reach them best it can. It doesn't seem overly eager doing so though, and only does that when absolutely needed and it can't find the information elsewhere. This has been my experience with gpt-5-high at least.
2 comments

You can run "codex --search" and it gains a search tool. I'm not sure why that isn't the default (like it is for Claude Code.)
Probably a security feature. If it can access the internet, it can send your private data to the internet. Of course, if you allow it to run arbitrary commands it can do the same.
You can actually enable search in codex but adding the following to the config file

[tools] web_search = true