Skip to content

🦋 New version release#226

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

🦋 New version release#226
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.14

Patch Changes

  • 2476916: Add a per-step attempt cap to the conversation-workflow judge so a guided assessment can't stall forever on one step. The judge only advances on yes; when a step's criteria demand evidence the judge never accepts, the step re-asks indefinitely and a multi-step flow (e.g. the public Transformation Posture agent) never reaches its scoring / lead-capture step (th-d57a1d). The step pointer already persists and advances correctly — this adds the missing escape hatch: apply_step_cap force-advances to the next step after WORKFLOW_STEP_ATTEMPT_CAP (3) consecutive non-advancing turns, resetting the counter on any advance. The counter persists in session metadata (stepAttempts) alongside the existing currentStepId pointer. With tuned criteria the cap rarely fires — it's the safety net for a pathological non-answering visitor.

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

Patch Changes

  • Updated dependencies [2476916]
    • @smooai/smooth-operator@1.22.14

@brentrager
brentrager force-pushed the changeset-release/main branch from 7237cec to 8a76bd9 Compare July 13, 2026 03:47
@brentrager
brentrager merged commit 114a21a into main Jul 13, 2026
4 checks passed
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