mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 11:28:35 -05:00
[GH-ISSUE #21147] issue: codex webui not working on vscode and IDE #58065
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @zechchair on GitHub (Feb 4, 2026).
Original GitHub issue: https://github.com/open-webui/open-webui/issues/21147
Check Existing Issues
Installation Method
Git Clone
Open WebUI Version
7.2
Ollama Version (if applicable)
No response
Operating System
Ubuntu 22
Browser (if applicable)
No response
Confirmation
README.md.Expected Behavior
I deployed OpenAI Codex and exposed it through a Web UI, where it is accessible and works correctly from the platform interface.
I am now trying to connect to the same Codex deployment from VS Code, using my API key via either the Codex VS Code extension or Continue.
It's working on CLI codex but cannot edit files ( when asked to edit or read files it doesn't answer and bugs )
Codex should respond normally in the VS Code extension,
And should bé able to call edit files tools on the Codex CLI (terminal)
Actual Behavior
Codex works correctly in the Codex CLI but cannot call tools of edit files or create /.delete files or even read files
In the VS Code extension, the request sometimes enters a “thinking” state but never returns a response, even after the thinking phase completes
Steps to Reproduce
The configuration in .config.toml of codex for instance :
And we added the key to env variables
Logs & Screenshots
The CUSTOMGPT_API_KEY environment variable is correctly set and available in the terminal
Since the CLI works with the same key and endpoint, this does not appear to be an API key or authentication issue
The problem seems specific to the response of the api call
Additional Information
No response
@owui-terminator[bot] commented on GitHub (Feb 4, 2026):
🔍 Similar Issues Found
I found some existing issues that might be related to this one. Please check if any of these are duplicates or contain helpful solutions:
#21091 issue: code execution is not working due to ansi colors
by mchehab • Feb 01, 2026 •
bug#21034 issue: arena doesnt work properly
by thekinez • Jan 29, 2026 •
bug#20801 issue: HTML Preview renders code blocks inside thinking blocks
by IDEDARY • Jan 19, 2026 •
bug💡 Tips:
This comment was generated automatically by a bot. Please react with a 👍 if this comment was helpful, or a 👎 if it was not.
@Classic298 commented on GitHub (Feb 4, 2026):
??? What does this have anything to do with Open WebUI
@zic04 commented on GitHub (Feb 4, 2026):
I have the same problem. I want to use the API with tools. "codex - continue ***"
Unfortunately, the API currently does not work correctly with the new models.