Skip to content

🦋 New version release#235

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

🦋 New version release#235
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.17

Patch Changes

  • 57c7a02: Add an optional fast-model preamble to streaming turns to cover the reasoning model's time-to-first-token. When the server is configured with SMOOTH_AGENT_PREAMBLE_MODEL (e.g. groq-gpt-oss-20b), a small fast model runs IN PARALLEL with the main turn and streams ONE short present-tense "what I'm about to do" sentence over a new stream_preamble wire event — an ephemeral status line the real answer replaces. It's best-effort (any error/slowness is swallowed on its own task) and guarded: it's dropped if the real answer has already begun streaming, so it can never block or corrupt a turn. Unset ⇒ no extra call and byte-for-byte unchanged behavior. Adds stream-preamble.schema.json to the SEP spec and StreamPreamble to the TypeScript SDK union.

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

Patch Changes

  • Updated dependencies [57c7a02]
    • @smooai/smooth-operator@1.22.17

@brentrager brentrager force-pushed the changeset-release/main branch from 50bf506 to caac761 Compare July 15, 2026 21:39
@brentrager brentrager merged commit 6954723 into main Jul 15, 2026
5 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