chore(release): prepare v0.8.45

Harvested from PR #2118 by @Hmbown.

Includes Kimi/Moonshot OAuth, v0.8.45 release prep, the Codex/ChatGPT OAuth removal, open-source-first model defaults, and the safe green PR batch merged into main before the release branch refresh.
This commit is contained in:
Hunter Bown
2026-05-25 18:45:36 -05:00
committed by GitHub
parent c7bd7f161e
commit 228372935e
44 changed files with 1879 additions and 998 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ default-members = ["crates/cli", "crates/app-server", "crates/tui"]
resolver = "2"
[workspace.package]
version = "0.8.44"
version = "0.8.45"
edition = "2024"
# Rust 1.88 stabilized `let_chains` in `if`/`while` conditions, which the
# codebase relies on extensively. Cargo enforces this so users on older