-
Notifications
You must be signed in to change notification settings - Fork 9.1k
Description
What version of Codex CLI is running?
codex-cli 0.114.0
What subscription do you have?
Pro
Which model were you using?
gpt-5.4 high
What platform is your computer?
Linux 6.8.0-101-generic x86_64 x86_64
What terminal emulator and version are you using (if applicable)?
Tabby
What issue are you seeing?
I tried using /review (again), a new feature offered by OpenAI, and whilst using it, my weekly limits dropped to 0%, whilst my code review usage is still at 100%... I can’t explain how this is possible, as I haven’t used the following:
- I don’t use fast mode
- I don’t use the context window expansion to 1M tokens (I’m using the default 256k)
- I haven’t used multi-agents
- I haven’t used the xhigh version, only medium and high in the last few days
- I only use this in config.toml: '[mcp_servers.context7]
args = [‘-y’, ‘@upstash/context7-mcp’, ‘--api-key’, ‘ctx7sk-a5851794-f6d1-4435-b17f-fa9306021567’]
command = ‘npx’
enabled = true
[mcp_servers.playwright]
command = ‘npx’
args = [‘-y’, ‘@playwright/mcp@latest’, ‘--headless’, ‘--no-sandbox’, ‘--isolated’]
enabled = false # disables the server
[notice]
hide_gpt5_1_migration_prompt = true
‘hide_gpt-5.1-codex-max_migration_prompt’ = true
hide_rate_limit_model_nudge = true
[notice.model_migrations]
‘gpt-5.1-codex-max’ = ‘gpt-5.2-codex’
approval_policy = ‘on-request’
sandbox_mode = ‘workspace-write’
‘gpt-5.1-codex-mini’ = ‘gpt-5.3-codex’
[sandbox_workspace_write]
network_access = true
web_search = ‘live’
[features]
unified_exec = true
shell_snapshot = true
steer = true
personality = true
prevent_idle_sleep = true
[[skills.config]]
path = ‘~/.codex/skills’
enabled = true'
What steps can reproduce the bug?
Uploaded thread: 019cebca-6ed2-78d3-aece-11548c592648
You can use /review – I reported this issue a few days ago; I thought it had been resolved, but it hasn’t been yet
What is the expected behavior?
I would simply like to see only the appropriate charges applied, as that is what I expect from a $200 subscription.
Additional information
Here is my user ID so you can check more easily: user-grEQqq7dokHb56wxlYbBeUWO
Tell me if im doing something wrong.