Skip to content

🦋 New version release#216

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

🦋 New version release#216
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.8

Patch Changes

  • 6e994ad: SDK: SmoothAgentClient.listConversations() + conversationId resume typing — the client surface for a conversation sidebar (pearl th-2f028f).

    • New listConversations({ limit? }) method wrapping the server's list_conversations action; resolves to { conversations: [{ conversationId, title, updatedAt, messageCount }] } (most-recent-first). Exports ConversationSummary / ListConversationsResponse.
    • createConversationSession now accepts an optional conversationId (already honored by the server) to RESUME an existing conversation; pair it with getMessages to load the transcript.
    • Additive and back-compat.

    Also adds examples/web-chat — a private, runnable Vite + React reference chat client built on this SDK (token streaming, inline tool-call/result blocks, HITL approvals, conversation sidebar, oldest-first history). Not published.

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

Patch Changes

  • Updated dependencies [6e994ad]
    • @smooai/smooth-operator@1.22.8

@brentrager brentrager merged commit 785d2a5 into main Jul 9, 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