Skip to content

Release 1.5.37 - #415

Merged
btsouth merged 1 commit into
mainfrom
release/1.5.37
Sep 7, 2026
Merged

btsouth merged 1 commit into
mainfrom
release/1.5.37

Conversation

@btsouth

@btsouth btsouth commented Sep 7, 2026

Copy link
Copy Markdown
Owner

Summary

  • bump all release version sources to 1.5.37
  • increment the Windows build number to 139
  • finalize the 1.5.37 changelog

The 1.5.37 section gathers the entries that landed after 1.5.36: GPT-6 Astra pricing (fixes #413), per-seat Claude OAuth backoff, fail-closed usage fetches instead of 0%, separate capacity baselines per directory seat, quarantine of unreadable settings, killed CLI children on timeout, and MCP Cursor strip ranking. The 1.5.36 section is restored to its released state (three post-release entries moved out, SBS-1055 wording restored).

Checks

  • cargo fmt --all --check
  • shared Rust tests: 1,261 passed
  • desktop Rust tests: 625 passed

Frontend tests and production build run in the required CI checks (pnpm is not configured in this Linux environment).

Note

Release version 1.5.37

  • Bumps the package version from 1.5.36 to 1.5.37 across package.json, Cargo.toml, tauri.conf.json, rust/Cargo.toml, and version.env (build number 138 → 139)
  • Updates CHANGELOG.md with the 1.5.37 section covering fixes for Astra pricing, unreadable settings persistence, Cursor status-window selection, capacity baseline isolation, failed usage fetch handling, CLI child termination, and Claude seat-specific rate-limit backoff
  • Moves SBS-1074, SBS-1076, and SBS-1078 bullets out of the 1.5.36 section and revises the SBS-1055 bullet to clarify constraining-window ranking applies across primary, secondary, and tertiary windows

Macroscope summarized 371a3e8.

Summary by CodeRabbit

  • Bug Fixes

    • Corrected pricing for Codex and Astra usage.
    • Prevented unreadable settings files from being overwritten.
    • Improved status reporting and account-specific capacity tracking.
    • Usage fetch failures now report errors instead of showing 0% health.
    • Timed-out CLI requests now terminate their child processes.
    • Improved OAuth rate-limit backoff across configuration directories.
  • Release

    • Updated the application to version 1.5.37.

@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 371a3e8 Commit Preview URL

Branch Preview URL
Sep 07 2026, 07:51 PM

@coderabbitai

coderabbitai Bot commented Sep 7, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 0c06e56b-1d0c-4716-b08c-ff8c70ab9799

📥 Commits

Reviewing files that changed from the base of the PR and between 58520a5 and 371a3e8.

⛔ Files ignored due to path filters (1)
  • Cargo.lock is excluded by !**/*.lock
📒 Files selected for processing (6)
  • 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

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The release updates the changelog for version 1.5.37, increments application and package versions, and changes the marketing version and build number.

Changes

Version 1.5.37 release update

Layer / File(s) Summary
Release notes and version metadata
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
The changelog adds eight fixed items and adjusts the 1.5.36 entries. Package and application versions change to 1.5.37. The marketing version changes to 1.5.37 and the build number changes to 139.

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

Merge Risk: ⚪ Minimal · up to 371a3

This release updates version metadata and changelog entries for 1.5.37. No concrete current-head merge-blocking risk remains.

Suggested reviewers: finesssee

🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Linked Issues check ❓ Inconclusive The changelog states that GPT-6 Astra pricing fixes are included, which relates to issue #413. However, the reviewable changes contain only release metadata and changelog updates, so the implementatio… Provide the implementation changes or test evidence that confirms GPT-6 Astra usage appears correctly in the app. The available summary does not include those changes.
✅ Passed checks (4 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies this as the 1.5.37 release and matches the version updates and changelog changes.
Out of Scope Changes check ✅ Passed The changes are limited to release version updates, build number updates, and changelog finalization. These changes support the stated 1.5.37 release objective and show no unrelated code changes.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 1…
Full details: Linked Issues check

Explanation

The changelog states that GPT-6 Astra pricing fixes are included, which relates to issue #413. However, the reviewable changes contain only release metadata and changelog updates, so the implementation of Astra usage availability cannot be verified.

✨ Finishing Touches 💡 1
🛠️ Fix failing CI checks 💡
  • Create stacked PR
  • Commit on current branch
📝 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.37

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

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

@btsouth
btsouth merged commit b69b57c into main Sep 7, 2026
10 of 11 checks passed
@btsouth
btsouth deleted the release/1.5.37 branch September 7, 2026 20:00
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.

[Bug]: GPT Astra (6) usage is not avaliable in app

1 participant