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_

View original on GitHub ↗

7 Comments

github-actions[bot] contributor · 5 months ago

Potential duplicates detected. Please review them and close your issue if it is a duplicate.

  • #8998

Powered by Codex Action

etraut-openai contributor · 5 months ago

There's currently no way to disable this warning.

Can you explain more? Why don't you want to see this message?

doggy8088 · 5 months ago

@etraut-openai It because I'm using Azure OpenAI as the provider.

etraut-openai contributor · 5 months ago

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.

doggy8088 · 5 months ago

Yes, exactly.

etraut-openai contributor · 5 months ago

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 /feedback and post the thread ID here).

etraut-openai contributor · 4 months ago

This feature request hasn't received enough upvotes, so I'm closing.