Skip to content

🦋 New version release#307

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

🦋 New version release#307
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.36.2

Patch Changes

  • bd7fb5b: SECURITY (Rust server): owner-check every sessionId-taking WebSocket action.

    The per-user scoping added for the read paths left the write paths loading a
    session by raw client-supplied id. send_message was the worst case: an
    authenticated user who knew or guessed another user's sessionId could send a
    message into that session — the turn replayed the victim's conversation history
    as context and streamed the agent's reply back to the sender, so the write
    hole was also a read of the victim's conversation. get_session, verify_otp,
    confirm_tool_action, submit_interaction and rename_conversation had the
    same gap.

    All of them now route through a single scoped_session chokepoint (mirroring
    the Go dispatcher's scopedSession): it loads the session and hides it unless
    the connection's authenticated principal owns its conversation, returning
    exactly what an unknown id returns — so "not yours" is byte-identical to "never
    existed" and cannot be used as an existence oracle. A storage error is a denial.
    Unauthenticated single-user deployments (the th daemon / LocalServer
    embedding) stay unscoped, and org scoping remains as defense in depth.

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

Patch Changes

  • Updated dependencies [bd7fb5b]
    • @smooai/smooth-operator@1.36.2

@brentrager
brentrager merged commit 6ac430b into main Jul 20, 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