Conversation
chenghao-mou
approved these changes
Apr 6, 2026
osimhi213
added a commit
to de-id/livekit-agents
that referenced
this pull request
Apr 9, 2026
* upstream/main: (28 commits) feat(amd): add OTEL span and tag for AMD (livekit#5376) livekit-agents@1.5.2 (livekit#5391) fix: minimax optional dep not bumped by update_versions.py (livekit#5392) ci: use livekit-agents@version for release PR title (livekit#5390) ci: fix version read in publish workflow (livekit#5388) ci: fix build permissions and tag format (livekit#5386) require livekit-protocol>=1.1.5, implement get_framework_info (livekit#5385) ci: remove release label from publish workflow (livekit#5384) ci: fix update_versions.py invocation (livekit#5382) feat(rime): add mistv3 model support (livekit#5298) ci: fix tag checkout and discover glob (livekit#5381) feat: Add D-ID avatar plugin (livekit#5232) ci: add PyPI publish workflow with trusted publishing (livekit#5379) feat(core): Support multiple provider keys in extra_content serialization (livekit#5374) Add Murf as optional dep (livekit#5334) add prompt_cache_retention chat completion option to inference (livekit#5370) fix: say() with missing audio file hangs forever and blocks speech queue (livekit#5358) feat(mistral): support voxtral realtime streaming stt & modernize mistral plugin (livekit#5289) Fix RoomIO teardown listener cleanup (livekit#5357) fix xAI realtime update chat ctx (livekit#5320) ...
russellmartin-livekit
pushed a commit
that referenced
this pull request
Apr 13, 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.
this pr fixed issues
conversation.item.addedevent always has the previous_item_id as None, causing the latest item being inserted at the topconversation.item.deletedevent has item_id empty, causing "failed to delete item" error, in this fix we assume it's the first item in to queue