Skip to content

🦋 New version release - #335

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Aug 8, 2026
Merged

🦋 New version release#335
brentrager merged 1 commit into
mainfrom
changeset-release/main

Conversation

@brentrager

Copy link
Copy Markdown
Contributor

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@smooai/smooth-operator@1.36.11

Patch Changes

  • ce26442: Send temperature 1.0, not 0.0 — many frontier models reject anything but their default

    A growing set of models accept only their default temperature and 400 the entire
    request ("Unsupported value: 'temperature' does not support 0 with this model").
    The symptom does not look like a config error: the server boots, accepts the turn,
    every LLM call 400s, and the user sees an assistant that silently says nothing.

    A per-model allowlist would be provably wrong — gpt-5.1 rejects while gpt-5.2
    accepts, gpt-5.4 accepts while gpt-5.4-pro rejects. 1.0 was accepted by all
    12 models tested across 6 families, so it is the one value that works everywhere.

    Centralised as config::DEFAULT_TEMPERATURE. The cleaner long-term shape is
    Option<f32> on LlmConfig, so the request omits the field entirely and takes
    each provider's own default.

@smooai/smooth-operator-web-chat-example@0.0.47

Patch Changes

  • Updated dependencies [ce26442]
    • @smooai/smooth-operator@1.36.11

@brentrager
brentrager force-pushed the changeset-release/main branch from da5e213 to 86f41d9 Compare August 8, 2026 12:44
@brentrager
brentrager merged commit 436ef7e into main Aug 8, 2026
7 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