π¦ New version release - #487
Merged
Merged
Conversation
brentrager
force-pushed
the
changeset-release/main
branch
from
August 18, 2026 22:57
e6305d8 to
8d62645
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.54.1
Patch Changes
fdd94bb: Port the Rich Interactions runtime + the
choiceskind (AskUserQuestion) to the .NET (C#) server, at parity with the Rust reference.The C# server now hosts a kind-agnostic interaction framework (
IInteractionKind/InteractionCatalog/ a session-keyedInteractionParkRegistrygeneralizing the write-confirmation park/resume) and thechoiceskind (request_choicesraise tool,validate_choices, conversational fallback, capability idchoice_chips). A turn on achoice_chips-capable session parks emittinginteraction_requiredand resumes on asubmit_interactionframe (invalid values β retryableinteraction_invalid, never a terminal error); text-only sessions degrade to the enumerated conversational directive and submit via thesubmit_interactiontool. Validated against the sharedspec/interactions/choices.schema.jsonconformance fixtures.bdcab4e: Port the Rich Interactions runtime + the
choiceskind (AskUserQuestion) to the Go LocalServer, mirroring the Rust reference (PR interactions: add the choices kind (AskUserQuestion) β Rust reference + shared schemaΒ #475) β wave 2 of the polyglot rollout.The Go server now hosts a kind-agnostic interaction framework (
InteractionKind/InteractionKindscatalog / a per-connection park-resumeInteractionRegistry, the analog of the write-confirmationConfirmationRegistry) plus thechoiceskind. Each turn registers onerequest_<kind>raise tool per hosted kind: on a session that declared the kind's render capability (supportsatcreate_conversation_session) the raise parks the turn β the tool blocks awaiting asubmit_interactionwhile the server emitsinteraction_requiredβ and on a text-only channel it degrades to the kind's conversational fallback directive. A newsubmit_interactiondispatcher action routes the visitor's values to the kind's server-side validator: invalid β retryableinteraction_invalid(the turn stays parked), valid β the parked raise resumes with the canonical payload. Thechoicesvalidator (validateChoices) enforces the same rules as the Rust reference and validates against the sharedspec/interactions/choices.schema.jsonconformance fixtures. Capability id:choice_chips.@smooai/smooth-operator-web-chat-example@0.0.95
Patch Changes