-
Notifications
You must be signed in to change notification settings - Fork 285
chore: regenerate examples from updated skills #253
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -32,5 +32,13 @@ | |
| "@types/react": "latest", | ||
| "babel-plugin-module-resolver": "latest", | ||
| "typescript": "latest" | ||
| }, | ||
| "overrides": { | ||
| "livekit-client": "2.16.1" | ||
| }, | ||
| "pnpm": { | ||
| "overrides": { | ||
| "livekit-client": "2.16.1" | ||
| } | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Outdated livekit-client version pinMedium Severity The new Reviewed by Cursor Bugbot for commit 7dc4881. Configure here. |
||
| } | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,45 @@ | ||
| # STT realtime UI before vs after | ||
|
|
||
| Rendered from `speech-to-text/nextjs/realtime` using the page markup on `main` (before) and this PR (after). History, error, and listening states use the same sample data. | ||
|
|
||
| Review-only. Drop this folder before merge if you do not want screenshots in the repo. | ||
|
|
||
| ## Idle | ||
|
|
||
| **Before** — status is right-aligned; hint is centered. | ||
|
|
||
|  | ||
|
|
||
| **After** — status sits next to Start; hint is left-aligned and tighter. | ||
|
|
||
|  | ||
|
|
||
| ## History | ||
|
|
||
| **Before** — Clear History button, uppercase HISTORY label, each line in a bordered card. | ||
|
|
||
|  | ||
|
|
||
| **After** — no Clear History; history is plain text. | ||
|
|
||
|  | ||
|
|
||
| ## Error | ||
|
|
||
| **Before** — generic permission message in a red box. | ||
|
|
||
|  | ||
|
|
||
| **After** — status can read Error; API error text is shown inline. | ||
|
|
||
|  | ||
|
|
||
| ## Listening | ||
|
|
||
| **Before** — red Stop button, green status dot, boxed live transcript. | ||
|
|
||
|  | ||
|
|
||
| **After** — same black button for Start/Stop; live transcript is italic, no box. | ||
|
|
||
|  |


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Livekit shouldn't need to be pinned anymore. Double check the version of this example and why agent thought this needed to be done.