Prepare Ceiling 1.5.15 - #169
Conversation
Version bump to 1.5.15 (build 117) for Antigravity quota summary, Claude sign-in vs charts copy, and custom Estimated API value date range.
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
ceiling | b382921 | Commit Preview URL Branch Preview URL |
Jul 28 2026, 12:52 AM |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (7)
📝 WalkthroughWalkthroughThe release updates documentation for version 1.5.15 and aligns desktop, Rust, Tauri, marketing, and build metadata with the new release version. ChangesRelease metadata
Estimated code review effort: 1 (Trivial) | ~5 minutes Possibly related PRs
Suggested reviewers: 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
Pull request overview
Prepares the Ceiling Windows/Tauri app and shared Rust crate for the 1.5.15 (build 117) release, aligning version metadata and release documentation with the fixes already merged on main (#166–#168).
Changes:
- Bump app/crate versions to 1.5.15 (build 117) across env, Rust, Tauri, and npm metadata.
- Add 1.5.15 release entry to
CHANGELOG.md. - Add GitHub release notes file for 1.5.15.
Reviewed changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
version.env |
Updates marketing version and build number for the release. |
rust/Cargo.toml |
Bumps the shared Rust crate version to 1.5.15. |
CHANGELOG.md |
Adds the 1.5.15 changelog entry (fixes + added custom date range). |
Cargo.lock |
Updates locked package versions for codexbar and codexbar-desktop-tauri to 1.5.15. |
apps/desktop-tauri/src-tauri/tauri.conf.json |
Bumps the Tauri app version used for desktop builds. |
apps/desktop-tauri/src-tauri/Cargo.toml |
Bumps the Tauri-side Rust package version to 1.5.15. |
apps/desktop-tauri/package.json |
Bumps the desktop frontend package version to 1.5.15. |
.github/release-notes-1.5.15.md |
Adds the release highlights/fixes notes used for the GitHub release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| Patch for reported Antigravity quota mismatch, Claude sign-in vs charts confusion, and custom chart date ranges. | ||
|
|
||
| ### Fixed | ||
| - Antigravity capacity uses `RetrieveUserQuotaSummary` shared model-group weekly / five-hour pools (matches Settings to Models) instead of only per-model `remainingFraction`. (#163, #167) |
|
|
||
|
|
Summary
Version bump to 1.5.15 (build 117) for fixes already on main via #166, #167, and #168.
Release plan
v1.5.15on the merge commit (must be ancestor of protected main)release.ymlfinishesValidation
version.env, package/Cargo/tauri,Cargo.lock,CHANGELOG.md,.github/release-notes-1.5.15.mdSummary by CodeRabbit
New Features
Bug Fixes
Chores