Skip to content

πŸ¦‹ New version release#200

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

πŸ¦‹ New version release#200
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.22.2

Patch Changes

  • 6306e36: TypeScript server: model-output ceiling clamp + raised starvation-prone defaults (EPIC th-1cc9fa), matching the Rust/Python server reference.

    • typescript/server/src/modelCeiling.ts: best-effort per-model output ceiling from the gateway's /model/info (extractModelCeilings + createGatewayModelCeilingResolver), cached once per process, undefined on any error β‡’ engine leaves max_tokens unclamped.
    • turnRunner.ts: raise DEFAULT_MAX_TOKENS 512β†’8192 and DEFAULT_MAX_ITERATIONS 6β†’20 (chat-widget sizing starved reasoning models), thread the per-turn ceiling into the engine via AgentOptions.modelMaxOutput, and set an explicit DEFAULT_MODEL shared by the request and the ceiling lookup.
    • Thread model + modelCeiling through FrameDispatcher, ServerOptions, serveLocal; main.ts builds the resolver from SMOOAI_GATEWAY_URL/KEY (undefined on the keyless local path β‡’ unclamped, behaviour unchanged).
    • Bump @smooai/smooth-operator-core pin to ^0.20.4 (the published release introducing modelMaxOutput / effectiveMaxTokens).

@brentrager brentrager force-pushed the changeset-release/main branch from 413b823 to dd8e83a Compare July 8, 2026 21:53
@brentrager brentrager merged commit 47671cc into main Jul 8, 2026
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