Prepare Ceiling 1.5.30 - #284
Conversation
Version bumped in all five locations from VERSIONING.md, BUILD_NUMBER=132, Cargo.lock regenerated, and the Unreleased entries moved into a dated section. Ships the tray toggle (#283, closes #280), Grok banked resets (#282), taskbar widget status and second-lane placement (#264, #281, closes #261), chart account isolation (#277), stale provider-detail discard (#278), and credential status scoped to the selected provider (#279).
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | 3b27fbc | Commit Preview URL Branch Preview URL |
Aug 13 2026, 02:38 AM |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 9 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 Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
Comment |
Automated reviewFound 1 issue:
For coding agents: fix BLOCK and FIX IF QUICK findings now; everything else is tracked or informational; never exceed one CodeRev fix round per PR. Advisory. Findings generated by |
|
Skipped the rust/tauri.conf.json version note. That file is leftover CodexBar config at 0.1.0. VERSIONING.md lists the five active locations, and 1.5.29 did not touch this file either. |
Cuts 1.5.30. Version bumped in all five locations from
VERSIONING.md,BUILD_NUMBER=132,Cargo.lockregenerated, and theUnreleasedentries moved into a dated section.What's in it
A second click on the tray icon hides the dashboard (#283, closes #280). Left-click always reopened the stats window. First click shows it, second click hides it. A Windows double-click is ignored so the window does not flash.
Grok banked resets show up (#282). Codex already had the chip. Grok's redeemable reset tokens now appear on Overview, provider detail, and the taskbar flyout. Redeem stays on grok.com.
Settings says why the taskbar widget is hidden (#264). The strip could vanish with no explanation. The Taskbar Usage group now reports shown, no free space, waiting for landmarks, or no enabled providers.
The taskbar widget takes a second lane when the usual one does not fit (#281, closes #261). Left-aligned taskbars (and Windhawk "Start always on left") made the Widgets-to-Start gap go negative, so the strip hid. If that lane has no room, it now uses the stretch between Start and the tray.
Charts no longer mix one account's usage into another (#277). A removed account could inherit the machine-wide cache. Each account now has its own tab and cache identity.
Provider detail no longer applies a stale refresh (#278). A slower request from the previous seat could paint over the one you just switched to.
Credential status is scoped to the selected provider (#279). Opening provider B could show a protected store and revoke action that belonged to provider A.
Validation
scripts\local-check.ps1 -All -Version 1.5.30passed except the known local PTY failure:cli::tty_runner::tests::test_run_sends_script_through_ptyfails locally because%APPDATA%\npmhas acmdshim that is not a valid Win32 application. Same environment issue noted on Prepare Ceiling 1.5.29 #263. 877 other shared Rust tests passed.Tauri Rust tests (517), frontend tests (525), frontend build, clippy, fmt, store-submission prep, and release-doctor all passed.
Three release-doctor warnings are expected pre-tag: no local
v1.5.30tag, no GitHub release yet, no local assets directory.Affected areas
UI / tray proof
The tray toggle was click-tested on a local debug build of
mainbefore this version bump. Release notes are the changelog section in this PR.Notes for reviewers
This PR is the version bump and changelog only. The signed installer is built by tagging
v1.5.30after merge.