fix(console): preserve valid sessions across reloads - #303
Conversation
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 5 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Comment |
|
CodeRabbit is rate-limited on this PR, so its status is not being treated as approval. Independent review was completed at exact current head Current-head CI remains required before merge. |
* fix(console): explain filtered configurations (#302) Show aggregate discovered/ready/attention counts without exposing rejected paths, explain safe repair categories, and preserve trusted discovery containment. Includes regression contracts and all review fixes. Closes #203. * fix(console): preserve valid sessions across reloads (#303) * fix(console): resume valid sessions after reload * fix(console): explain unlock rate limiting * fix(setup): explain environment secret readiness (#304) * fix(setup): explain environment secret readiness * fix: make secret readiness guidance truthful * fix: keep readiness guidance visible * fix: preserve environment readiness invariants * fix: prevent stale readiness guidance * release: prepare v0.5.2 (#306) * release: prepare v0.5.2 * test: bind release notes to current patch * test: scope release links to fixed section
Closes #300
Summary
miftah dashboardrecovery commandSecurity properties preserved
TDD and validation
The focused contracts were added first and failed against the previous reload behavior. Final validation:
npx vitest run tests/console-server.test.ts tests/oauth-console-threat-model-docs-contract.test.tsnpm run test:oauth-consolenpm testnpm run test:corenpm run test:coverage(Node 20.20.2, CI-aligned; 1,785 passed, 33 conditional/platform skips; 95.65% statements)npm run lintnpm run typechecknpm run buildnpm run smoke:clinpm run check:packnpm run test:packageCoverage-specific lifecycle tests cover reload startup, multiple tabs, BFCache/back-forward navigation, expiry, code reuse, credential rotation/process replacement, hostile Origin rejection, and redacted recovery states.