Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions .changeset/wild-regions-kneel.md

This file was deleted.

2 changes: 1 addition & 1 deletion examples/with-voice-elevenlabs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/voice": "^2.0.2",
"@voltagent/voice": "^2.1.0",
"ai": "^6.0.0",
"zod": "^3.25.76"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/with-voice-openai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/voice": "^2.0.2",
"@voltagent/voice": "^2.1.0",
"ai": "^6.0.0",
"dotenv": "^16.4.5",
"openai": "^4.91.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/with-voice-xsai/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@voltagent/libsql": "^2.0.3",
"@voltagent/logger": "^2.0.2",
"@voltagent/server-hono": "^2.0.4",
"@voltagent/voice": "^2.0.2",
"@voltagent/voice": "^2.1.0",
"ai": "^6.0.0",
"dotenv": "^16.4.5",
"openai": "^4.91.0",
Expand Down
10 changes: 10 additions & 0 deletions packages/voice/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @voltagent/voice

## 2.1.0

### 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".


Added scribe_v2 elevenlabs model

Resolves #1004

## 2.0.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/voice/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@voltagent/voice",
"description": "VoltAgent Voice - Voice capabilities for AI agents",
"version": "2.0.2",
"version": "2.1.0",
"dependencies": {
"@xsai/generate-speech": "0.4.0-beta.1",
"@xsai/generate-transcription": "0.4.0-beta.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.