codex - 💡(How to fix) Fix Azure OAI provider chat threads disappearing in thread list [1 comments, 2 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19088Fetched 2026-04-24 06:01:13
View on GitHub
Comments
1
Participants
2
Timeline
5
Reactions
0
Author
Timeline (top)
labeled ×4commented ×1
RAW_BUFFERClick to expand / collapse

What version of the Codex App are you using (From “About Codex” dialog)?

26.417.41555 (1858)

What subscription do you have?

Pro/business

What platform is your computer?

Darwin 25.3.0 arm64 arm

What issue are you seeing?

Azure OAI provider chat threads are not showing up on the chat thread list on the LHS of the codex app. It only shows the old chat threads that were created with the default OpenAI provider. However, the session can still be seen with codex resume

What steps can reproduce the bug?

  • Open a project
  • Create a chat thread using default openai provider
  • Change config.toml to be routed to an Azure OAI provider
  • Restart Codex
  • Create a new chat thread with Azure OpenAI provider
  • Restart Codex
  • The chat thread created with Azure does not show.

What is the expected behavior?

Chat threads created with Azure should be shown as well.

Additional information

No response

extent analysis

TL;DR

The issue may be resolved by updating the configuration to properly handle chat threads from the Azure OAI provider after switching from the default OpenAI provider.

Guidance

  • Verify that the config.toml file is correctly updated to route to the Azure OAI provider and that the changes are applied after restarting Codex.
  • Check if there are any specific settings or flags in the Codex App that need to be enabled to display chat threads from the Azure OAI provider.
  • Try creating a new chat thread with the Azure OAI provider without restarting Codex to see if the issue is related to the restart process.
  • Use the codex resume command to verify that the session is indeed being created and can be accessed, which may indicate a display issue rather than a creation issue.

Notes

The issue seems to be related to the display of chat threads created with the Azure OAI provider after switching from the default OpenAI provider. The fact that sessions can still be accessed with codex resume suggests that the issue might be with how the threads are being listed or displayed rather than their creation.

Recommendation

Apply workaround: Since the sessions are accessible via codex resume, it might be worth exploring if there's a temporary workaround to manually refresh or update the chat thread list to include those created with the Azure OAI provider, until a more permanent fix can be found.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Azure OAI provider chat threads disappearing in thread list [1 comments, 2 participants]