Skip to content

πŸ¦‹ New version release#237

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

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

Minor Changes

  • d3d3abe: Two additive SEP-protocol enhancements on the streaming path (directive nav + business-card images), both optional and back-compatible.

    Directive-over-SEP. eventual_response gains an optional directive field β€” an opaque client-side directive (e.g. a Navigate / ApplyView instruction) a host tool emitted this turn. The runner threads a directive_sink into the ToolProviderContext (new with_directive_sink builder), drains it after the turn (last-write-wins, mirroring the citation sink), and carries the value onto TurnResult::directive. The protocol layer never interprets the shape β€” the host client owns it, exactly like response. Absent when no host tool wrote one, so the event is byte-for-byte unchanged for existing clients. Added to spec/events/eventual-response.schema.json and spec/actions/send-message.schema.json $defs/Response, and to the TypeScript SDK.

    Image-through-SEP. send_message gains an optional images array ({ url, detail? }) for multimodal turns. A new facade UserImage type flows from the inbound request into TurnRequest::images and the ToolProviderContext (new with_images builder); when non-empty the runner maps each onto a core ImageContent and attaches them to the engine's user message via AgentConfig::with_user_images (requires core 0.16.2). Parsing is fail-soft (a malformed images entry is dropped, never rejects the turn). Empty/absent β‡’ a text-only turn, unchanged. Added to spec/actions/send-message.schema.json $defs/Request and the TypeScript SDK.

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

Patch Changes

  • Updated dependencies [d3d3abe]
    • @smooai/smooth-operator@1.23.0

@brentrager
brentrager merged commit 1a73bb1 into main Jul 16, 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