chore(shadcn): update Agents UI components#347
Merged
Conversation
Replaces the custom ai-elements/{conversation,message,shimmer} components with @shadcn/react's MessageScroller, Message, and Bubble primitives across agents-ui, and updates several agents-ui/ui components for compatibility. Also bumps tailwindcss and @tailwindcss/postcss to 4.3.3 so the inset-s-* logical-inset utility (used to center the scroll-to-bottom button) is recognized, and reformats affected files to match the new class-sort order.
Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
…prompts The --overwrite flag silently clobbered any customized component files, contradicting the README's documented promise that the CLI asks before overwriting modified files. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Vercel flags Node.js 20.x as deprecated for builds after 2026-10-01. Adding engines.node pins the required version so Vercel picks up 24.x automatically, and bumps @types/node to match. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Preview deployments need to hit this route without a full auth layer; gate the exception behind IS_VERCEL_PREVIEW so production still requires NODE_ENV=development. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
rektdeckard
reviewed
Jul 21, 2026
thomasyuill-livekit
force-pushed
the
ty/fix-scroller-button-center
branch
from
July 22, 2026 14:37
f0bb149 to
b9aae23
Compare
thomasyuill-livekit
force-pushed
the
ty/fix-scroller-button-center
branch
from
July 22, 2026 16:10
b9aae23 to
64c2206
Compare
4 tasks
thomasyuill-livekit
force-pushed
the
ty/fix-scroller-button-center
branch
from
July 22, 2026 16:19
64c2206 to
5894f89
Compare
thomasyuill-livekit
force-pushed
the
ty/fix-scroller-button-center
branch
from
July 23, 2026 15:41
5894f89 to
5341f2c
Compare
thomasyuill-livekit
force-pushed
the
ty/fix-scroller-button-center
branch
from
July 23, 2026 17:43
5341f2c to
e02b98d
Compare
thomasyuill-livekit
force-pushed
the
ty/fix-scroller-button-center
branch
from
July 23, 2026 17:49
e02b98d to
1022392
Compare
Contributor
Author
|
cc @rektdeckard
|
1egoman
approved these changes
Jul 24, 2026
rektdeckard
approved these changes
Jul 24, 2026
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.
Summary
Related to livekit/components-js#1365
ai-elementscomponents with@shadcn/reacttailwindcssand@tailwindcss/postcssto 4.3.3Demo
Screen.Recording.2026-07-24.at.9.52.29.AM.mov
Test plan
https://sandbox-voice-assistant-git-ty-fix-scroller-button-center.staging.livekit.io/
The cloud agent sandbox connected to the preview environment was not connecting
So I've updated the preview environment to use the livekit.com homepage demo agent (change)
pnpm buildcompletes successfully