Skip to content

fix(mistral & assemplyai): align plugin packaging with conventions#1242

Merged
toubatbrian merged 4 commits intomainfrom
brian/post-plugin-patch
Apr 13, 2026
Merged

fix(mistral & assemplyai): align plugin packaging with conventions#1242
toubatbrian merged 4 commits intomainfrom
brian/post-plugin-patch

Conversation

@toubatbrian
Copy link
Copy Markdown
Contributor

No description provided.

Add api:check/api:update scripts, @microsoft/api-extractor devDep,
and standardize config files to match other plugins. Add comprehensive
unit tests for buildMessages and toMistralToolChoice.

Made-with: Cursor
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Apr 13, 2026

🦋 Changeset detected

Latest commit: 31984d0

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 24 packages
Name Type
@livekit/agents-plugin-assemblyai Patch
@livekit/agents-plugin-mistral Patch
@livekit/agents Patch
@livekit/agents-plugin-anam Patch
@livekit/agents-plugin-baseten Patch
@livekit/agents-plugin-bey Patch
@livekit/agents-plugin-cartesia Patch
@livekit/agents-plugin-deepgram Patch
@livekit/agents-plugin-elevenlabs Patch
@livekit/agents-plugin-google Patch
@livekit/agents-plugin-hedra Patch
@livekit/agents-plugin-inworld Patch
@livekit/agents-plugin-lemonslice Patch
@livekit/agents-plugin-livekit Patch
@livekit/agents-plugin-neuphonic Patch
@livekit/agents-plugin-openai Patch
@livekit/agents-plugin-phonic Patch
@livekit/agents-plugin-resemble Patch
@livekit/agents-plugin-rime Patch
@livekit/agents-plugin-sarvam Patch
@livekit/agents-plugin-silero Patch
@livekit/agents-plugin-trugen Patch
@livekit/agents-plugin-xai Patch
@livekit/agents-plugins-test Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@toubatbrian toubatbrian changed the title fix(mistral): align plugin packaging with conventions and add unit tests fix(mistral): align plugin packaging with conventions Apr 13, 2026
@toubatbrian toubatbrian changed the title fix(mistral): align plugin packaging with conventions fix(mistral & assemplyai): align plugin packaging with conventions Apr 13, 2026
@toubatbrian toubatbrian merged commit c8c6fe0 into main Apr 13, 2026
8 of 9 checks passed
@toubatbrian toubatbrian deleted the brian/post-plugin-patch branch April 13, 2026 23:20
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Devin Review found 1 new potential issue.

View 5 additional findings in Devin Review.

Open in Devin Review

Comment thread examples/package.json
"@livekit/agents-plugin-resemble": "workspace:*",
"@livekit/agents-plugin-silero": "workspace:*",
"@livekit/agents-plugin-trugen": "workspace:*",
"@livekit/agents-plugin-mistral": "workspace:*",
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🟡 Mistral dependency added out of alphabetical order in examples/package.json

@livekit/agents-plugin-mistral is inserted at line 44 after @livekit/agents-plugin-trugen, breaking the alphabetical ordering convention that all other @livekit/agents-plugin-* dependencies follow. Alphabetically, mistral should be placed between @livekit/agents-plugin-livekit (line 37) and @livekit/agents-plugin-neuphonic (line 38).

Prompt for agents
Move the line `"@livekit/agents-plugin-mistral": "workspace:*",` from its current position (after trugen, before xai) to its correct alphabetical position between `@livekit/agents-plugin-livekit` and `@livekit/agents-plugin-neuphonic` in the dependencies block of examples/package.json.
Open in Devin Review

Was this helpful? React with 👍 or 👎 to provide feedback.

@github-actions github-actions Bot mentioned this pull request Apr 13, 2026
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.

2 participants