Skip to content

Conversation

@voltagent-bot
Copy link
Member

@voltagent-bot voltagent-bot commented Jan 30, 2026

This PR was opened by the Changesets release GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to main, this PR will be updated.

Releases

@voltagent/[email protected]

Minor Changes


Summary by cubic

Publishes @voltagent/voice 2.1.0, adding ElevenLabs scribe_v2 and making it the default model. Updates example apps to ^2.1.0 and refreshes the lockfile.

  • New Features
    • Add ElevenLabs scribe_v2 model and set it as default.

Written for commit c560023. Summary will update on new commits.

Summary by CodeRabbit

  • New Features
    • Added scribe_v2 model to EleventLabs voice integration, now available as the default model.

✏️ Tip: You can customize this high-level summary in your review settings.

@cloudflare-workers-and-pages
Copy link

cloudflare-workers-and-pages bot commented Jan 30, 2026

Deploying voltagent with  Cloudflare Pages  Cloudflare Pages

Latest commit: c560023
Status: ✅  Deploy successful!
Preview URL: https://55e32116.voltagent.pages.dev
Branch Preview URL: https://changeset-release-main.voltagent.pages.dev

View logs

@joggrbot

This comment has been minimized.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jan 30, 2026

📝 Walkthrough

Walkthrough

This is a release management PR for @voltagent/voice v2.1.0. The changeset entry is removed, the package version is bumped from 2.0.2 to 2.1.0, the CHANGELOG is updated with release notes documenting the scribe_v2 ElevenLabs feature, and three example projects are updated to reference the new version.

Changes

Cohort / File(s) Summary
Release Configuration
.changeset/wild-regions-kneel.md
Removed processed changeset file after merging into CHANGELOG.
Package Metadata
packages/voice/package.json
Version bumped from 2.0.2 to 2.1.0.
Release Documentation
packages/voice/CHANGELOG.md
Added 2.1.0 release section documenting scribe_v2 ElevenLabs model integration and default setting, referencing PR #1005 and issue #1004.
Example Dependencies
examples/with-voice-elevenlabs/package.json, examples/with-voice-openai/package.json, examples/with-voice-xsai/package.json
Updated @voltagent/voice dependency from ^2.0.2 to ^2.1.0 across all three example projects.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Possibly related PRs

  • PR #1005: The main implementation PR that adds scribe_v2 to ElevenLabs models and sets it as the default, which this PR releases as v2.1.0.

Suggested reviewers

  • omeraplak

Poem

🐰✨ Version bumps and changelogs aligned,
Scribe_v2 now shines, the feature refined,
Examples updated, dependencies in line,
A minor release, perfectly timed! 🎉

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title 'ci(changesets): version packages' accurately describes the PR as an automated versioning action by Changesets, which is the primary change in this auto-generated release PR.
Description check ✅ Passed The description is complete and includes release information, change details, and context from the Changesets action; it differs from the template but is appropriate for auto-generated release PRs.
Linked Issues check ✅ Passed The PR fully addresses issue #1004 by versioning and documenting the scribe_v2 ElevenLabs model addition and default change across packages and examples.
Out of Scope Changes check ✅ Passed All changes are in scope: version bumps, changelog updates, and dependency updates in examples directly support the release of the scribe_v2 feature.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch changeset-release/main

Tip

🧪 Unit Test Generation v2 is now available!

We have significantly improved our unit test generation capabilities.

To enable: Add this to your .coderabbit.yaml configuration:

reviews:
  finishing_touches:
    unit_tests:
      enabled: true

Try it out by using the @coderabbitai generate unit tests command on your code files or under ✨ Finishing Touches on the walkthrough!

Have feedback? Share your thoughts on our Discord thread!


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

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

No issues found across 7 files

Copy link
Contributor

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Fix all issues with AI agents
In `@packages/voice/CHANGELOG.md`:
- Line 7: Fix the typo in the changelog entry referencing PR `#1005` / commit
`3a646b3`: change the service name "eleventlabs" to the correct "elevenlabs" in
the line that reads "feat(voice): add scribe_v2 to eleventlabs models and change
to default" so it becomes "feat(voice): add scribe_v2 to elevenlabs models and
change to default".


### Minor Changes

- [#1005](https://github.com/VoltAgent/voltagent/pull/1005) [`3a646b3`](https://github.com/VoltAgent/voltagent/commit/3a646b34da6d4138f51bd89213f0a02412a1a3cd) Thanks [@alienteavend](https://github.com/alienteavend)! - feat(voice): add scribe_v2 to eleventlabs models and change to default
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue | 🟡 Minor

Typo: "eleventlabs" should be "elevenlabs".

The service name is misspelled in the changelog entry.

📝 Proposed fix
-- [`#1005`](https://github.com/VoltAgent/voltagent/pull/1005) [`3a646b3`](https://github.com/VoltAgent/voltagent/commit/3a646b34da6d4138f51bd89213f0a02412a1a3cd) Thanks [`@alienteavend`](https://github.com/alienteavend)! - feat(voice): add scribe_v2 to eleventlabs models and change to default
+- [`#1005`](https://github.com/VoltAgent/voltagent/pull/1005) [`3a646b3`](https://github.com/VoltAgent/voltagent/commit/3a646b34da6d4138f51bd89213f0a02412a1a3cd) Thanks [`@alienteavend`](https://github.com/alienteavend)! - feat(voice): add scribe_v2 to elevenlabs models and change to default
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
- [#1005](https://github.com/VoltAgent/voltagent/pull/1005) [`3a646b3`](https://github.com/VoltAgent/voltagent/commit/3a646b34da6d4138f51bd89213f0a02412a1a3cd) Thanks [@alienteavend](https://github.com/alienteavend)! - feat(voice): add scribe_v2 to eleventlabs models and change to default
- [`#1005`](https://github.com/VoltAgent/voltagent/pull/1005) [`3a646b3`](https://github.com/VoltAgent/voltagent/commit/3a646b34da6d4138f51bd89213f0a02412a1a3cd) Thanks [`@alienteavend`](https://github.com/alienteavend)! - feat(voice): add scribe_v2 to elevenlabs models and change to default
🧰 Tools
🪛 LanguageTool

[grammar] ~7-~7: Ensure spelling is correct
Context: ...avend)! - feat(voice): add scribe_v2 to eleventlabs models and change to default Added s...

(QB_NEW_EN_ORTHOGRAPHY_ERROR_IDS_1)

🤖 Prompt for AI Agents
In `@packages/voice/CHANGELOG.md` at line 7, Fix the typo in the changelog entry
referencing PR `#1005` / commit `3a646b3`: change the service name "eleventlabs"
to the correct "elevenlabs" in the line that reads "feat(voice): add scribe_v2
to eleventlabs models and change to default" so it becomes "feat(voice): add
scribe_v2 to elevenlabs models and change to default".

@omeraplak omeraplak merged commit 2aac2ad into main Jan 31, 2026
23 checks passed
@omeraplak omeraplak deleted the changeset-release/main branch January 31, 2026 04:05
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.

[FEAT] Elevenlabs scribe_v2 model

3 participants