Skip to content

🦋 New version release - #502

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

🦋 New version release#502
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-server@1.15.0

Minor Changes

  • d73ca95: Add the identity_intake Rich Interaction kind to the TypeScript server (structured name/email/phone lead capture) — the port of the Rust reference identity_intake.rs, hosted by default alongside choices. On an identity_form-capable channel the request_identity_intake tool parks the turn on a form; on a text-only channel it degrades to validated conversational collection. Both paths run the shared validator (required-fields present, email shape, phone normalized to E.164, per-field errors) and resume with the same canonical payload.

    Also adds the framework's kind-agnostic host-effect seam: a valid submit_interaction (both the rich WS path and the conversational-fallback tool) now routes to a kind-specific host effect. For identity_intake this stamps the captured contacts onto the session metadata (userName / contactEmail / contactPhone) — the same keys the pre-chat create path stashes and the OTP contact seam reads, so a captured contact is immediately OTP-contactable. Kinds with no effect (e.g. choices) are unaffected.

@brentrager
brentrager merged commit f2b828a into main Aug 19, 2026
2 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