Skip to content

Prepare Ceiling 1.5.25 - #242

Merged
tsouth89 merged 1 commit into
mainfrom
release/1.5.25
Aug 9, 2026
Merged

Prepare Ceiling 1.5.25#242
tsouth89 merged 1 commit into
mainfrom
release/1.5.25

Conversation

@tsouth89

@tsouth89 tsouth89 commented Aug 9, 2026

Copy link
Copy Markdown
Owner

Summary

  • bump Ceiling to 1.5.25 (build 127)
  • move the current Unreleased fixes into the 1.5.25 changelog section
  • add concise draft release notes for the Claude taskbar, credential/settings integrity, endpoint-security, and countdown fixes

Validation

  • powershell.exe -ExecutionPolicy Bypass -NoProfile -File scripts\local-check.ps1 -All -Version 1.5.25
  • complete gate passed with Windows System32 first on PATH so the PTY test resolves the native cmd.exe instead of npm's cmd shim

Summary by CodeRabbit

  • Bug Fixes

    • Improved taskbar capacity display and account selection.
    • Preserved credentials and settings, including unknown provider configurations.
    • Improved token-account handling and active-account tracking.
    • Added validation for custom Codex endpoint hosts.
    • Fixed reset countdown formatting and timer behavior.
    • Improved notification behavior in portable installations.
  • Release

    • Updated the application to version 1.5.25.
    • Included refreshed installer artifacts.

@tsouth89
tsouth89 marked this pull request as ready for review August 9, 2026 05:44
@coderabbitai

coderabbitai Bot commented Aug 9, 2026

Copy link
Copy Markdown

Review Change Stack

📝 Walkthrough

Walkthrough

This release-preparation change adds Ceiling 1.5.25 release documentation and updates application, Rust, Tauri, marketing, and build version metadata.

Changes

Ceiling 1.5.25 release

Layer / File(s) Summary
Release documentation
.github/release-notes-1.5.25.md, CHANGELOG.md
Added 1.5.25 release notes and changelog entries.
Version metadata
apps/desktop-tauri/package.json, apps/desktop-tauri/src-tauri/Cargo.toml, apps/desktop-tauri/src-tauri/tauri.conf.json, rust/Cargo.toml, version.env
Updated package versions to 1.5.25 and the build number to 127.

Estimated code review effort: 1 (Trivial) | ~5 minutes

Possibly related PRs

Suggested reviewers: finesssee

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly summarizes the main change: preparing Ceiling version 1.5.25.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch release/1.5.25

Comment @coderabbitai help to get the list of available commands.

@cloudflare-workers-and-pages

Copy link
Copy Markdown
Contributor

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
ceiling 54bd103 Commit Preview URL

Branch Preview URL
Aug 09 2026, 05:45 AM

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/release-notes-1.5.25.md:
- Around line 24-32: Create the v1.5.25 Git tag before publishing the release so
the Full Changelog comparison URL resolves correctly; leave the installer
filenames and portable notification behavior unchanged.
🪄 Autofix

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: b3afc62d-7869-4413-9760-4a9053df8f0b

📥 Commits

Reviewing files that changed from the base of the PR and between c5549ac and 54bd103.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (7)
  • .github/release-notes-1.5.25.md
  • CHANGELOG.md
  • apps/desktop-tauri/package.json
  • apps/desktop-tauri/src-tauri/Cargo.toml
  • apps/desktop-tauri/src-tauri/tauri.conf.json
  • rust/Cargo.toml
  • version.env

Comment thread .github/release-notes-1.5.25.md
@github-actions

github-actions Bot commented Aug 9, 2026

Copy link
Copy Markdown

Automated review

Found 1 issue:

  1. Release version bump leaves tracked rust/tauri.conf.json at the old version

    apps/desktop-tauri/src-tauri/tauri.conf.json:4 · severity: medium · quick win

    This PR raises every active manifest to 1.5.25 but never touches the tracked rust/tauri.conf.json, a Tauri config that carries a version field. Any build or tooling path that still reads that file will emit artifacts whose reported version is 1.5.24 while the release and the desktop config bumped at this line say 1.5.25; at minimum the repo's tracked release metadata is internally inconsistent. rust/build.rs or root Cargo.toml may hold the same stale literal.

    Prompt for AI agents

    In apps/desktop-tauri/src-tauri/tauri.conf.json around line 4: Align rust/tauri.conf.json (and any remaining 1.5.24 literal, e.g. rust/build.rs, root Cargo.toml) to 1.5.25, or delete the file if nothing references it; prove with git grep 1.5.24 returning no hits outside docs. Verify against the current code first; if no longer valid, skip with a brief reason. Keep the change minimal.

For coding agents: fix high findings and quick-win mediums now; batch involved mediums into at most one fix round; low notes are informational, do not fix them unless already editing that file; never exceed one CodeRev fix round per PR, decline remaining findings with a reason instead.

Advisory. Findings generated by deepseek-v4-flash and muse-spark-1.2-contributor, each filtered through a 3-vote refutation panel with the changed code in evidence.

Comment thread apps/desktop-tauri/src-tauri/tauri.conf.json
@tsouth89
tsouth89 merged commit ca7ca7b into main Aug 9, 2026
12 checks passed
@tsouth89
tsouth89 deleted the release/1.5.25 branch August 9, 2026 05:50
@coderabbitai coderabbitai Bot mentioned this pull request Aug 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant