Skip to content

Testnu - #373

Open
deepmindru-afk wants to merge 132 commits into
livekit-examples:mainfrom
deepmindru-afk:testnu
Open

Testnu#373
deepmindru-afk wants to merge 132 commits into
livekit-examples:mainfrom
deepmindru-afk:testnu

Conversation

@deepmindru-afk

Copy link
Copy Markdown

No description provided.

Ваше Имя and others added 30 commits May 17, 2026 01:15
Move production guard inside try/catch to avoid uncaught throw,
return JSON error responses, and add res.ok check on the client
to prevent JSON parse crash on non-2xx responses.
smatry and others added 27 commits August 19, 2026 10:19
- App accepts roomName prop so /rooms/:room_name actually selects the room
- define rpcCommands state and pass commands to AgentControlBar
- remove typescript.ignoreBuildErrors / eslint.ignoreDuringBuilds overrides
- drop legacy .eslintrc.json and switch lint script to flat eslint config
- token route: make roomConfig optional (undefined when no agent dispatch)
- editor: add @tiptap/extension-placeholder, wire placeholder via extension
- view-controller: annotate VIEW_MOTION_PROPS as MotionProps
- eslint: ignore build output dirs so 'eslint .' doesn't lint .next
- apply repo prettier formatting to clear lint phase
- Applied Vercel black theme (bg-black, text-white, zinc grays) across all components
- Updated globals.css with Vercel-inspired CSS variables and dark mode defaults
- Updated layout.tsx: black body background, dark header with blur backdrop
- Updated sidebar.tsx: black sidebar, dark borders, zinc input fields, styled tabs
- Updated welcome-view.tsx: black background, white text, zinc accent colors, styled inputs
- Updated theme-toggle.tsx: black background with zinc-700 border, hover states
- Updated button.tsx: Vercel-style button variants (default, ghost, outline, secondary)
- Updated tooltip.tsx: black tooltip background with zinc-700 border
- Updated agent-control-bar.tsx: black background with zinc-800 borders
- All components now use consistent black/zinc color palette
@vercel

vercel Bot commented Sep 19, 2026

Copy link
Copy Markdown

@superman32432432 is attempting to deploy a commit to the LiveKit Team on Vercel.

A member of the Team first needs to authorize it.

smatry added 2 commits September 23, 2026 01:20
- Send files in 61,440-byte chunks, safely under livekit-client's
  64,000-byte reliable data packet cap (DEFAULT_MAX_MESSAGE_SIZE)
- Add paperclip attach button, hidden multi-file input, and attachment
  chips with image previews, file size, and per-chip removal
- Revoke preview object URLs on remove, send, clear, and unmount
- Keep backend wire protocol: meta packet + chunk packets on topic 'file'
The paperclip button lived inside AgentChatInput, which is collapsed to
height:0 and inert until the chat opens, so the attach control was never
visible. Lift attachment state up into AgentControlBar and add a paperclip
button to the always-visible control row (gated by data publish permission
like the chat toggle). Selecting files auto-opens the chat so attachment
chips and the send button appear; a blue count badge highlights pending
attachments.

This branch has not been deployed

No deployments
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