How to hide weekly limit left message?
Resolved 💬 7 comments Opened Jan 27, 2026 by doggy8088 Closed Mar 14, 2026
💡 Likely answer: A maintainer (github-actions[bot], contributor)
responded on this thread — see the highlighted reply below.
What feature would you like to see?
Can we hide those message that is always showing during launch codex?
⚠ Heads up, you have less than 25% of your weekly limit left. Run /status for a breakdown.
Additional information
_No response_
7 Comments
Potential duplicates detected. Please review them and close your issue if it is a duplicate.
Powered by Codex Action
There's currently no way to disable this warning.
Can you explain more? Why don't you want to see this message?
@etraut-openai It because I'm using Azure OpenAI as the provider.
If you're using Azure OpenAI, then I presume you're signing in with an API Key, right? This warning shouldn't be displayed if you're signing in with an API Key. It applies only to ChatGPT subscriptions. That sounds like a bug.
Yes, exactly.
Looking at the code, I can't explain why you would be seeing this warning if you're using an Azure endpoint. This warning appears only if the client receives certain HTTP headers related to rate limits, and the Azure endpoints wouldn't be sending those. We haven't heard of this behavior from other Azure users either, so I wonder if this is something specific to your configuration.
You might need to do some additional debugging on your system to try to diagnose the problem. Codex can help you out here, especially if you clone this repo and give it access to its own sources locally.
I might be able to do more diagnosis if you provide logs (use
/feedbackand post the thread ID here).This feature request hasn't received enough upvotes, so I'm closing.