From fff3aea1582c53132bd1cffeafc5f16bf96f412a Mon Sep 17 00:00:00 2001 From: Brent Rager Date: Thu, 9 Jul 2026 16:58:52 -0400 Subject: [PATCH] th-core-0161: publish core 0.16.1 (with_model_ceiling / model-output ceiling clamp) Published core tops out at 0.16.0, which predates LlmClient::with_model_ceiling + AgentConfig::with_model_ceiling (added in d03fa10, EPIC th-1cc9fa). Server 1.22.10 calls with_model_ceiling and requires core "^0.16", so external cargo builds resolve 0.16.0 and fail to compile. Cut 0.16.1 (additive, the new methods are backward-compatible) so the API is available on crates.io. Co-Authored-By: Claude Opus 4.8 --- rust/smooth-operator-core/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/smooth-operator-core/Cargo.toml b/rust/smooth-operator-core/Cargo.toml index f347314..4f887cb 100644 --- a/rust/smooth-operator-core/Cargo.toml +++ b/rust/smooth-operator-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "smooai-smooth-operator-core" -version = "0.16.0" +version = "0.16.1" edition = "2021" license = "MIT" repository = "https://github.com/SmooAI/smooth-operator-core"