chore: regenerate examples from updated skills#237
Merged
Conversation
This was referenced Jun 2, 2026
tadaspetra
approved these changes
Jun 2, 2026
Collaborator
tadaspetra
left a comment
There was a problem hiding this comment.
Looks good, and tested to make suer it works
Contributor
Author
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, have a team admin enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4b4046f. Configure here.
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.

Automated regeneration after merging elevenlabs/skills#82 (changelog 2026-06-01 skills update).
Generation summary
Changed paths (
git diff --statvsmain)Are these changes meaningful?
Yes, with caveats. The substantive update is in
agents/nextjs/guardrails: switch from deprecatedConversationConfigtoConversationConfigInputfor typedclientEvents, matching the current ElevenLabs JS SDK after the skills refresh.The
speech-engine/nextjs/quickstartdiff collapsesVOICE_FIRST_MESSAGEback intolib/assistant.ts(removes the extraassistant-constants.tsshim) — a small maintainability cleanup.agents/nextjs/guardrails/example/app/page.tsxonly tweaks helper-text layout classes (border/background vs spacing). That is cosmetic; reviewers can keep or drop it without affecting behavior.Note
Low Risk
Demo/example-only changes (SDK API swaps and dependency bumps); no production auth or data paths in this diff.
Overview
Regenerates example apps after the skills refresh, mainly aligning agents/nextjs/guardrails with newer ElevenLabs JS/React SDKs.
The guardrails demo switches agent typing from
ConversationConfigtoConversationConfigInputforclientEvents, bumps@elevenlabs/elevenlabs-js/@elevenlabs/react(and related deps), and changes voice connect from WebRTC +getWebrtcToken/conversationTokento WebSocket +getSignedUrl/signedUrlwithconnectionType: "websocket". Setup pinslivekit-clientto2.19.1. Helper copy on the page uses lighter spacing instead of a bordered callout (cosmetic).speech-engine/nextjs/quickstart inlines the voice greeting in
startSessionoverrides and drops the separateassistant-constantsexport;PROMPT.mdis updated to match (no sharedVOICE_FIRST_MESSAGEinassistant.ts).Reviewed by Cursor Bugbot for commit 417bea9. Bugbot is set up for automated code reviews on this repo. Configure here.