Skip to content

th-core-0161: publish core 0.16.1 (with_model_ceiling API)#78

Merged
brentrager merged 1 commit into
mainfrom
th-core-0161-model-ceiling
Jul 9, 2026
Merged

th-core-0161: publish core 0.16.1 (with_model_ceiling API)#78
brentrager merged 1 commit into
mainfrom
th-core-0161-model-ceiling

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

Problem

Published smooai-smooth-operator-core tops out at 0.16.0, which predates LlmClient::with_model_ceiling / AgentConfig::with_model_ceiling (added in d03fa10, EPIC th-1cc9fa). smooai-smooth-operator-server 1.22.10 calls with_model_ceiling and requires core "^0.16", so any external cargo build resolves 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-core packages + compiles clean.

🤖 Generated with Claude Code

…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>
@changeset-bot

changeset-bot Bot commented Jul 9, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: fff3aea

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@brentrager brentrager merged commit b523844 into main Jul 9, 2026
3 checks passed
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.

1 participant