Skip to content

🦋 New version release#204

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

🦋 New version release#204
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.3

Patch Changes

  • 1644852: Rust server: conversation-history / resume substrate for the WS protocol (pearl th-d5b446) — the contract every client (daemon PWA, th code TUI, chat-widget) builds a conversation sidebar + resume against.

    • New WS action list_conversations ({action, requestId, limit?}, default limit 50): replies via immediate_response (200) with { conversations: [ { conversationId, title, updatedAt, messageCount } ] }, most-recent-first, filtered to conversations with messageCount > 0 (drops the empty conversations every page-load mints). title = a ~60-char preview of the first inbound message, falling back to the conversation name; updatedAt = ISO-8601.
    • create_conversation_session gains an optional conversationId: when it names an existing conversation, the new session RESUMES — reuses that conversation's id + org and skips create_conversation, so send_message appends to it and the runner replays its history via thread_id. Absent/unknown id ⇒ a fresh conversation is minted (byte-for-byte unchanged behavior).
    • Additive and back-compat: no conversationId / no list_conversations call = unchanged behavior. handler.rs only.

@brentrager brentrager merged commit b8bbf04 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