You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard.
To continue using code reviews, add credits to your account and enable them for code reviews in your settings.
Review gate (Codex review credits exhausted, SC-9; D-12 ruled 2026-09-05: the Codex session's PRs are reviewed and merged by the coordinator): one fresh-context read-only reviewer (Opus 5) on head e9858f0d2. Verdict: SHIP.
Checked by reading: the three wording branches of readOnlyDiffBanner map exactly to the three template modes (selectedDiff, storedOperationsFallback, the empty span) with the same truthiness tests; the banner renders only under selectedDiffMode === 'stored'; the status prefix still reads isExpired; no i18n key added or changed (this Legacy card is hardcoded English throughout, and the localized Paper counterpart is untouched, consistent with the body deferring it to #2629); the two new not.toContain assertions fail on revert; no new em dash beyond the preserved pre-existing prefix.
Findings and disposition:
LOW, tracked on #1434: the fallback banner now repeats the note rendered directly below it.
Issue disposition: slice of #1434 (Legacy card only); the Paper surface still shows the unconditional banner in all three locales.
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
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.
Summary
The PaperReviewView counterpart is intentionally out of scope because its shared path is leased by open PR #2629.
Verification
pm test -- --maxWorkers=2 src/tests/components/review/ReviewProposalCard.diff.spec.ts — 21 passed
pm run typecheck — passed
Refs #1434