Codex shouldn't assume network status - it should leverage the config.
Resolved 💬 1 comment Opened Sep 4, 2025 by imajes Closed Nov 10, 2025
What version of Codex is running?
77fb9f34659 / sept 3 main.
Which model were you using?
gpt-5
What platform is your computer?
Darwin 25.0.0 arm64 arm
What steps can reproduce the bug?
Currently, in reasoning, i have noticed this statement:
Since the repository might not have network access, I'll rely on the local repository.
however, in my config,
network_access = true
What is the expected behavior?
when using the config, codex should say something like,
My container definitely has network access, therefore I can use both remote and local repository targets.
What do you see instead?
Since the repository might not have network access, I'll rely on the local repository.
Additional information
_No response_
This issue has 1 comment on GitHub. Read the full discussion on GitHub ↗