docs: update models for Codex usage reset - #760
Open
tembo[bot] wants to merge 1 commit into
Open
tembo[bot] wants to merge 1 commit into
tembo[bot] wants to merge 1 commit into
Conversation
tembo
Bot
requested review from
Coleary005,
DarrenBaldwin07 and
benja
as code owners
September 15, 2026 13:15
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Automations to automatically generate PRs for you. |
Contributor
Author
|
Requesting review from @DarrenBaldwin07 who has experience with the following files modified in this PR:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Documents the new Reset Codex usage capability in the ChatGPT Codex connection flow: when a connected ChatGPT subscription (personal or workspace) has an available usage reset, users can open the Connected dropdown next to ChatGPT Codex and select Use reset to reset eligible Codex usage limits immediately. Notes that resets are non-reversible and that workspace-scoped resets require org admin access.
Why
The Codex usage reset feature shipped in monorepo release v0.2.841 (merged PR tembo/monorepo#11324, "feat(settings): redeem Codex usage resets from connected accounts"), extending the already-documented "Connect a ChatGPT subscription" / "Connect a workspace ChatGPT subscription" flows in
features/models.mdx. The docs described connecting a ChatGPT Codex subscription but had no mention of this reset capability, which is a permanent addition to the same UI.Evidence
apps/web/components/settings/codex-reset.tsx— confirmation dialog with title "Reset Codex usage?", body "This uses one available reset to reset eligible Codex usage limits. ... This cannot be undone.", and button "Use one reset".apps/web/components/settings/codex.tsx(~lines 364-379) — the existing "Connected" button becomes a dropdown containing a "Use reset" item, shown only whencanManageis true andrateLimitResetCredits.availableCount > 0.apps/api/src/server/routes/codexAuth.ts— newPOST /codex-auth/usage/resetroute that restricts organization-scope resets to admins.v0.2.841release tag.Confidence
High confidence: this is a fully shipped, unflagged feature that directly extends an existing, already-documented settings flow. The added text mirrors the exact UI copy from the source components and required no guessing of positioning or wording — it's inserted as a new section immediately after the two "Connect a ... ChatGPT subscription" sections it extends.
cc @benja
Note
Low Risk
Documentation-only change with no runtime or security impact.
Overview
Adds a Reset Codex usage section to the Models docs, right after the personal and workspace ChatGPT Codex connection instructions.
It explains how to redeem an available subscription reset from the Connected dropdown (Use reset), that the action is immediate and irreversible, and that workspace resets are limited to org admins.
Reviewed by Cursor Bugbot for commit 6952df7. Bugbot is set up for automated code reviews on this repo. Configure here.