Skip to content

πŸ¦‹ New version release#3

Merged
brentrager merged 1 commit into
mainfrom
changeset-release/main
Jun 13, 2026
Merged

πŸ¦‹ New version release#3
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/chat-widget@0.3.0

Feature-parity pass toward retiring the legacy @smooai/ui-chat-widget.

Added

  • Starter prompts β€” examplePrompts renders clickable chips in the empty
    state; tapping one sends it. Capped at 5.
  • Pre-chat identity form β€” requireName / requireEmail / requirePhone
    gate the conversation behind a styled form (skipped when allowAnonymous).
    Collected name/email flow into the session; phone rides session metadata.
  • Full theming parity β€” the theme now accepts the agent dashboard's 10-color
    model: secondary plus chatBubbleInbound / chatBubbleInboundText /
    chatBubbleOutbound / chatBubbleOutboundText aliases (they win over the
    canonical keys), so a config exported from the dashboard themes the widget
    directly.
  • OTP + tool-confirmation (HITL) support in ConversationController: it now
    surfaces otp_verification_required / otp_sent / otp_verified /
    otp_invalid and write_confirmation_required as an onInterrupt event, with
    verifyOtp(code) / confirmTool(approved) to resume the paused turn.
    (Built-in dialog UI for these lands next; the protocol plumbing is in place.)
  • npm publishing wired via changesets (release.yml).

Not included

  • Voice is intentionally absent β€” the smooth-operator protocol has no audio
    surface yet, so voice parity is blocked on a backend/protocol feature.

@brentrager brentrager merged commit ba752c3 into main Jun 13, 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