Skip to content

πŸ¦‹ New version release#207

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

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

Patch Changes

  • 9ba82d1: Go server: conversation-history / resume substrate for the WS protocol (pearl th-d5b446) β€” Go parity with the merged Rust reference so every client (daemon PWA, th code TUI, chat-widget) can build a conversation sidebar + resume against the Go server too.

    • New WS action list_conversations ({action, requestId, limit?}, default limit 50): replies via immediate_response (200, message "Conversations") 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 with leading markdown/control chars stripped, falling back to a generic name; updatedAt = ISO-8601 (RFC 3339).
    • create_conversation_session gains an optional conversationId: when it names a known conversation, the new session RESUMES β€” reuses that conversation's id and keeps its message log, so send_message appends to it and the runner replays its history. 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. go/server/{dispatcher,session_store}.go only. In-memory store tracks per-conversation last-activity for the sort key.

@brentrager brentrager force-pushed the changeset-release/main branch from b17da5a to 73f07e3 Compare July 9, 2026 17:19
@brentrager brentrager merged commit b8d4f27 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