th-core-0161: publish core 0.16.1 (with_model_ceiling API)#78
Merged
Conversation
…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 <noreply@anthropic.com>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
Published
smooai-smooth-operator-coretops out at 0.16.0, which predatesLlmClient::with_model_ceiling/AgentConfig::with_model_ceiling(added in d03fa10, EPIC th-1cc9fa).smooai-smooth-operator-server1.22.10 callswith_model_ceilingand requires core"^0.16", so any externalcargo buildresolves 0.16.0 and fails to compile (this is why the chips/empty-reply reasoning-channel fix is un-buildable against published crates).Fix
Bump the crate to 0.16.1 (additive — the new methods are backward-compatible) so the API is available on crates.io. Publish via the tag path (
core-v0.16.1→ publish-crate.yml).Verification
cargo publish --dry-run --locked -p smooai-smooth-operator-corepackages + compiles clean.🤖 Generated with Claude Code