The web version of codex cannot search the github repository
Resolved 💬 11 comments Opened Oct 2, 2025 by 21888 Closed Jan 7, 2026
💡 Likely answer: A maintainer (gpeal, contributor)
responded on this thread — see the highlighted reply below.
What version of Codex is running?
_No response_
Which model were you using?
_No response_
What platform is your computer?
_No response_
What steps can reproduce the bug?
Codex web can’t add new GitHub repos, the repo search request just times out.
https://chatgpt.com/backend-api/wham/github/repositories/search
{"detail":"Request timeout"}
What is the expected behavior?
_No response_
What do you see instead?
_No response_
Additional information
_No response_
11 Comments
So I can’t add new projects to Codex web. Wondering if anyone else is seeing this too.
That other endpoint (https://chatgpt.com/backend-api/wham/settings/code_review_search
) also times out.
its a joke -- it modifies, then i ask to commit, it tells me it does not have the ability to add, modify code. turning out just as stupid as the cli version
Can you try again? Some updates have rolled out this week.
Still timed out
I have the same trouble. Previously it worked
Tells:
Google Chrome | 140.0.7339.210 (Official build) (64 бит) (cohort: Control)
-- | --
Version| e94a84e11c533d3723422f76dee4f79d6394dac8-refs/branch-heads/7339@{#2367}
ОС | Windows 11 Version 23H2 (Build 22631.5909)
JavaScript | V8 14.0.365.10
User Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36
same issue
If OpenAI doesn’t fix the issue, we’ll handle it ourselves. You can use any packet capture tool that supports request overriding.
Steps:
Visit
https://chatgpt.com/codex/settings/code-reviewand check whether your repository appears there, since the list is quite long.While on that page, find the request to
https://chatgpt.com/backend-api/wham/settings/code_review?page=1&per_page=100.Identify the repository you want to add and copy the corresponding JSON data for later use.
Go to
https://chatgpt.com/codex/settings/environment/create.Capture the request to
https://chatgpt.com/backend-api/wham/github/repositories/v2/*******?page=1&per_page=20,and override it so that the
"repositories"array contains only the repository you want to add.Once you’ve modified the request, you should be able to add the repository directly from the web page.
Alternatively, you can capture the “add” request and directly call the same API endpoint to add the repository manually.
If OpenAI doesn’t resolve this for a long time, I might just write a Chrome extension to automate the entire process.
Using the Override content feature in Chrome's DevTools makes it easier to override API addresses.
@21888 Sorry this has been open for a while. Are you still seeing this issue? We've made some optimizations since you first reported this but I want to make sure this is working well for you.
The search should be much more performant if you specify
<orgname>/<reponame>in the search (ie just paste the full name of your repo), but even basic search should perform better now.Thanks for following up — the search behavior is working correctly for me now, and I’m no longer seeing the original issue. This can be closed. Thanks!