{"slug":"developer-tools","name":"Developer Tools","orgs":[{"slug":"apify","name":"Apify","domain":"apify.com","avatarUrl":"https://media.releases.sh/orgs/apify.png"},{"slug":"apollo-graphql","name":"Apollo GraphQL","domain":"apollographql.com","avatarUrl":"https://media.releases.sh/orgs/apollo-graphql.png"},{"slug":"browserbase","name":"Browserbase","domain":"browserbase.com","avatarUrl":"https://media.releases.sh/orgs/browserbase.png"},{"slug":"coderabbit","name":"CodeRabbit","domain":"coderabbit.ai","avatarUrl":"https://media.releases.sh/orgs/coderabbit.png"},{"slug":"conductor","name":"Conductor","domain":"conductor.build","avatarUrl":"https://media.releases.sh/orgs/conductor.jpg"},{"slug":"cursor","name":"Cursor","domain":"cursor.com","avatarUrl":"https://media.releases.sh/orgs/cursor.png"},{"slug":"dagster","name":"Dagster","domain":"dagster.io","avatarUrl":"https://media.releases.sh/orgs/dagster.jpg"},{"slug":"factory","name":"Factory","domain":"factory.ai","avatarUrl":"https://media.releases.sh/orgs/factory.jpg"},{"slug":"fern","name":"Fern","domain":"buildwithfern.com","avatarUrl":"https://media.releases.sh/orgs/fern.png"},{"slug":"firebase","name":"Firebase","domain":"firebase.google.com","avatarUrl":"https://media.releases.sh/orgs/firebase.png"},{"slug":"firecrawl","name":"Firecrawl","domain":"firecrawl.dev","avatarUrl":"https://media.releases.sh/orgs/firecrawl.png"},{"slug":"github","name":"GitHub","domain":"github.com","avatarUrl":"https://media.releases.sh/orgs/github.png"},{"slug":"inngest","name":"Inngest","domain":"inngest.com","avatarUrl":"https://media.releases.sh/orgs/inngest.png"},{"slug":"launchdarkly","name":"LaunchDarkly","domain":"launchdarkly.com","avatarUrl":"https://media.releases.sh/orgs/launchdarkly.png"},{"slug":"livekit","name":"LiveKit","domain":"livekit.io","avatarUrl":"https://media.releases.sh/orgs/livekit.png"},{"slug":"mapbox","name":"Mapbox","domain":"mapbox.com","avatarUrl":"https://media.releases.sh/orgs/mapbox.png"},{"slug":"releases-sh","name":"Releases","domain":"releases.sh","avatarUrl":"https://media.releases.sh/orgs/releases-sh.png"},{"slug":"replit","name":"Replit","domain":"replit.com","avatarUrl":"https://media.releases.sh/orgs/replit.png"},{"slug":"resend","name":"Resend","domain":"resend.com","avatarUrl":"https://media.releases.sh/orgs/resend.jpg"},{"slug":"sanity","name":"Sanity","domain":"sanity.io","avatarUrl":"https://media.releases.sh/orgs/sanity.png"},{"slug":"stainless","name":"Stainless","domain":"stainless.com","avatarUrl":"https://media.releases.sh/orgs/stainless.png"},{"slug":"trigger-dev","name":"Trigger.dev","domain":"trigger.dev","avatarUrl":"https://media.releases.sh/orgs/trigger-dev.jpg"},{"slug":"val-town","name":"Val Town","domain":"val.town","avatarUrl":"https://media.releases.sh/orgs/val-town.png"},{"slug":"vitest","name":"Vitest","domain":"vitest.dev","avatarUrl":"https://media.releases.sh/orgs/vitest.jpg"},{"slug":"windsurf","name":"Windsurf","domain":"windsurf.com","avatarUrl":"https://media.releases.sh/orgs/windsurf.png"},{"slug":"dbt-labs","name":"dbt Labs","domain":"getdbt.com","avatarUrl":"https://media.releases.sh/orgs/dbt-labs.png"},{"slug":"n8n","name":"n8n","domain":"n8n.io","avatarUrl":"https://media.releases.sh/orgs/n8n.png"},{"slug":"pnpm","name":"pnpm","domain":null,"avatarUrl":"https://media.releases.sh/orgs/pnpm.svg"}],"products":[{"slug":"auth","name":"Auth","description":"Authentication and authorization service","orgSlug":"supabase","orgName":"Supabase"},{"slug":"docker-buildx","name":"Buildx","description":"Extended build capabilities with BuildKit","orgSlug":"docker","orgName":"Docker"},{"slug":"supabase-cli","name":"CLI","description":"Command-line interface for local development and deployment","orgSlug":"supabase","orgName":"Supabase"},{"slug":"cli","name":"CLI","description":"The Releases command-line interface — search, inspect, and manage the changelog registry from your terminal.","orgSlug":"releases-sh","orgName":"Releases"},{"slug":"chrome","name":"Chrome","description":"Cross-platform web browser; the largest-share browser by usage and the upstream for the Chromium project.","orgSlug":"google","orgName":"Google"},{"slug":"supabase-client","name":"Client SDK","description":"JavaScript/TypeScript client library","orgSlug":"supabase","orgName":"Supabase"},{"slug":"docker-compose","name":"Compose","description":"Multi-container application orchestration","orgSlug":"docker","orgName":"Docker"},{"slug":"docker-desktop","name":"Desktop","description":"Docker Desktop application for Mac, Windows, and Linux","orgSlug":"docker","orgName":"Docker"},{"slug":"docker-engine","name":"Engine","description":"Container runtime engine","orgSlug":"docker","orgName":"Docker"},{"slug":"heroicons","name":"Heroicons","description":"Hand-crafted SVG icon set","orgSlug":"tailwind-css","orgName":"Tailwind CSS"},{"slug":"qstash","name":"QStash","description":"Serverless message queue and task scheduler for serverless functions","orgSlug":"upstash","orgName":"Upstash"},{"slug":"react-email","name":"React Email","description":"React components for building emails","orgSlug":"resend","orgName":"Resend"},{"slug":"upstash-workflow","name":"Upstash Workflow","description":"Durable, reliable serverless workflow SDK built on QStash","orgSlug":"upstash","orgName":"Upstash"},{"slug":"vagrant","name":"Vagrant","description":"Tool for building and managing virtual development environments","orgSlug":"hashicorp","orgName":"HashiCorp"}],"releases":[{"id":"rel_AaAESY443JjNIOjqnh3f3","version":null,"type":"feature","title":"Editor Emoji Picker","summary":"The Broadcast and Template editors now include an emoji picker.\n\nOne of our engineers recently asked if we could add emojis to our emails built in our...","titleGenerated":null,"titleShort":null,"content":"The Broadcast and Template editors now include an emoji picker.\n\nOne of our engineers recently asked if we could add emojis to our emails built in our editors.\n\n![](https://cdn.resend.com/posts/editor-emoji-support-1.jpg)\n\nSince our editor is extensible, we were able to add an emoji picker to our Broadcast and Template email editors.\n\n## How to use\n\nType `:` followed by an emoji name to add any emoji from a searchable list.\n\n## Build your own email editor\n\nWe open sourced our React Email editor so you can build custom experiences in your own applications. Importantly, the editor includes a default core that is extensible via custom components.\n\nWe've used this same architecture to add our emoji extension.\n\nThe composable API exposes `EmailNode` so you can build any custom block your users need: uploading images to a CDN, embedding social posts, rendering charts inline in an email. Each custom node defines both its HTML representation and its React Email output via `renderToReactEmail`.","publishedAt":"2026-07-09T00:00:00.000Z","url":"https://resend.com/changelog/editor-emoji-picker","media":[{"type":"image","url":"https://cdn.resend.com/posts/editor-emoji-support-1.jpg","alt":"Editor emoji support screenshot","r2Key":"releases/ee5d4e95d6ddeec80fe731881dd7677ced0a9af55e3ad6a917f38b25b27c1e30.jpg","r2Url":"https://media.releases.sh/releases/ee5d4e95d6ddeec80fe731881dd7677ced0a9af55e3ad6a917f38b25b27c1e30.jpg"}],"prerelease":false,"source":{"slug":"resend-changelog","name":"Resend Changelog","type":"scrape"},"org":{"slug":"resend","name":"Resend"},"product":null,"groupSlug":"resend-changelog","groupName":"Resend Changelog","coverageCount":0,"composition":null},{"id":"rel_8Ku_z-XoKH1ZFX4RYezai","version":null,"type":"rollup","title":"June 20, 2026","summary":"New whats_changed MCP tool and GET /v1/whats-changed API endpoint return changelog entries plus per-release breaking-change verdicts (none, minor, major) and migration notes for any package version range. SDK, tool, and platform releases are now classified at ingest for immediate results.","titleGenerated":"Releases.sh adds changelog diff tool and API with breaking-change classification","titleShort":"Changelog diff tool and API ship with breaking change verdicts","content":"**Added**\n- `whats_changed` MCP tool and `GET /v1/whats-changed` API endpoint — given a package name and `from`/`to` versions, returns the changelog entries in that range with per-release breaking-change verdicts (`none` / `minor` / `major`) and migration notes; SDK, tool, and platform releases now receive automated breaking-change classification at ingest so results are immediately available.","publishedAt":"2026-06-20T12:00:00Z","url":"https://releases.sh/updates/2026-06-20","media":[],"prerelease":false,"source":{"slug":"product-changelog","name":"Changelog","type":"agent"},"org":{"slug":"releases-sh","name":"Releases"},"product":null,"groupSlug":"product-changelog","groupName":"Changelog","coverageCount":0,"composition":{"bugs":0,"features":2,"enhancements":0}},{"id":"rel_CiK5hVFZXwFoOJpA9jzcm","version":"livekit-ffi/v0.12.65","type":"feature","title":"livekit-ffi 0.12.65 (2026-06-19)","summary":"Fixed an issue where a failed connection resume would not escalate to a full reconnect, leaving the connection in a broken state.","titleGenerated":"LiveKit Rust SDKs v0.12.65 fixes reconnect escalation on failed resume","titleShort":"Connection now escalates to full reconnect on failed resume","content":"## Fixes\n\n- fix: escalate to full reconnect if connection failed during a resume - #1175 (@davidzhao)","publishedAt":"2026-06-20T07:09:45.000Z","url":"https://github.com/livekit/rust-sdks/releases/tag/livekit-ffi/v0.12.65","media":[],"prerelease":false,"source":{"slug":"livekit-rust-sdks","name":"Rust SDKs","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-rust-sdks","groupName":"Rust SDKs","coverageCount":0,"composition":{"bugs":1,"features":0,"enhancements":0}},{"id":"rel_ArCeSP4Qr-4sHgx_rSgNA","version":"livekit/v0.7.47","type":"feature","title":"livekit 0.7.47 (2026-06-19)","summary":"When a connection fails during a resume attempt, the SDK now escalates to a full reconnect instead of remaining in a broken state.","titleGenerated":"LiveKit Rust SDKs v0.7.47 escalates to full reconnect on resume failure","titleShort":"Failed resume now escalates to full reconnect","content":"## Fixes\n\n- fix: escalate to full reconnect if connection failed during a resume - #1175 (@davidzhao)","publishedAt":"2026-06-20T06:53:41.000Z","url":"https://github.com/livekit/rust-sdks/releases/tag/livekit/v0.7.47","media":[],"prerelease":false,"source":{"slug":"livekit-rust-sdks","name":"Rust SDKs","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-rust-sdks","groupName":"Rust SDKs","coverageCount":0,"composition":{"bugs":1,"features":0,"enhancements":0}},{"id":"rel_ooL8MMR-ETUq0KgcZ-KVQ","version":"@livekit/agents-plugin-soniox@1.4.8","type":"feature","title":"@livekit/agents-plugin-soniox@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Soniox plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:47:12.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-soniox%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_vyLSdHGwWjFP5S9GMrVlA","version":"@livekit/agents-plugin-deepgram@1.4.8","type":"feature","title":"@livekit/agents-plugin-deepgram@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Deepgram Plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:47:09.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-deepgram%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_TWa7jfwlRrDNHT7PO96Ui","version":"@livekit/agents-plugin-runway@1.4.8","type":"feature","title":"@livekit/agents-plugin-runway@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Runway plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:47:06.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-runway%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_0RqeZE2dhqc4pVNeBdaWw","version":"@livekit/agents-plugin-xai@1.4.8","type":"feature","title":"@livekit/agents-plugin-xai@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS xAI plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n    -   @livekit/agents-plugin-openai@1.4.8\n","publishedAt":"2026-06-19T23:47:03.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-xai%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_qATgkE7arIl3KpHg6QyFK","version":"@livekit/agents-plugin-sarvam@1.4.8","type":"feature","title":"@livekit/agents-plugin-sarvam@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Sarvam plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:47:00.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-sarvam%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_DHklvFw6aO0UkrvIRJfJO","version":"@livekit/agents-plugin-lemonslice@1.4.8","type":"feature","title":"@livekit/agents-plugin-lemonslice@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Lemonslice Plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:57.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-lemonslice%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_cyHhQGvMN-dDdgo98HndN","version":"@livekit/agents-plugin-rime@1.4.8","type":"feature","title":"@livekit/agents-plugin-rime@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Rime plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:54.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-rime%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_t2ub7OmanA7PjXgvCHjcD","version":"@livekit/agents-plugin-perplexity@1.4.8","type":"feature","title":"@livekit/agents-plugin-perplexity@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Perplexity plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n    -   @livekit/agents-plugin-openai@1.4.8\n","publishedAt":"2026-06-19T23:46:51.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-perplexity%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_KXbtEkrfSzRDfNnNXTyNx","version":"@livekit/agents-plugin-google@1.4.8","type":"feature","title":"@livekit/agents-plugin-google@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"Agents JS Google plugin 1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:48.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-google%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_5XKjQ0-hD-ESyKqEANn3x","version":"@livekit/agents-plugin-fishaudio@1.4.8","type":"feature","title":"@livekit/agents-plugin-fishaudio@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS FishAudio Plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:45.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-fishaudio%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_Puc8obtLQ8Y6UoIZQBsA9","version":"@livekit/agents-plugin-trugen@1.4.8","type":"feature","title":"@livekit/agents-plugin-trugen@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Trugen Plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:42.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-trugen%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_D-yYGDtXYzHUWZFXsLh_H","version":"@livekit/agents-plugin-phonic@1.4.8","type":"feature","title":"@livekit/agents-plugin-phonic@1.4.8","summary":"The Phonic plugin now handles user text input in realtime sessions.","titleGenerated":"LiveKit Agents JS Phonic plugin v1.4.8 handles user text input in realtime sessions","titleShort":"Phonic realtime sessions now accept user text input","content":"### Patch Changes\n\n-   Handle user text input in Phonic realtime sessions. - [#1845](https://github.com/livekit/agents-js/pull/1845) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:39.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-phonic%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":{"bugs":0,"features":1,"enhancements":0}},{"id":"rel_mRf9mu0La8qsM7Le93Qr4","version":"@livekit/agents-plugin-mistral@1.4.8","type":"feature","title":"@livekit/agents-plugin-mistral@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Mistral plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n    -   @livekit/agents-plugin-mistralai@1.4.8\n","publishedAt":"2026-06-19T23:46:36.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-mistral%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_D7T1V_uXeLS9611ExmJpQ","version":"@livekit/agents-plugin-assemblyai@1.4.8","type":"feature","title":"@livekit/agents-plugin-assemblyai@1.4.8","summary":"The default AssemblyAI STT model is now universal-3-5-pro, with support for Voice Focus streaming parameters. A new streaming accuracy/latency mode option has been added.","titleGenerated":"LiveKit Agents AssemblyAI plugin v1.4.8 upgrades default STT model","titleShort":"universal-3-5-pro now default STT model; streaming accuracy mode added","content":"### Patch Changes\n\n-   Add `universal-3-5-pro` as the default AssemblyAI STT model and support Voice Focus streaming params. - [#1817](https://github.com/livekit/agents-js/pull/1817) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))\n\n-   Add AssemblyAI streaming accuracy/latency mode option. - [#1826](https://github.com/livekit/agents-js/pull/1826) ([@rosetta-livekit-bot](https://github.com/apps/rosetta-livekit-bot))\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:33.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-assemblyai%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":{"bugs":0,"features":3,"enhancements":0}},{"id":"rel_vXQVaS-oeUOVNeB1S_BEy","version":"@livekit/agents-plugin-neuphonic@1.4.8","type":"feature","title":"@livekit/agents-plugin-neuphonic@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Neuphonic plugin v1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:30.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-neuphonic%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null},{"id":"rel_4Pt4plJ6ZLcCtlF15k0Hv","version":"@livekit/agents-plugin-baseten@1.4.8","type":"feature","title":"@livekit/agents-plugin-baseten@1.4.8","summary":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a...","titleGenerated":"LiveKit Agents JS Baseten plugin 1.4.8 dependency update","titleShort":null,"content":"### Patch Changes\n\n-   Updated dependencies \\[[`d662ec6b2ff047a60e4f9215c99794748497b675`](https://github.com/livekit/agents-js/commit/d662ec6b2ff047a60e4f9215c99794748497b675)]:\n    -   @livekit/agents@1.4.8\n","publishedAt":"2026-06-19T23:46:27.000Z","url":"https://github.com/livekit/agents-js/releases/tag/%40livekit/agents-plugin-baseten%401.4.8","media":[],"prerelease":false,"source":{"slug":"livekit-agents-js","name":"Agents JS","type":"github"},"org":{"slug":"livekit","name":"LiveKit"},"product":null,"groupSlug":"livekit-agents-js","groupName":"Agents JS","coverageCount":0,"composition":null}],"pagination":{"nextCursor":"2026-06-19T23:46:27.000Z|2026-06-20T04:02:02.392Z|rel_4Pt4plJ6ZLcCtlF15k0Hv","limit":20}}