fix(prompts): prioritize user language for reasoning (#1137)

This commit is contained in:
Hunter Bown
2026-05-07 23:53:15 -05:00
committed by GitHub
parent b31b93aaae
commit f283e56bd1
20 changed files with 98 additions and 64 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.19"
version = "0.8.20"
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