Ceiling improvements: banked resets, enforcement states, floatbar modes#46
Conversation
Collapses three reviewed passes (former PRs #43/#44/#45) onto current main (1.0.0-rc.1), resolving the English-only .ftl removals. Full suites green: Rust lib 621, desktop 372, frontend 246; tsc + locale-drift clean. Codex banked resets (#43) - Show the banked-reset count including an explicit "0", Codex-only, on all three surfaces; a successful fetch records Some(0) instead of hiding it. - A "Send test notification" button that runs the real Windows toast pipeline synchronously and reports success/failure. Explicit enforcement states — SOU-122 (#44) - EnforcementState { Tracked, NotEnforced, Unavailable } on inactive windows, exposed through the bridge to every surface without fabricating a percentage. - A process-local, per-scope EnforcementTracker marks a core subscription window "unavailable" when it drops out of an otherwise-successful response. Sticky until it returns; core windows only (bonus pools never false-flag); scoped by provider|source|email|org; ignores errors. - ProviderDetailView / PlanStatusCard render the state distinctly. Exact and Calm floatbar modes — SOU-178 (#45) - float_bar_information_mode ("exact" default, safe migration). Calm leads with a trustworthy pace state + next reset; exact % on keyboard/click expand. Pace is only claimed when live and actually supported. Includes review fixes: sticky/core-only tracker, org-scoped observations, compact-density calm layout, and a calm aria-label that matches what's shown. Reviewed by adversarial subagents and CodeRabbit.
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 18 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: CHILL Plan: Pro Run ID: 📒 Files selected for processing (42)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | 819d8f1 | Commit Preview URL Branch Preview URL |
Jul 18 2026, 01:42 AM |
Version bump to **1.0.0-rc.2** across all locations (`version.env` build 92, both `Cargo.toml`s, `package.json`, `tauri.conf.json`, `Cargo.lock`) plus the changelog section. Ships the three reviewed passes merged in #46: - Codex banked-reset display, including an explicit "0 available". - "Send test notification" button (real Windows toast pipeline). - Exact and Calm floating-bar information modes. - Explicit "unavailable" state for a limit window that drops out of a successful response. After this merges and CI is green, an annotated `v1.0.0-rc.2` tag will be pushed to trigger the signed-release workflow. Co-authored-by: tsouth89 <tsouth89@users.noreply.github.com>
Collapses three reviewed passes onto current
main(1.0.0-rc.1) as one clean merge, per the plan. Supersedes #43, #44, #45 (each fully reviewed by adversarial subagents + CodeRabbit; all findings addressed). Only conflict was the English-only.ftlremovals, resolved by accepting the deletion.What's included
Some(0)instead of hiding it. Send test notification button that runs the real Windows toast pipeline and reports success/failure.EnforcementState { Tracked, NotEnforced, Unavailable }exposed to every surface without fabricating a %. A process-local, per-scopeEnforcementTrackerflags a core subscription windowunavailablewhen it drops out of a successful response — sticky until it returns, core-windows-only (bonus pools never false-flag), scoped by provider|source|email|org, ignores errors.float_bar_information_mode(Exact default, safe migration). Calm leads with a trustworthy pace state + next reset; exact % on keyboard/click expand. Pace claimed only when live and actually supported.Verification (against this main)
codexbarlib 621, desktop crate 372 — 0 failurestscclean; locale-drift OK (English-only)Review fixes folded in
Sticky/core-only tracker (one-shot bug), org-scoped observations, compact-density calm layout, calm aria-label matching visible state.