Skip to content

🦋 New version release - #565

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

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.58.10

Patch Changes

  • 8ce1ac5: th-1fca98: persist a user turn's attached images onto the stored inbound message so other clients re-render them.

    Images on send_message rode the live LLM turn only — the inbound message was stored text-only (MessageContent::from_text), so a DIFFERENT client reading the conversation's history (e.g. desktop viewing a photo the iOS app sent) saw text with no picture. ContentItem now carries an optional url and an "image" type; the runner persists each of the turn's image URLs as an image content item alongside the text. Text-only turns are byte-for-byte unchanged (from_text still used when there are no images), and the addition is backward-compatible on the wire (url is optional, image is additive to the schema enum).

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

Patch Changes

  • Updated dependencies [8ce1ac5]
    • @smooai/smooth-operator@1.58.10

@brentrager
brentrager merged commit 9b30ed7 into main Sep 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